is there any utility for restarting a particular step in jcl reply soon ?
Answers were Sorted based on User's Feedback
Answer / mandar panse
Use IEBEDIT utility. It helps to execute only required step
and rest all the step preceeding and succeeding to this
step will be skiped.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / iceman
Use UCC11RMS Utility if it is available at your site.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / muttaiah
If you want to restart a particular step then you can use
the Restart parameter instead of utility.
Restart = stepname if you want to restart from step
Restart = Procstep.JClstep if you want to restart from a
particualr step in proc
Restart = * will restart from beginning
If you want to execute only single step then use
Restart = stepname, Cond=(0,LE).
| Is This Answer Correct ? | 0 Yes | 0 No |
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
How would you understand error(execution phase)?
Why do you use a control card?
Does jcl support automatic restart?
Differentiate between addressing mode and run mode.
Is it possible to left uncode disp?
can u execute a proc from another proc?
How do you overcome this limitation ?
Is Default for MSGCLASS = (1,1) ?
Is there GOTO and SWITCH-CASE available in JCL ? Is IF-THEN-ELSE available in JCL also just like it is available for VSAM datasets under Model Commands category ?
In all our JOB Statement we have always COND=(4,LT) defined. Nevertheless when a Job failed the last step should then be executed (send a message to an user). Due to we don't like to change all our JOB's (ca. 2000), we are looking for a simply solution.
Is automatic restart possible in jcl? If yes, how?