//ERFDS JOB
//STEP1
//STEP2
//STEP3...COND=(4,LT)
//STEP4
1.CONDITION IN STEP3 REFERS TO WHICH STEP'S RETURN CODE
(STEP1 OR STEP2)?
2.IN ABOVE PROGRAM IF CONDITION SATISFIES IN STEP3 WHICH
STEPS WILL EXECUTE?? AND WHY?
IF CONDITION IN STEP3 SATISFIES
Answer Posted / prijey
Condition in Step3 refers to the maximum return code from
the prior steps.
If 4 is less than MaxCC from prior steps then Step 3 will
not be executed. Step 4 will be executed anyway.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Is condition checking possible in jcl? If yes, how?
which utility is used to run a cobol-db2 program?
A dd statement consists of 4 fields. Name them?
What happens if both JOBLIB & STEPLIB is specified ?
Which statement is used to identify the private libraries in job?
What are the 4 fields in dd statement?
how you can direct the data to spool using SYSOUT option?
How can a jobs execution priority be modified?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
Define concatenating?
how you can access an uncataloged dataset in a JCL?
How can a fb file convert to vb file using sort program?
How can values be passed from the job stream to an executable program?
How can return codes be tested before execution of a job step?
Is automatic restart possible in jcl?