//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
Explain the function of the steplib dd statement?
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
What is the use of symbol // in jcl?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
What is the use of disp parameter?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
What does a disposition of (new,catlg,keep) for a dsn mean?
Is condition checking possible in jcl?
How gdg are concatenated?
Can we use DISP=SHR in output file in JCL
How is the record format of an output dataset specified?
What is the function of the dd dcb keyword?