Page 1 of 1

using IEBEDIT

PostPosted: Sat Sep 11, 2010 10:17 pm
by vanzhere
i have 5 steps to execute in that i want to skip 3nd step and start execute from forth step how can I do this.
Answer
# 1 By using IEBEDIT we can do it

sysin dd *
edit type=exclude,stepname=(step3)

Is this method right?

Re: using IEBEDIT

PostPosted: Sat Sep 11, 2010 11:43 pm
by MrSpock
The use of IEBEDIT is fine but we're going to have to ask you to test this yourself and verify if your control statement is correct.