//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
How does jcl act on a cobol code?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
Explain the function of a dd statement?
What is the motivation behind coding class parameter in job statement?
what are the types of abends that occur on job failure? And explain the possible causes of these
what happens in conversion stage in job processing?
How can a jobs execution priority be modified?
what are the various stages of job processing?
is there any way to execute more than one proc in the same exec statement at the same time..?
Where can program checkpoints be stored for use in a restart?
Explain the function of the steplib dd statement?
What is the difference between run mode and addressing mode?
which utility is used to sort a file in jcl?
how to compare two datasets without using superce because output is limited to 133 bytes
how can the same proc be re-used and called by many jobs?