SORT VB records from SUPERC to remove headers & drop line#s



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

Re: SORT VB records from SUPERC to remove headers & drop lin

Postby Steve Coalbran » Tue May 20, 2014 12:25 pm

Just for completeness.
This response, which I was sent directly by skolusu, worked perfectly ...
//SORT     EXEC PGM=SORT                                               
//SYSOUT   DD SYSOUT=*                                                 
//SORTIN   DD DISP=SHR,DSN=N12767.MLOG.ERROR.COPY                     
//SORTOUT  DD SYSOUT=* ,OUTLIM=100                                     
//SYSIN    DD *                                                       
  OPTION COPY,VLSCMP                                                   
  OMIT COND=(01,2,BI,LT,16,OR,                                         
             05,1,CH,EQ,C'1',OR,                                       
             06,3,CH,EQ,C' ',OR,                                       
             06,5,SS,EQ,C'LINES,ISRS0,PROCE,THE F',OR,                 
             07,5,CH,EQ,C'LINE-',OR,                                   
             11,7,CH,EQ,C'SEARCH-')                                   
  INREC BUILD=(1,4,16)                                                 
//*

Thanks once again skolusu. 8-)
Steve
User avatar
Steve Coalbran
 
Posts: 138
Joined: Wed Apr 06, 2011 11:49 am
Location: Stockholm, Sweden
Has thanked: 13 times
Been thanked: 1 time

Re: SORT VB records from SUPERC to remove headers & drop lin

Postby BillyBoyo » Tue May 20, 2014 1:52 pm

Thanks Steve. Now I can tidy up later :-)
BillyBoyo
Global moderator
 
Posts: 3804
Joined: Tue Jan 25, 2011 12:02 am
Has thanked: 22 times
Been thanked: 265 times

Previous

Return to DFSORT/ICETOOL/ICEGENER

 


  • Related topics
    Replies
    Views
    Last post