Your Ad Here

Monday, March 9, 2009

How do you set a return code to the JCL from a COBOL program

Question :How do you set a return code to the JCL from a COBOL program?
Answer :Move a value to RETURN-CODE register. RETURN-CODE should not be declared in your program.

0 comments:

Post a Comment