i have 10 steps in my jcl.
-->if i want to execute my program from 5th step what i
have to do? don't give //* in ur previous steps
--> if i want to execute my program from 1to 5 steps only
what i have to do?
Answer Posted / ch.mahendra babu
by using restart parameter like
restart=step5
so execution process will be starts from 5th step.
| Is This Answer Correct ? | 19 Yes | 2 No |
Post New Answer View All Answers
What is the purpose of the dd keylen parameter?
How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?
What does a disposition of (MOD,DELETE,DELETE) mean ?
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?
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 is the format of comment statement?
How do you submit a job for execution?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
How can an in-stream dataset be terminated?
which parameter is used to check the syntax of a jcl without executing it?
What are the 4 fields in dd statement?
Name what parameter directs the output of the job log dataset?
what are JCLLIB and STEPLIB in JCL?
Must tape dataset definitions include vol=ser specifications?
What is the significance of addrspc parameter in the exec statement?