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?
using IEBEDIT
- MrSpock
- Global moderator
- Posts: 809
- Joined: Wed Jun 06, 2007 9:37 pm
- Skillset: REXX, JCL, DFSORT, Syncsort, Axway MFT, Connect:Direct, FTP, SFTP
- Referer: ibmmainframes.com
- Location: Raleigh NC USA
- Contact:
Re: using IEBEDIT
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.