COND ->
step1
.
.
step2,
Step2, Executes if the CC of step1 is 0.
But even if it is NOT 0 and if we dont give COND, will step2
be executed ?
Answer Posted / sillyme
Step2 without COND will be executed regardless of Step1 RC
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
what sort card you will use to copy the data from one dataset to another dataset?
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?
Is automatic restart possible in jcl?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
How do you submit a job for execution?
Explain the function of job statement in jcl?
How to pass the parameter in parm using linkage section ? (syntax)?
Explain how can the submitting users racf authority be overridden in a job stream?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
How to submit a jcl from cics?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
Are there any set of rules for the names of the steps used in a job?
Can we call instream to catalog and catalog to instream?
How gdg are concatenated?
What is jcl in mainframe, and how many types of jcl statements are there for a job?