is there any utility for restarting a particular step in jcl reply soon ?
Answer Posted / naym
Include RESTART = stepname in the jobcard.
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
What is job control language?
What is the use of symbol // in jcl?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
Matching Logic in Jcl not in cobol.Could any one please answer this question
Explain in DD statement what is the use of DCB parameter?
Which statement is used to identify the private libraries in job?
Name a few IBM utility programs, and explain its function.
what is the difference between JES3 and JES2?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
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
if the submitter of a job wants to inform another user about the job completion, how can it be done?
List the various advantages of using jcl language?
What does a disposition of (MOD,DELETE,DELETE) mean ?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
What is notcat 2 - gs?