This blog contains common COBOL interview questions asked by different organizations.
For more such interview questions, please visit our website Interview Helper........
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