IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Error while using SPLICE


IBM Mainframe Forums -> DFSORT/ICETOOL
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Ramya A

Active User


Joined: 26 Jul 2004
Posts: 104

PostPosted: Sun Mar 26, 2006 8:17 am
Reply with quote

I get the following error when using a SPLICE statement (I took this statement from this forum only)....Could someone help me to debug this one...

Code:
         * ELIMINATE RECORDS WITH 'M' ID.                                   
          SPLICE FROM(CONCAT) TO(OUT) ON(1,18,CH) WITHALL WITH(1,12240) -   
            USING(CTL3)                                                     
SYT212E  "WITH" VALUE IS NOT VALID     


All the files that I'm using in this step is of length 12240 (FB).
Back to top
View user's profile Send private message
Frank Yaeger

DFSORT Developer


Joined: 15 Feb 2005
Posts: 7129
Location: San Jose, CA

PostPosted: Sun Mar 26, 2006 9:41 pm
Reply with quote

Your control statements work fine with DFSORT's ICETOOL. But the SYT message indicates you're using Syncsort's SYNCTOOL, not DFSORT's ICETOOL. With DFSORT's ICETOOL, a WITH field can go up to position 32752 (e.g. WITH(1,32752) is valid). Apparently, SYNCTOOL does not allow a large WITH field.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> DFSORT/ICETOOL

 


Similar Topics
Topic Forum Replies
No new posts Error to read log with rexx CLIST & REXX 11
No new posts Error when install DB2 DB2 2
No new posts CLIST - Virtual storage allocation error CLIST & REXX 5
No new posts Join multiple records using splice DFSORT/ICETOOL 5
No new posts Error while running web tool kit REXX... CLIST & REXX 5
Search our Forums:

Back to Top