How do you set a return code to the JCL from a COBOL
program?
Answer Posted / suresh . e
01 RETURN-CODE-OUT PIC S9(09) USAGE COMP.
01 RETURN-CODE-IND PIC S9(04) USAGE COMP. first
declaration is to define the variable for return
code.Second declaration is for defining a Null indicator.
| Is This Answer Correct ? | 0 Yes | 14 No |
Post New Answer View All Answers
How are the next sentence and continue different from each other?
What are the different data types in cobol?
What are 77 levels used for?
i want a program using by if, evaluate , string, unstring, perform, occurs?
What rules are followed by the search verb.
) what is the difference between AID and HANDLE AID?
Which is not true about evaluate statement
Describe the cobol database components?
What are all the divisions of a COBOL program?
What the difference is between continue and next sentence?
what is the use of outrecord?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
What are different data types in cobol?
How many bytes S(8) comp field occupy and its maximum value?
What is comp-1 and comp-2?