in my jcl have 20 steps step1,step2,.... step20.and i have to
execute step1,step2,..and skip the step3 and remaing
step4,step5 are execute? i want skip step3 only? what code u
can write?

Answer Posted / piyush mani

most easy way to do it is to use "IEBEDIT" UTILITY LIKE BELOW


//JOBCARD
//STEPNAME EXEC PGM=IENEDIT
//SYSPRINT DD SYSOUT=*
//SYSUT1 DD DSN=FSS345.PIYUSH.JOB1,DISP=SHR
//SYSIN DD *
EDIT START=JOBNAME OF DESIRED JOB, TYPE=EXCLUDE,
STEPNAME=(STEP3)
/*
//


GIVE UR FEEDBACK....

Is This Answer Correct ?    13 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the format of comment statement?

885


how can you check if a file is empty using jcl?

1044


Explain in DD statement what is the use of DCB parameter?

861


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

979


Explain about ISPF/TSO Commands

1552


What is the function of //cntl statement?

1043


How can the attributes of one sms dataset be copied to another dataset?

1097


Explain the function of dd disp parameter?

785


I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?

2302


how you will the direct the data to spool using sysout option?

2086


Explain the function of //jcllib statement?

922


What does a disposition of (MOD,DELETE,DELETE) mean ?

857


I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.

935


Explain how can values be passed from the job stream to an executable program?

812


whats the diff bw the evaluate also and and?

2053