how do u send return code from cobol to jcl ?
Answers were Sorted based on User's Feedback
Answer / lu
EX : in step02 , your cobol program, u move 16 or something
else to return code...without define return code in
wss..and you test if return code = 16 in your step03
| Is This Answer Correct ? | 2 Yes | 0 No |
Suppose we have 5 steps in a job.No step should be executed After submitting every step in a job
If the COND parameter is specified in both the JOB and EXEC statements, which one will take precedence? If JOB takes priority and if all the conditions evaluate to false, then will the conditions on the EXEC step be evaluated next?
how to run JCL thru COBOL.
Suppose I have 5 dataset listed under a single DD name in a catlogued PROC. How can I override one of those 5 dataset (say 3rd dataset)?
What is the error in the following JCL statements : I) //step#three exec pgm=hkbc762 ii) //step#3 exec pgm = hkbc762 iii) //step#3 exec pgr = hkbc672
What is notcat 2 - gs?
How is the keyword DUMMY used in JCL?
I have a COBOL program that Accepts some input data. How do you code the JCL statement for this? ( How do you code instream data in a JCL? )
The maximum number of steps in a job?
What is the purpose of dd * statement in jcl?
Explain about LMCLOSE�close a data set
How to find in aparticular step how many versions a paricular gdg base have?