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

SS format syntax error


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

Active User


Joined: 20 May 2010
Posts: 121
Location: canada

PostPosted: Thu Feb 14, 2013 9:11 am
Reply with quote

I have:
Code:
//STEP010  EXEC PGM=SORT,PARM='SIZE(MAX)'                                     
//SORTIN    DD DISP=SHR,DSN=IU.SORTED                     
//REMOV     DD DISP=OLD,DSN=IU.DEV.SORTED               
//KEPT      DD DISP=OLD,DSN=IU.DEV.SORTED.PULL         
//SYSOUT    DD SYSOUT=*                                                       
//SYSIN     DD *                                                             
 SORT FIELDS=COPY                                                             
 OUTFIL FNAMES=REMOV,                                                         
 OMIT=(09,16,SS,EQ,C'T830220100A03747,T830220100A03751,T830220100A20767')     
 OUTFIL FNAMES=KEPT,SAVE                                                     
//                                                                           


Why I am getting syntax error:
Code:
02I 0 BLOCKSET     TECHNIQUE IN CONTROL                                         
43I 0 BLOCKSET     COPY  TECHNIQUE SELECTED                                     
50I 0 VISIT http://www.ibm.com/storage/dfsort FOR DFSORT PAPERS, EXAMPLES AND MO
00I 1 - CONTROL STATEMENTS FOR 5694-A01, Z/OS DFSORT V1R12 - 22:28 ON WED FEB 13
       SORT FIELDS=COPY                                                         
       OUTFIL FNAMES=REMOV,                                                     
       OMIT=(09,16,SS,EQ,C'T830220100A03747,T830220100A03751,T830220100A20767')
       OUTFIL FNAMES=KEPT,SAVE                                                 
                                                                             $ 
07A 0 SYNTAX ERROR                                                             
51I 0 C5-K76982 C6-K90026 C7-K58148 C8-K67572 E7-K79990                         
52I 3 END OF DFSORT                                                             
Back to top
View user's profile Send private message
gcicchet

Senior Member


Joined: 28 Jul 2006
Posts: 1702
Location: Australia

PostPosted: Thu Feb 14, 2013 9:43 am
Reply with quote

Hi,

your OMIT statement is going past col 71


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

Active User


Joined: 20 May 2010
Posts: 121
Location: canada

PostPosted: Thu Feb 14, 2013 11:09 am
Reply with quote

ohh, thank you ... stupid me
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 Populate last day of the Month in MMD... SYNCSORT 2
No new posts PARSE Syntax for not fix length word ... JCL & VSAM 7
No new posts Error to read log with rexx CLIST & REXX 11
No new posts Error when install DB2 DB2 2
No new posts Modifying Date Format Using DFSORT DFSORT/ICETOOL 9
Search our Forums:

Back to Top