Answer Posted / rammurthy
Without Procs.
Use RESTART=step name.
For procs:
restart = jclstepname.procstepname
jclstepname:name of the jcl step which invoke the proc.
Procstepname : the prostep which you want to restart.
eg :jcl
if we need to restart from step2 in the proc...
//job1 job restart=s1.step2
//s1 exec proc1
....
proc:
//proc1 proc
//step1 exec=...
//step2 exec=... -----Here we are going to execute
step2
//step3 exec=...
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Explain how can the submitting users racf authority be overridden in a job stream?
what is use of space parameter in dd statement?
How can the submitting users racf authority be overridden in a job stream?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
Is automatic restart possible in jcl? If yes, how?
How to submit jcl through a cobol program?
Name what parameter directs the output of the job log dataset?
which utility is used to sort a file in jcl?
What is the format of comment statement?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
Explain the function of dd disp parameter?
what JCL Procedures?
Is it possible to left uncode disp?
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?
Explain about LMFREE�free data set from its association with data ID