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 / virender
GDS being catalogued or not depends upon the disposition
(DISP) specified upon the abnormal termination of the job.
If the data sets are catalogued, you need to use GDG(-3)in
the rerun in step 5. Otherwise you can simply restart from
top.
| Is This Answer Correct ? | 11 Yes | 4 No |
Post New Answer View All Answers
Is there any command to check wether the ps file is in sorted order?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
What is the motivation behind coding class parameter in job statement?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
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?
is there any way to execute more than one proc in the same exec statement at the same time..?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
In job processing, what happens in conversion stage?
What is the format of comment statement?
What parameter of the job statement is used to limit the cpu time consumed by the job?
What are the parameter we cannot use in procedure?
which utility is used to sort a file in jcl?
Is it possible to define dd statements as you want?
Why block size is multiple of lrecl in jcl?
Describe the various parameters utilized in the creation of a gdg?