i have a jcl calling proc which has 10 steps, i want to
execute from step5 to step10, where can i code RESTART and
COND parameter?
Answer Posted / rakesh w
//jopbcard,restart=procstp.step5
//procstp exec proc1
//....
i.e restart=procstep.stepname
correct me if i am wrong
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
how to do automated restart when a job abends?
How does jcl act on code(if you take a cobol program)?
Explain the purpose of dd * statement in jcl?
List the different jcl statements that are not permitted in the procedures?
Can we call instream to catalog and catalog to instream?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
What is the format of comment statement?
What is the function of dd name parameter with a 2 part structure; audit.report?
I need exexution process for JCL programs
Mention the types of job control statements?
What is the use of disp parameter?
Explain how can the submitting users racf authority be overridden in a job stream?