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

Problem with SUBSET of ICETOOL


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

Active User


Joined: 31 Aug 2006
Posts: 218
Location: India

PostPosted: Fri Feb 27, 2009 10:15 am
Reply with quote

I am trying to remove Trailer record in my file.
This is my JCL

Code:


//S1       EXEC PGM=ICETOOL                               
//TOOLMSG   DD SYSOUT=*                                   
//DFSMSG    DD SYSOUT=*                                   
//IN        DD DSN=INPUTFILE1,DISP=SHR         
//OUT       DD DSN=OUTPUT FILE,                   
//             DISP=(NEW,CATLG,DELETE),                   
//             SPACE=(TRK,(10,20)),                       
//             DCB=(DSORG=PS,LRECL=80,RECFM=FB,BLKSIZE=0) 
//TOOLIN   DD *                                           
 SUBSET FROM(IN1) TO(OUT1) INPUT REMOVE TRAILER           
/                                                         


I got an abend for the above code.


Code:

ICE630I 0 MODE IN EFFECT:  STOP                             
                                                           
           SUBSET FROM(IN1) TO(OUT1) INPUT REMOVE TRAILER   
           $                                               
ICE614A 0 INVALID OPERATOR                                 


Could any one help me out on this.
Back to top
View user's profile Send private message
gcicchet

Senior Member


Joined: 28 Jul 2006
Posts: 1702
Location: Australia

PostPosted: Fri Feb 27, 2009 3:46 pm
Reply with quote

Hi,

you need a later version of DFSORT to use SUBSET


Gerry
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: Fri Feb 27, 2009 9:49 pm
Reply with quote

Sri,

The error message indicates you do not have z/OS DFSORT V1R5 PTF UK90013 installed. That PTF, available since July, 2008, provides the support to the SUBSET operator. Ask your System Programmer to install that PTF (it's free).

For complete details on the new functions available with PTF UK90013, see:

Use [URL] BBCode for External Links
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: Fri Feb 27, 2009 9:55 pm
Reply with quote

Quote:
you need a later version of DFSORT to use SUBSET


No, you don't need a "later version of DFSORT" - you just need a specific PTF. The choice of words here matters. A new "version" or "release" of DFSORT (e.g. z/OS DFSORT V1R10) would be associated with a new "version" or "release" of z/OS (e.g. z/OS 1.10) so you'd have to install the new z/OS release to get it. A "PTF" is no big deal to install as it can be applied to your current release of z/OS.
Back to top
View user's profile Send private message
gcicchet

Senior Member


Joined: 28 Jul 2006
Posts: 1702
Location: Australia

PostPosted: Sat Feb 28, 2009 4:01 am
Reply with quote

Hi,

my apologies Frank icon_redface.gif

Gerry
Back to top
View user's profile Send private message
sri_mf

Active User


Joined: 31 Aug 2006
Posts: 218
Location: India

PostPosted: Tue Mar 03, 2009 7:23 pm
Reply with quote

Frank Yaeger wrote:
Quote:
you need a later version of DFSORT to use SUBSET


No, you don't need a "later version of DFSORT" - you just need a specific PTF. The choice of words here matters. A new "version" or "release" of DFSORT (e.g. z/OS DFSORT V1R10) would be associated with a new "version" or "release" of z/OS (e.g. z/OS 1.10) so you'd have to install the new z/OS release to get it. A "PTF" is no big deal to install as it can be applied to your current release of z/OS.



Thanks Frank icon_smile.gif
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 Map Vols and Problem Dataset All Other Mainframe Topics 2
No new posts Sort First/last record of a subset th... DFSORT/ICETOOL 7
No new posts Shift left VB record without x00 endi... DFSORT/ICETOOL 11
No new posts how to calculate SUM value for VB fil... DFSORT/ICETOOL 1
No new posts how to calculate SUM for VB file usin... JCL & VSAM 1
Search our Forums:

Back to Top