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 Oriented COBOL programming?
Name the sections present in data division.
) How do u handle errors in BMS macro
How do you define a variable of comp-1 and comp-2?
How are the next sentence and continue different from each other?
) How do u handle errors in BMS macro?
What is redefines clause in COBOL?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
) what is the difference between AID and HANDLE AID?
How do you differentiate between cobol and cobol-ii?
) how do u code after getting data?
In COBOL programming, what is PERFORM? What is VARYING?
Give some examples of command terminators?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?