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
in ways data can be passed to a COBOL program from JCL?
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
What statement can be used to send data to another mvs jes3 node?
What is catelog procedure and how many catelog procedure to use in one job?
how would you create a temporary dataset? And where will you use them?
what is use of dcb parameter in dd statement?
Explain dfsort utility?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
Where & How Do You Code Identifier In Jcl?
write a jcl to execute a job by 7:00 am on jan 20,1986?
What do you understand by the term notcat 2 – gs?
Does jcl support automatic restart?
What parameter directs the output of the job log dataset?
Where can program checkpoints be stored for use in a restart?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?