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 |
In all our JOB Statement we have always COND=(4,LT) defined. Nevertheless when a Job failed the last step should then be executed (send a message to an user). Due to we don't like to change all our JOB's (ca. 2000), we are looking for a simply solution.
which utility is used to update pds?
what are the ways of passing data to a cobol program from jcl?
describe the dd statement,its meaning,syntax and keywords?
How do You skip a Step In JCL?
how you can direct the data to spool using SYSOUT option?
When we use conditional statement in JCL using if-then-else-endif, IF statement is true, the step is bypassed or executed?
how will be submit 1 jcl by other jcl? means that how 'll submit one job by other job??
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
What is catelog procedure and how many catelog procedure to use in one job?
What are the kinds of job control statements?
i want to store 20 digits . how will u do it in cobol ?