View previous topic :: View next topic |
Author |
Message |
jctgf Beginner
Joined: 05 Nov 2006 Posts: 89 Topics: 36
|
Posted: Sat Oct 17, 2009 1:28 pm Post subject: execute an E35 routine along with INCLUDE |
|
|
Hello,
I |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12376 Topics: 75 Location: San Jose
|
|
Back to top |
|
|
Frank Yaeger Sort Forum Moderator
Joined: 02 Dec 2002 Posts: 1618 Topics: 31 Location: San Jose
|
Posted: Mon Oct 19, 2009 10:22 am Post subject: |
|
|
jctgf,
Pay close attention to the DFSORT Figure Kolusu posted (if you' re using Syncsort, you might want to verify that Syncsort has the same order of processing as shown for DFSORT).
Note that in the control statements you show, you are NOT using an INCLUDE statement - you're using the INCLUDE operand of an OUTFIL statement.
An INCLUDE statement is processed before E35 (as is an INREC statement), whereas the OUTFIL statement is processed after E35. Code your control statements and E35 according to the order of processing shown in the Figure and you'll be ok (assuming that Syncsort has the same order of processing as DFSORT). _________________ Frank Yaeger - DFSORT Development Team (IBM)
Specialties: JOINKEYS, FINDREP, WHEN=GROUP, ICETOOL, Symbols, Migration
DFSORT is on the Web at:
www.ibm.com/storage/dfsort |
|
Back to top |
|
|
Brian Wood Beginner
Joined: 14 Jan 2009 Posts: 37 Topics: 0 Location: USA
|
Posted: Mon Oct 19, 2009 10:25 am Post subject: |
|
|
jctgf: It is possible to use an INCLUDE statement and a MODS E35 exit within the same SyncSort application.
Please let us know if you require further assisytance with this matter. _________________ Brian Wood
SyncSort Mainframe Product Services
201-930-8260
zos_tech@syncsort.com |
|
Back to top |
|
|
jctgf Beginner
Joined: 05 Nov 2006 Posts: 89 Topics: 36
|
Posted: Mon Oct 19, 2009 5:43 pm Post subject: |
|
|
Thanks a lot for the replies.
Unfortunately it won't work for me because I need to run an E35 for each outfile.
I tried but got an error message.
Thanks again. |
|
Back to top |
|
|
|
|