Interview Questions

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

COBOL Interview Questions


(Continued from previous question...)

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

Move a value to RETURN-CODE register. RETURN-CODE should not be declared in your program.

(Continued on next question...)

Other Interview Questions