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 |
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
How to submit multiple jobs. These jobs are members in PDS. The second job should run if the first job runs successfully and so on.
What is a Proc ? why do we go for a Proc ? What are the types of procs?Can we have nesting in Procs ?
how would you create a temporary dataset? And where will you use them?
In your JCL, run the even numbered steps if date is even and run odd numbered steps if date is odd . Where do you generate the date ??in cobol or JCL ??
What is the function of the dd avgrec keyword in sms datasets?
wht happens if blksize = 0 and lrec = 0 ?
can u execute a proc from another proc?
what is the purpose of coding class parameter in job statement?
//step#3 exec pgm = hkbc762 what is wrong with the syntax?
hi friends........if u know syntax of IEBEDIT IN JCL
what is a null indicator in db2?