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 / garry
Pls code GDG(0) and the data set at step 2 is created, you need to take care of this as well (may or may not created).
I am assuming created, then delete is first:
Couple of options are:
1. Manual Delete and JCL will create it again as //STEP2 ......... DD DSN=.....DISP=(new,catlg,catlg{if delete was coded hear you may ignore my steps})
2. Use IEBGBER at step0 to delete previously created d/st by DISP=(MOD,delete,delete).
Pls check, if my response is not clear let me know.
Garry
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What do you know about jcl?
Explain dd statement in jcl?
Differentiate between the joblib and the steplib statements?
Is it possible to define dd statements as you want?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
What statement can be used to send data to another mvs jes3 node?
What is one line to pass PARM from JCL to COBOL?
How does jcl specify the job to the operating system?
What is notcat 2 - gs?
How can an in-stream dataset be terminated?
which parameter is used to check the syntax of a jcl without executing it?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
In job processing, what happens in conversion stage?
how you can direct the data to spool using SYSOUT option?
what operation is performed by job statement?