How do you set a return code to the JCL from a COBOL
program?
Answer Posted / bodasureshreddy
you have to passes the returncode from cobol to jcl
| Is This Answer Correct ? | 11 Yes | 4 No |
Post New Answer View All Answers
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
What is the difference between Call and a Link?
Can we change the password using ALTER? anyone tried and changed?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
how do you define single dimensional array and multidimensional array in your cobol?
What is the difference between next sentence and continue in cobol programing language?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
What is the difference between goback, stop run and exit program in cobol?
how to access the file from prodution from changeman tool and to submit a file to production
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
What is amode(31)
How to use the same COBOL program in Batch and CICS on lines? explain with an example
) How do u handle errors in BMS macro
what is amode(24), amode(31), rmode(24) and rmode(any)?
How to print 10 to 1 if the input have only 10 digit number?