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 is the job entry system used in your project?
What is a COND parameter in JCL?
I need exexution process for JCL programs
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
What is the difference between Sysin,Sysout,Sysdbout and Sysudump?
Can we give TIME = (1440, 59) also ? or is TIME = (1439, 59) is the last one ?
In sms datasets, what is the function of the dd avgrec keyword?
what is the sortcard for comparing two files with a field key and get the duplicates in onefile and noduplicates in another file
how do you access an uncataloged dataset in a jcl?
when does a dataset go uncataloged?
There is a procedure in A.B.PROCS(PROC1) (member name is PROC1) //PROCA... There is a call to a procedure PROCA from a JOB. //STEP01 EXEC PROCA ... Here "PROCA" in JOB refers to the actual PROC name or the member name of the PDS where this PROCA is stored.
What is the difference b/w the CLASS,TIME,PRTY in jcl job card.