How to pass return codes from Cobol to jcl?

Showing Answers 1 - 4 of 4 Answers

Prashtal

  • Jan 3rd, 2006
 

Hi,

    By Using COND parameter in JCL.This parameter will automatically detect the return code from the calling program.

Regards

  Was this answer useful?  Yes

srini

  • Jul 3rd, 2006
 

Hi,

you should move the value to cobol defined variable

RETURN-CODE

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions