We have 100 steps in a procedure and we need to run the jcl
and execute only 25th step in the proc and not the
remaining steps. How can we do it?
Answer Posted / vikas bhardwaj
//QV1P01TV JOB ABCB......
//STP EXEC PGM=IEBEDIT
//SYSPRINT DD SYSOUT = *
//SYSUT1 DD DSN=.......
//SYSUT2 DD DSN=.......
//SYSIN DD *
EDIT TYPE=INCLUDE,STEPNAME=(STEP25)
/*
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
what is the resolution for sb37 error
What is the function of //cntl statement?
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?
How do you create a temporary dataset?
Explain the purpose of dd * statement in jcl?
how to compare two datasets without using superce because output is limited to 133 bytes
Can I share my data with other jobs? How?
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?
Is it possible to code instream data in a PROC?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
How does jcl specify the job to the operating system?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
What is the purpose of dd * statement in jcl?
Name the statement which can be used to send data to another mvs jes3 node?
How to submit a jcl from cics?