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
How jcl work to handle various input output file operations?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
Differentiate between addressing mode and run mode.
What is jcl in mainframe, and how many types of jcl statements are there for a job?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
how do you access an uncataloged dataset in a jcl?
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
Explain the function of the dd dcb keyword?
Differentiate between the joblib and the steplib statements?
How to alter the parameters for the existing gdg?
How can a jobs execution priority be modified?
What are hierarchy levels in jcl?
What is catelog procedure and how many catelog procedure to use in one job?
Explain the function of dd disp parameter?
Explain about LMFREE�free data set from its association with data ID