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
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
Explain the configuration section of a cobol program with examples of syntax.
How are the next sentence and continue different from each other?
What is redefines clause in COBOL?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
Whats the difference between search & search ALL?
what is difference between cobol and cobol/400
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
What are the different types of condition in cobol and write their forms.
What is report-item in COBOL?
How arrays can be defined in COBOL?
What are declaratives and what are their uses in cobol?
How to remove 2 duplicate records and copy only one using job control language?