is there any utility for restarting a particular step in jcl reply soon ?
Answer Posted / 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 |
Post New Answer View All Answers
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
What are the parameters that are used in creating a gdg?
What are the 2 types of parameters in dd statement?
what is the compile process of cobol program expalin with code
What is the function of dd disp parameter?
what is “Cond= even” and “Cond=only”?
What is the motivation behind coding class parameter in job statement?
Name what parameter directs the output of the job log dataset?
What is concatenating?
How does jcl act on code(if you take a cobol program)?
How jcl work to handle various input output file operations?
IIN APITUDE THEY GAVE ONLY 10 QUESTIONS.. THEY ARE SIMPLE ONE FROM NUMBER SERIES,BOATS,TIME & DISTANCE,PROFIT &LOSS,FIND OUT THE NUMBER ? 9 25 4 36 81 64 49 AND surveillance SPELLINGS E.T.C
How to alter the parameters for the existing gdg?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
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?