//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
How does jcl specify the job to the operating system?
Explain how can the submitting users racf authority be overridden in a job stream?
What are the parameters that are used in creating a gdg?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
what are the various stages of job processing?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
Explain how can values be passed from the job stream to an executable program?
Brief description of inline procedure of jcl.
What are the utility programs in jcl?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
Explain the function of dd name parameter with a 2 part structure; audit.report?
List the different jcl statements that are not permitted in the procedures?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
What is the function of the steplib dd statement?
which utility is used a dummy utility?