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 / chakri
The input for second step is already created, solve the
abend and restart from the abended step
| Is This Answer Correct ? | 18 Yes | 3 No |
Post New Answer View All Answers
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
What is condition checking in jcl? Is this possible?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
Can I share my data with other jobs? How?
What parameter directs the output of the job log dataset?
What are the 2 types of parameters in dd statement?
How do you access an uncatalogued dataset in a jcl?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
What is one line to pass PARM from JCL to COBOL?
How is a type of file defined in the jcl that executes the cobol program?
Must tape dataset definitions include vol=ser specifications?
Explain how can values be passed from the job stream to an executable program?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
what sort card you will use to copy the data from one dataset to another dataset?
How can the submitting users racf authority be overridden in a job stream?