//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
Answers were Sorted based on User's Feedback
Answer / jagan
1. Condition in Step3 refers to the return code from STEP2.
2. If the condition COND=(4,LT) satisfies then step4 will be
executed byapssing step3 , if the condition doesn;t satisfy
then STEP3 will be executed.
Is This Answer Correct ? | 15 Yes | 3 No |
Answer / 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 |
Answer / sangeetha
that sondition will refer both return code from step2 &
step1...
Is This Answer Correct ? | 0 Yes | 6 No |
Answer / 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 |
How to print the Output to SPOOL using MSGCLASS and SYSOUT ?
What statement marks the end of an in-stream or catalogued procedure?
what is a MODELDSCB?
you have one jcl .in sort step 5 files are there.if out of 5 files if one file is uncataloged or not there then how will you correct your jcl so that problem does not come. you should not create this file externally.how will u overcome it.
What is the difference between Sysin,Sysout,Sysdbout and Sysudump?
What u mean by include statement in JCL ?
Hi Please try to be to-the-point. 1) How to INCLUDE a JCL segment in a JOB ? (A Small example) 2) What is SPOOL and what is SPOOL FULL ? and how to direct the output of a Jobstep to SPOOL ?
How to execute a set of JCL statements from a COBOL program ?
what is use of dcb parameter in dd statement?
how can the same proc be re-used and called by many jobs?
What is the motivation behind coding class parameter in job statement?
what is the use of JCL?