Answer Posted / 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 |
Post New Answer View All Answers
what is the compile process of cobol program expalin with code
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
How to override loadlib?
what is the purpose of coding class parameter in job statement?
how can the same proc be re-used and called by many jobs?
How to run cobol program using jcl?
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
which utility is used a dummy utility?
what is DD statement is used in JCL?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
Must tape dataset definitions include vol=ser specifications?
Is condition checking possible in jcl? If yes, how?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?