If there are five steps in a JCL i have to execute the 3rd
step, bypass the 4th step and execute the 5th step how do i
do this?
Answer Posted / raj
//STEP001 EXEC PGM=IEBEDIT
//SYSPRINT DD SYSOUT=*
//SYSUT1 DD DSN=XXX.GENERAL.STUDY(TEST001),DISP=SHR
//SYSUT2 DD SYSOUT=(A,INTRDR)
//SYSIN DD *
EDIT TYPE=EXCLUDE,STEPNAME=(STEP003,STEP005)
/*
| Is This Answer Correct ? | 7 Yes | 3 No |
Post New Answer View All Answers
What parameter directs the output of the job log dataset?
Explain the hierarchy levels in jcl?
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
how can you check if a file is empty using jcl?
In sms datasets, what is the function of the dd avgrec keyword?
how would you create a temporary dataset? And where will you use them?
What are the parameter we cannot use in procedure?
what happens in execution stage in job processing?
in ways data can be passed to a COBOL program from JCL?
How can return codes be tested before execution of a job step?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
How does jcl act on code(if you take a cobol program)?
how do you code a null statement?
Where & How Do You Code Identifier In Jcl?
What happens if both JOBLIB & STEPLIB is specified ?