i have 5 steps to execute in that i want to skip 3nd step
and start execute from forth step how can u do this.
Answer Posted / girish kumar
By using IEBEDIT we can do it
sysin dd *
edit type=exclude,stepname=(step3)
| Is This Answer Correct ? | 6 Yes | 5 No |
Post New Answer View All Answers
Is it possible to define dd statements as you want?
What are the utility programs in jcl?
How would you understand error(execution phase)?
Explain the job statement in jcl?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
List the different components of jcl statement?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
what is “Cond= even” and “Cond=only”?
Explain the hierarchy levels in jcl?
Where & How Do You Code Identifier In Jcl?
How to submit a jcl from cics?
write a jcl to execute a job by 7:00 am on jan 20,1986?
Explain the purpose of dd dummy statement?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
by using cond parameter maximum 8 cond can be coded in single cond means ?explain