If we have 100 job steps in JCL and we want to excute steps
only starting from 43 to 50, then how it can be coded in JCL/
Answer Posted / vssd
While submitting the JCL, use RESTART=Step43
And from steps 51 thru 100, use COND=ONLY in step EXEC
statement.
Hope this helps, please correct me if wrong.
| Is This Answer Correct ? | 11 Yes | 8 No |
Post New Answer View All Answers
Must tape dataset definitions include vol=ser specifications?
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?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
Name what parameter directs the output of the job log dataset?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
how can the same proc be re-used and called by many jobs?
I need exexution process for JCL programs
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
Does jcl support automatic restart?
what is SOC4 error?
Is condition checking possible in jcl?
what sort card you will use to copy the data from one dataset to another dataset?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
What is the function of the steplib dd statement?
Is acct parameter mandatory?