How do you set a return code to the JCL from a COBOL
program?
Answer Posted / sudheer kumar
in you cobol program you have to code
move 8 to return-code
from jcl we have to check
if re=8
step12 exec pgm=progname
else
step13 exec pgm=progname3
end-if.
Is This Answer Correct ? | 14 Yes | 2 No |
Post New Answer View All Answers
How do you get the data to code the BMS macro?
What is the difference between Global and External Variables?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
Explain how you can characterize tables in cobol?
How can you get the ksds file records into your cobol program?
What is the difference between PIC 9.99 and PIC9v99?
What type of SDLC u followed? Why?
how to move the records from file to array table. give with code example
What rules are to be followed while using the corresponding options?
How you can characterize tables in cobol?
what is amode(24), amode(31), rmode(24) and rmode(any)?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
What is link edit in cobol?