How can i execute 5th step without executing first 4 steps?
Answer Posted / satheesh
To Execute particular step, use IEBEDIT option.
Below Sample version
//STEP001 EXEC PGM=IEBEDIT
//SYSPRINT DD SYSOUT=*
//SYSUT1 DD DSN=MYDSN.JCL(MEMBER),DISP=SHR
//SYSUT2 DD SYSOUT=*
//SYSIN DD *
EDIT TYPE=INCLUDE,STEPNAME=(STEP5)
/*
//*
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
What is the motivation behind coding class parameter in job statement?
Are there any set of rules for the names of the steps used in a job? What are they?
What is the function of //jcllib statement?
In job processing, what happens in conversion stage?
How does the jcl specify the job to os?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
what are the various stages of job processing?
how do you access an uncataloged dataset in a jcl?
Explain the function of a dd statement?
what is a jcl?
Explain the function of dd disp parameter?
Explain the function of //jcllib statement?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?