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
What is the purpose of dd * statement in jcl?
What are some jcl statements that are not allowed in procedures?
What is jcl in mainframe?
Explain how can values be passed from the job stream to an executable program?
Is acct parameter mandatory?
how do you access an uncataloged dataset in a jcl?
What parameter directs the output of the job log dataset?
What is the function of //jcllib statement?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
How can values be passed from the job stream to an executable program?
When output dataset space is required, what quantity categories are used?
What is the motivation behind coding class parameter in job statement?
What is the format of comment statement?
What is the function of the dd dcb keyword?
What is the function of a dd statement?