icetool error



IBM's flagship sort product DFSORT for sorting, merging, copying, data manipulation and reporting. Includes ICETOOL and ICEGENER

icetool error

Postby david lover » Fri Dec 19, 2008 9:45 pm

getting a rc 16

jcl below:

//REPORT   EXEC PGM=ICETOOL                                           
//RACFDATA DD DISP=SHR,DSN=IFXZDL.RACF.UNLOAD                         
//TEMP0001 DD DISP=(NEW,DELETE,DELETE),SPACE=(0,(200,100))           
//TOOLMSG  DD SYSOUT=*                                               
//PRINT    DD SYSOUT=*                                               
//DFSMSG   DD SYSOUT=*                                               
//SYSPRINT DD SYSOUT=*                                               
//SYSMSG   DD SYSOUT=*                                               
//SYSOUT   DD SYSOUT=*                                               
//SYSIN    DD *                                                       
/*                                                                   
//*------------------------------------------------------------------
//TOOLIN   DD *                                                       
 COPY    FROM(RACFDATA) TO(TEMP0001) USING(RACF)                     
 DISPLAY FROM(TEMP0001) LIST(PRINT) -                                 
         PAGE -                                                       
         TITLE('IS THIS A GROUP DATA SET') -                         
         DATE(MDY/) -                                                 
         TIME(24:)  -                                                 
         BLANK      -                                                 
         ON(10,43,CH)   HEADER('DATA SET NAME') -                     
         ON(78,8,CH)  HEADER('NAME')     -                           
         ON(133,8,CH)  HEADER('UACC LVL') -                           
         ON(192,48,CH)  HEADER('INSTALL DATA')                       
/*                                                                   
//*------------------------------------------------------------------
//RACFCNTL DD *                                                       
  SORT FIELDS=(10,8,CH,A)                                             
  INCLUDE COND=(5,4,CH,EQ,C'0400',AND,62,3,CH,EQ,C'YES')               
OPTION VLSHRT                                                         
/*     


I just can't see the error off hand.

please assist
david lover
 
Posts: 2
Joined: Fri Dec 19, 2008 9:38 pm
Location: columbia, sc
Has thanked: 0 time
Been thanked: 0 time

Re: icetool error

Postby Frank Yaeger » Fri Dec 19, 2008 11:20 pm

It appears that

OPTION VLSHRT

starts in column 1 rather than in column 2. You must have at least one leading blank for each DFSORT statement (replace b with a blank):

bOPTION VLSHRT
Frank Yaeger - DFSORT Development Team (IBM) - yaeger@us.ibm.com
Specialties: JOINKEYS, FINDREP, WHEN=GROUP, ICETOOL, Symbols, Migration
=> DFSORT/MVS is on the Web at http://www.ibm.com/storage/dfsort
User avatar
Frank Yaeger
Global moderator
 
Posts: 1079
Joined: Sat Jun 09, 2007 8:44 pm
Has thanked: 0 time
Been thanked: 15 times


Return to DFSORT/ICETOOL/ICEGENER

 


  • Related topics
    Replies
    Views
    Last post