//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 |
Explain in DD statement what is the use of DCB parameter?
i have 10steps and i want run step3 and based on step3 i want execute step7,8,9,10?in jcl
how to code instream data in procedure?
Explain about LMCOPY -
what is use of dcb parameter in dd statement?
What is the difference between sb37,se37,sd37 each?
In job processing, what happens in conversion stage?
i have 1000 records in input file and i want to sort it and the first 200 records to be placed in output file. how to do that??
how can we override data definitions in jcl. can any one give detailed example
Can I share my data with other jobs? How?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
if we compile the cobol+ db2 program now ofter 5 years we need to compile again?