//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 code(if you take a cobol program)?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
Which statement is used to identify the private libraries in job?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
What is the significance of addrspc parameter in the exec statement?
What is the maximum length of a single line of jcl?
what is the use of JCL?
Can I share my data with other jobs? How?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
what is JCL?
What is the function of //cntl statement?
How does jcl act on a cobol code?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
What is the function of job statement in jcl?
What is jcl in mainframe, and how many types of jcl statements are there for a job?