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
What is the function of job statement in jcl?
A dd statement consists of 4 fields. Name them?
List the different jcl statements that are not permitted in the procedures?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
Explain how can values be passed from the job stream to an executable program?
How to pass the parameter in parm using linkage section ? (syntax)?
what happens in conversion stage in job processing?
List in order the hierarchical levels of jcl?
in ways data can be passed to a COBOL program from JCL?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
which parameter is use to declare the name of dataset in dd statement?
What are some jcl statements that are not allowed in procedures?
Name the statement which can be used to send data to another mvs jes3 node?
Are there any set of rules for the names of the steps used in a job?
How can a stopped job be started again?