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 / chandrababu
Plz ignore the previous ANS#5,
THis is correct one:
JCL got Abended at 4th step, You need to restart from STEP4
In STEP4 use GDG1(+1),
In STEP5 use GDG1(-2).
| Is This Answer Correct ? | 13 Yes | 2 No |
Post New Answer View All Answers
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
What statement can be used to send data to another mvs jes3 node?
what sort card you will use to copy the data from one dataset to another dataset?
Are there any set of rules for the names of the steps used in a job?
Explain how can a jobs execution priority be modified?
How can the attributes of one sms dataset be copied to another dataset?
What does a disposition of (MOD,DELETE,DELETE) mean ?
Give the syntax of job specifying jcl statement.
Name the parameters which can be used to limit the number of records written to a sysout dataset?
Explain how can a stopped job be started again?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
what is use of dsn parameter in dd statement?
what are the statements that are not valid to be included in an include statement?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
How is a type of file defined in the jcl that executes the cobol program?