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
What are steplib and joblib?
Explain how can a stopped job be started again?
When output dataset space is required, what quantity categories are used?
Give the syntax of job specifying jcl statement.
How to override loadlib?
What does a disposition of (new,catlg,keep) for a dsn mean?
Explain about LMQUERY�give a dialog information about a data set
Describe the various parameters utilized in the creation of a gdg?
what are the statements that are not valid to be included in an include statement?
How gdg are concatenated?
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
Explain the function of dd disp parameter?
What is jcl in mainframe?
which utility is used to run a cobol-db2 program?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?