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
what is the compile process of cobol program expalin with code
What is timing concept in mainframe?
What is notcat 2 - gs?
what are the statements that are not valid to be included in an include statement?
How to pass data to a program that is coded in an exec statement?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
What is NOTCAT ?
i want to store 20 digits . how will u do it in cobol ?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
How to submit a jcl from cics?
I need exexution process for JCL programs
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
what is DD statement is used in JCL?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
if the submitter of a job wants to inform another user about the job completion, how can it be done?