How to execute only th 15th step of JCL consisting of 50 steps?
Answers were Sorted based on User's Feedback
Answer / niki
If u want to run only step 15 delete all steps before
step15 and put null statement after 15 step.
| Is This Answer Correct ? | 0 Yes | 16 No |
Answer / suresh
we need to mention restart = step15 at job statement
| Is This Answer Correct ? | 4 Yes | 26 No |
What is the difference between specifying DISP=OLD and DISP=SHR for a dataset?
What is STEPLIB, JOBLIB? What is it used for?
Explain how can a stopped job be started again?
how to have variable length record in outrec..i have the requmt as follows.. i/p file variable lenght record output file : i need to alter the input and write into outrec(another file) sort fields: copy from(dd1) using ctl1 ctl1cntl dd * outfil fnames=xxx, outrec=(1,131) here i outrec is bombing with error..how to overcome this defect...???
Is acct parameter mandatory?
How to copy VSAM files without using REPRO
How to change default PROCLIB?
Is it possible to left uncode disp? If yes, how?
when we use sysprint and sysout statements
What does the TIME parameter signify ? What does TIME=1440 mean ?
How is the record format of an output dataset specified?
How to execute 2nd and 4th steps among 5 steps in jcl proc?