If we have 100 job steps in JCL and we want to excute steps
only starting from 43 to 50, then how it can be coded in JCL/
Answer Posted / nitesh sethi
IEBEDIT can be used but the syntax needs to be bit modified.
//SYSIN DD *
EDIT TYPE=INCLUDE,STEPNAME=(STEP10,STEP5,STEP15)
/*
//
Instead of this it will be
//SYSIN DD *
EDIT START=IEBEDITJ,TYPE=INCLUDE,
STEPNAME=(STEP10,STEP5,STEP15)
/*
//
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
what is the compile process of cobol program expalin with code
When space is allocated for an output dataset, what units can be used?
Explain the purpose of the dd keylen parameter?
how to do automated restart when a job abends?
can any one plzzzzzz tell the jcl code for creating ps using idcams
what is the JCL statement consists of?
How can an in-stream dataset be terminated?
What are the rules employed while naming the steps in a job?
Explain how can a jobs execution priority be modified?
what is use of disp parameter in dd statement?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
What is the purpose of dd?
how you can access an uncataloged dataset in a JCL?
is there any way to execute more than one proc in the same exec statement at the same time..?
What is the purpose of disp parameter?