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
how you can direct the data to spool using SYSOUT option?
List the different jcl statements that are not permitted in the procedures?
whats the diff bw the evaluate also and and?
How to submit jcl through a cobol program?
In sms datasets, what is the function of the dd avgrec keyword?
Can an individual step be restricted from using all the jobs allowed cpu time?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
how you will the direct the data to spool using sysout option?
Explain the hierarchy levels in jcl?
what is JCL?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
How can the disposition of sysout datasets be set for an entire jobstream?
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
How can values be passed from the job stream to an executable program?