//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 / vishal sinha
1. Both
2. step 1,2,4
| Is This Answer Correct ? | 2 Yes | 7 No |
Post New Answer View All Answers
What is the function of dd name parameter with a 2 part structure; audit.report?
How do you create a temporary dataset?
Where & How Do You Code Identifier In Jcl?
Explain how can return codes be tested before execution of a job step?
In sms datasets, what is the function of the dd avgrec keyword?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
what is use of space parameter in dd statement?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
what are the various stages of job processing?
how can you check if a file is empty using jcl?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
Explain in DD statement what is the use of DCB parameter?
Is their any limit for data sets?
Explain how can the submitting users racf authority be overridden in a job stream?
How does jcl act on a cobol code?