how can i code cond parameter in procedures ?
i have a jclk calling a proc which has 10 steps i want to execute
from step 5 to step 10 where can i code restrat parameter or
cond parameter for ths
Answer Posted / shubham_a
You can code the RESTATRT in job card itself like :
//JOBNAME JOB 'ACCINFO',MSGCLASS RESTART=PROCNAME.STEP05
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
Is their any set of rules for dd? Explain.
Explain the function of a dd statement?
what happens in conversion stage in job processing?
what is DD statement is used in JCL?
Explain the function of the dd dcb keyword?
What is multithreading in jcl?
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?
Suppose I have five jobs to do. But I want to hold one?
What is the purpose of the dd keylen parameter?
What are s0c1, s0c4, s0c5, s0c7 and socb?
What is the function of dd disp parameter?
How to override loadlib?
How can a stopped job be started again?
Is it possible to code instream data in a PROC?