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 |
//step#3 exec pgm = hkbc762 what is wrong with the syntax?
Explain how can return codes be tested before execution of a job step?
whats the diff bw the evaluate also and and?
How to run cobol program using jcl?
what is pupose and meaning of the REGION keyword and what jcl statement is it associated with?
how to eliminate the duplicates in sorting
What are the utility programs in jcl?
wht is the d/f between positional parameter n keyword parameter ?
Define concatenating?
how would you create a temporary dataset? And where will you use them?
I found in one of the jcl, gdg version being mentioned as : abc.def.ghi(-0) Can anyone tell me how referring the version as (-0) is different from referring it as (0)
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?