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 your program is reading a Sequential Vsam file. The file contains 10 records. How will you code the JCL to read only 2nd, 5th, 7th,and 10th record?
What is meant by S0C7 system abend code?
How to skip first step of a job? Can we use COND on the first step?
if time parameter is not coded on the job card and job step then what is the default time assigned to the entire job and for each step in the job by the systyem ?
I have a job (4 steps) with time parameter coded in job & exec, say time=10 in job & time =3,2,2,4 in each steps. Will the job executes successfully?
common jcl abends??
What is one line to pass PARM from JCL to COBOL?
i have 10steps and i want run step3 and based on step3 i want execute step7,8,9,10?in jcl
Name the parameters which can be used to limit the number of records written to a sysout dataset?
Can I send output of job to my remote device careerride123?
how can u understand ps and pds from their names ?
Differentiate between addressing mode and run mode.