I have 2 steps in my exec statement , in first step I am
creating a gdg, and the output of this step is going into
second step as a input, and this second step is abended ,
now how could i approach in this case.
Answer Posted / luiz roberto
In my opinion it depends of the abend.
Why was the cause of STEP2 abend? If it was because a bad
file created on STEP1 we should correct the program that
generates the file (on STEP1), uncatlg the bad GDG created,
and then resubmit the job from STEP1.
If the STEP2 cancelled and the input file is good, we should
fix the STEP2 and restart the job from STEP2 using GDG(0).
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How dummy is used in jcl?
How can a fb file convert to vb file using sort program?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
how you will the direct the data to spool using sysout option?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
What is the difference between run mode and addressing mode?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
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?
Is acct parameter mandatory?
Explain the function of //cntl statement?
Is condition checking possible in jcl? If yes, how?
Differentiate between the joblib and the steplib statements?
What is the format of comment 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' ?
In job processing, what happens in execution stage?