NO KEYWORDS FOUND ON CONTROL STATEMENT - Error



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

NO KEYWORDS FOUND ON CONTROL STATEMENT - Error

Postby adoanand » Tue Apr 15, 2014 7:58 pm

My sortcard and my error, I have posted here,
I cannot figure out what is the issue.
My input file is a GDG and Output file has DCB=(RECFM=FB,LRECL=400,BLKSIZE=16000)
based on input GDG,

SORTIN is DISP=SHR
SORTOUT is
// DISP=(NEW,CATLG,DELETE),
// UNIT=SYSDA,SPACE=(TRK,(15,30),RLSE),
// DCB=(RECFM=FB,LRECL=400,BLKSIZE=16000)


**********My issue************

SORT FIELDS=COPY
     *
INCLUDE COND=(2,3,CH,EQ,C'FMX',OR,2,3,CH,EQ,C'FMP'),
        *
OUTFIL REMOVECC,NODETAIL,
       *
TRAILER1=(1:C'TR01,',6:COUNT+1=(M10,LENGTH=9)),
        VLTRIM=X'F0'
        *
WER275A NO KEYWORDS FOUND ON CONTROL STATEMENT
WER275A NO KEYWORDS FOUND ON CONTROL STATEMENT
WER275A NO KEYWORDS FOUND ON CONTROL STATEMENT
WER275A NO KEYWORDS FOUND ON CONTROL STATEMENT
WER449I SYNCSORT GLOBAL DSM SUBSYSTEM ACTIVE

Coded
adoanand
 
Posts: 2
Joined: Tue Apr 15, 2014 6:22 pm
Has thanked: 0 time
Been thanked: 0 time

Re: NO KEYWORDS FOUND ON CONTROL STATEMENT - Error

Postby enrico-sorichetti » Tue Apr 15, 2014 8:32 pm

the WER message prefix suggests that You are using SYNCSORT ... NOT IBM DFSORT

and SYNCSORT has it' s own section

if You had cared to use the code tags ( without )

             if You had cared to use the code tags ( with )
note that leading blanks have been mantained


we could have found if You could have spacing errors,
unfortunately we cannot tell because forum formatting eats/chomps leading blanks
and as You kno sort control statements must start in column 2 ( at least )
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort
enrico-sorichetti
Global moderator
 
Posts: 2994
Joined: Fri Apr 18, 2008 11:25 pm
Has thanked: 0 time
Been thanked: 164 times

Re: NO KEYWORDS FOUND ON CONTROL STATEMENT - Error

Postby adoanand » Tue Apr 15, 2014 8:45 pm

Thanks enrico-sorichetti,

my tags had no spaces but "as You kno sort control statements must start in column 2 ( at least )" has solved my issue.
adoanand
 
Posts: 2
Joined: Tue Apr 15, 2014 6:22 pm
Has thanked: 0 time
Been thanked: 0 time

Re: NO KEYWORDS FOUND ON CONTROL STATEMENT - Error

Postby NicC » Wed Apr 16, 2014 3:12 pm

Moving to Syncsort
The problem I have is that people can explain things quickly but I can only comprehend slowly.
Regards
Nic
NicC
Global moderator
 
Posts: 3025
Joined: Sun Jul 04, 2010 12:13 am
Location: Pushing up the daisies (almost)
Has thanked: 4 times
Been thanked: 136 times


Return to Syncsort/Synctool

 


  • Related topics
    Replies
    Views
    Last post