//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
Explain the purpose of dd dummy statement?
What is the function of the steplib dd statement?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
In sms datasets, what is the function of the dd mgmtclas keyword?
Explain the function of dd disp parameter?
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?
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?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
What parameter directs the output of the job log dataset?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
Explain the function of dd name parameter with a 2 part structure; audit.report?
can any one plzzzzzz tell the jcl code for creating ps using idcams
Explain how can a jobs execution priority be modified?
what is the purpose of coding notify parameter in job statement?