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
What is the significance of addrspc parameter in exec statement?
what are JCLLIB and STEPLIB in JCL?
what is JCL?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
What is the function of job statement in jcl?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
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 function of the dd avgrec keyword in sms datasets?
How do you access an uncatalogued dataset in a jcl?
What are hierarchy levels in jcl?
What do you understand by jcl?
is there any way to execute more than one proc in the same exec statement at the same time..?
How can the submitting users racf authority be overridden in a job stream?
What is jcl in mainframe?
What is job control language?