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
1) SORT FIELDS=(20,4,CH,D,10,3,CH,D) OUTREC FIELDS=(7:20,4,C' FUTURE ',20,2,10,3,1Z,1,9,13,7, 24,57,TRAN=LTOU,6X'FF') This example illustrates how a fixed-length input data set can be sorted and reformatted for output. The SORTIN LRECL is 80 bytes. The reformatted output records are fixed length with a record size of 103 bytes. SOLRF (the IBM-supplied default) is in effect, so unless the SORTOUT LRECL is specified or available, it will automatically be set to the reformatted record length of 103. in the above example i have some doubts that a) sort fields=(20,4,CH,D,10,3,CH,D) -what exactly it does and this fields related to output record fields or input record fields b)outrec used to refprmat the records after sorting that means could please reply me as soon as possible Thanks. Venkat
What are the parameter we cannot use in procedure?
what sort card you will use to copy the data from one dataset to another dataset?
Where can program checkpoints be stored for use in a restart?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
How to alter the parameters for the existing gdg?
What are the rules employed while naming the steps in a job?
what is the use of IEBGENER utility?
How gdg are concatenated?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
What is the significance of addrspc parameter in the exec statement?
In job processing, what happens in execution stage?
Are there any set of rules for the names of the steps used in a job? What are they?
How jcl work to handle various input output file operations?
what operation is performed by job statement?