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?
Answers were Sorted based on User's Feedback
Answer / 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 |
i want to restart frm step 2, previously i coded cond parameter on step2 wht happens at tht time ?
What is multithreading in jcl?
Explain the purpose of dd dummy statement?
Mention the types of job control statements?
How can we see data in TEMPARARY DATA SET in JCL ?
hi,i have joined in mainframe course recently. ihave a doubt ragarding restart parameter.what is d use of it. and what is d syntax for it. any one give me d answer pls.
Passing a variable parm from JCL to a cobol/db2 program
What does a disposition of (new,catlg,keep) for a dsn mean?
Describe the EXEC statement, its meaning, syntax and keywords?
what is d/f b/w sysout & sysprint
which statement is used to end the in-stream procedure in a jcl?
I have GDG defined e.g. GDG.smaplegdg.base, after processing the GDG. it contains some records and which is input to the second step2. How can I use GDG to use it as input file at step2.