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

Error when use SPLICE


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

New User


Joined: 06 Jul 2007
Posts: 58
Location: home

PostPosted: Thu Dec 06, 2007 12:32 pm
Reply with quote

Hi all, when I try to use SPLICE in ICETOOL as following sort card:

Code:
//TOOLIN  DD *                                                 
  COPY FROM(DD1) TO(TEMP) USING(CTL1)                         
  COPY FROM(DD2) TO(TEMP) USING(CTL2)                         
  SPLICE FROM(TEMP) TO(SPLOUT) ON(11,13,CH) WITH(14,30) WITHALL
/*             


error always shows up:

Code:
ICE602I 0 OPERATION RETURN CODE:  00                                     
                                                                         
            SPLICE FROM(TEMP) TO(SPLOUT) ON(11,13,CH) WITH(14,30) WITHALL
            $                                                             
ICE614A 0 INVALID OPERATOR                                               
ICE602I 0 OPERATION RETURN CODE:  12                                     
                                                                         
                                                                         
ICE601I 0 DFSORT ICETOOL UTILITY RUN ENDED - RETURN CODE:  12         


why I can not use SPLICE ? could anyone help me?thanks!
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: Thu Dec 06, 2007 10:00 pm
Reply with quote

SPLICE has been available with DFSORT since Feb, 2003 (DFSORT R14 PTF UQ90053). That message for SPLICE would indicate that your site has DFSORT R14, but has not installed any DFSORT service for a very long time. Ask your System Programmer to install DFSORT R14 PTF UK90006 (April, 2006). That will get you all of the available DFSORT functions.
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