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 difference between JES3 and JES2?
What is the function of the steplib dd statement?
Explain about LMQUERY�give a dialog information about a data set
Name what parameter directs the output of the job log dataset?
What does a disposition of (MOD,DELETE,DELETE) mean ?
What is concatenating?
How can the disposition of sysout datasets be set for an entire jobstream?
what is the resolution for sb37 error
What is timing concept in mainframe?
What is the use of symbol // in jcl?
how you can access an uncataloged dataset in a JCL?
can any one plzzzzzz tell the jcl code for creating ps using idcams
Can an individual step be restricted from using all the jobs allowed cpu time?
What is the function of the dd mgmtclas keyword in sms datasets?
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?