in a series of 10 steps, i need to run only 1,3,5,7 & 9th
steps only. how do u code?
Answer Posted / swathi
//Jobname
//step1 exec pgm=iebedit
//s1
//s2
//s3
.
.
.
//s10
//sysin dd*
start jobname type = include(s1,s3,s5,s7,s9)
/*
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
what is use of dcb parameter in dd statement?
How can a stopped job be started again?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
how to compare two datasets without using superce because output is limited to 133 bytes
Can we call instream to catalog and catalog to instream?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
which utility is used a dummy utility?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
Brief description of inline procedure of jcl.
Which statement is used to identify the private libraries in job?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
Explain how can a jobs execution priority be modified?
what is use of dsn parameter in dd statement?
What is the difference between the positional and keyword parameters? Give examples.
what is the compile process of cobol program expalin with code