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
What is difference between static and dynamic call in cobol?
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
Why did you choose to work with ibm mainframe cobol programming?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
What are declaratives and what are their uses in cobol?
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
Name the divisions, which are available in a cobol program?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
What is Pic 9v99 Indicates in COBOL?
How do get the result of your program directly on your pc?
What are the different rules for performing sort operation?
Write a program that uses move corresponding.
What is the difference between structured cobol programming and object alternativelyiented cobol?
How you can characterize tables in cobol?