Answer Posted / sv
restart = jobstepname.procstepname
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=...
//step3 exec=...
| Is This Answer Correct ? | 92 Yes | 20 No |
Post New Answer View All Answers
Is it possible to define dd statements as you want?
Must tape dataset definitions include vol=ser specifications?
what is SOC4 error?
What is timing concept in mainframe?
how can you check if a file is empty using jcl?
Is it possible to left uncode disp? If yes, how?
What is the function of a dd statement?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
What is use of restart and how to use it?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
Explain about LMQUERY�give a dialog information about a data set
what sort card you will use to copy the data from one dataset to another dataset?
How to pass the parameter in parm using linkage section ? (syntax)?