My JCL have five steps & I created new versions of GDG in
first step through fourth step & fifth step I was refered
Step one GDG version. My JCL got abend at 4th step and how
I can restart my JCL Please let me know the answers.
//STEP1 EXEC GDG1(+1) DISP=(NEW)
//STEP2 EXEC GDG1(+2) DISP=(NEW)
//STEP3 EXEC GDG1(+3) DISP=(NEW)
//STEP4 EXEC GDG1(+4) DISP=(NEW)
//STEP5 EXEC GDG1(+1) DISP=(OLD)
Answer Posted / ajay kumar ande
WE CAN USE COND=(04,LT) AT JOBLIB,IF WE GOT ABEND IN STEP4 IT BYPASSES AND EXECUTES NEXT STEP SO THAT WE CAN REFER STEP1
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Name what parameter directs the output of the job log dataset?
Explain how can return codes be tested before execution of a job step?
what is the compile process of cobol program expalin with code
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
what is the difference between JES3 and JES2?
what is “Cond= even” and “Cond=only”?
What are the difference between jcl and jes?
how can you check if a file is empty using jcl?
what is the JCL statement consists of?
Explain the function of job statement in jcl?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
What are steplib and joblib? What for they are used?
What is one line to pass PARM from JCL to COBOL?
In sms datasets, what is the function of the dd avgrec keyword?
What is concatenating?