using IEBEDIT

vanzhere
Posts: 7
Joined: Thu Jun 17, 2010 11:45 am
Skillset: JCL,DB2,VSAM
Referer: internet

using IEBEDIT

Postby vanzhere » Sat Sep 11, 2010 10:17 pm

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?

User avatar
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

Postby MrSpock » Sat Sep 11, 2010 11:43 pm

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.