//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 / arun
Condition in step3 refers to the same step return code.And
it does not refer step1 or step2 return code because the
condition is placed in step 3 only.If step3 condition is
satisfied then step4 will excute.
If condition is placed at the job then it will refer
previous step return code before excuting the current step.
| Is This Answer Correct ? | 1 Yes | 20 No |
Post New Answer View All Answers
What is the difference between the positional and keyword parameters? Give examples.
Why include statement is used in a jcl?
how would you create a temporary dataset? And where will you use them?
Matching Logic in Jcl not in cobol.Could any one please answer this question
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
Is there any command to check wether the ps file is in sorted order?
What is the format of comment statement?
What are steplib and joblib? What for they are used?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
How to submit jcl through a cobol program?
How to alter the parameters for the existing gdg?
Is condition checking possible in jcl?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?