//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 / 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 |
Post New Answer View All Answers
what happens in execution stage in job processing?
I need exexution process for JCL programs
what are the types of abends that occur on job failure? And explain the possible causes of these
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
What are the parameters that are used in creating a gdg?
how you can direct the data to spool using SYSOUT option?
What is the function of job statement in jcl?
which utility is used a dummy utility?
How do you overcome this limitation ?
What is the function of //jcllib statement?
whats the diff bw the evaluate also and and?
What is use of restart and how to use it?
How would you understand error(execution phase)?
how you will the direct the data to spool using sysout option?
Define concatenating?