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 / pradeep

The below given code provides the exact solution,

//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 ?    17 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

List the different components of jcl statement?

695


Why block size is multiple of lrecl in jcl?

915


what is SOC4 error?

738


What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?

816


What are the difference between jcl and jes?

1050






Hello Guys, I have 1+ Year Experience in MAINFRAME TESTING. After 1 Week I have an Interview With a Company on Mainframe Testing. Please Could You Guys Please Suggest me What Sections Should I prepare ?? ___Tell Me the Topic Or Appropriate Site & Links. ?? ---------------Thank You

2267


What are steplib and joblib? What for they are used?

695


How can unused space allocation be returned to the system when a dataset is closed?

812


How do you overcome this limitation ?

698


State the uses of syspring, sysin, sort fields, sum fields and dummy.

654


What are the rules employed while naming the steps in a job?

662


What is the function of the dd avgrec keyword in sms datasets?

841


How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you

605


what JCL Procedures?

701


what is the resolution for sb37 error

7712