Answer Posted / guest
In job card, specify RESTART=PROCSTEP.STEPNAME where
PROCSTEP = name of the JCL step that invoked the PROC and
STEPNAME = name of the PROC step where you want execution to
start
| Is This Answer Correct ? | 44 Yes | 8 No |
Post New Answer View All Answers
what is the purpose of coding notify parameter in job statement?
is there any way to execute more than one proc in the same exec statement at the same time..?
what is the difference between JES3 and JES2?
what is the resolution for sb37 error
How does jcl specify the job to the operating system?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
Differentiate between addressing mode and run mode.
Define concatenating?
What is the function of the dd avgrec keyword in sms datasets?
Is condition checking possible in jcl?
Where can program checkpoints be stored for use in a restart?
what is use of dcb parameter in dd statement?
What is the function of dd disp parameter?
How to pass the parameter in parm using linkage section ? (syntax)?
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.