NO KEYWORDS Message (WER275A)



Support for NetApp SyncSort for z/OS, Visual SyncSort, SYNCINIT, SYNCLIST and SYNCTOOL

NO KEYWORDS Message (WER275A)

Postby gmosley » Tue Dec 22, 2009 10:58 pm

This message is pretty obtuse: NO KEYWORDS FOUND ON CONTROL STATEMENT
The explanation: "A required keyword has not been specified on a Sync-Sort control statement."
It would be helpful to know which one.
Here's the code:
SORT FIELDS=(1,2,CH,A,                   ** BATCH NUMBER   
             3,4,BI,A,                             ** ACCOUNT NUMBER 
             7,2,CH,A,                            ** STMNT LINE TYPE
             12,10,CH,A)                         ** CLAIM #/ACTY DTE
INCLUDE COND=(1,2,CH,EQ,C'01',                                       
       OR,1,2,CH,EQ,C'02',                                           
       OR,1,2,CH,EQ,C'05',                                           
       OR,1,2,CH,EQ,C'06')                                           
DYNALLOC=(SYSDA,6) 


Can anyone spot what's wrong? Or even offer a clue as to where to look?
Thanks.
George
gmosley
 
Posts: 15
Joined: Thu Sep 13, 2007 10:52 pm
Has thanked: 0 time
Been thanked: 0 time

Re: NO KEYWORDS Message (WER275A)

Postby Alissa Margulies » Tue Dec 22, 2009 11:47 pm

DYNALLOC is not a control statement. It must be specified either as a runtime parameter on the EXEC statement, in the $ORTPARM DD statement, or on the SORT control statement.
Alissa Margulies
Syncsort Mainframe Product Services
201-930-8260
zos_tech@syncsort.com
Alissa Margulies
Global moderator
 
Posts: 369
Joined: Tue Feb 26, 2008 11:15 pm
Location: USA
Has thanked: 1 time
Been thanked: 3 times

Re: NO KEYWORDS Message (WER275A)

Postby gmosley » Wed Dec 23, 2009 3:02 am

Thanks, Alissa. Passed your comment on to my user and she reports back: success!
gmosley
 
Posts: 15
Joined: Thu Sep 13, 2007 10:52 pm
Has thanked: 0 time
Been thanked: 0 time

Re: NO KEYWORDS Message (WER275A)

Postby Alissa Margulies » Wed Dec 23, 2009 3:32 am

Glad to hear it. Thanks for letting us know.
Alissa Margulies
Syncsort Mainframe Product Services
201-930-8260
zos_tech@syncsort.com
Alissa Margulies
Global moderator
 
Posts: 369
Joined: Tue Feb 26, 2008 11:15 pm
Location: USA
Has thanked: 1 time
Been thanked: 3 times


Return to Syncsort/Synctool

 


  • Related topics
    Replies
    Views
    Last post