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

OUTFIL STATEMENT : SYNTAX ERROR in syncsort


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
rajatbagga

Active User


Joined: 11 Mar 2007
Posts: 199
Location: india

PostPosted: Thu Apr 10, 2008 2:56 pm
Reply with quote

Hello,

I am trying to bulild a dynamic sort card using following code:

Code:
//CTL7CNTL DD *                                         
  INREC BUILD=(2X,                                       
    C'OUTFIL FNAMES=FOUT,BUILD=(4:SEQNUM,1,BI,START=',   
      4,1,BI,C')',80:X)                                 
/*     


and i am getting following syntax error:

Code:
CTL8CNTL :                                                           
  OUTFIL FNAMES=FOUT,BUILD=(4:SEQNUM,1,BI,START= 55 )               
                                         *                           
WER428I  CALLER-PROVIDED IDENTIFIER IS "0009"                       
WER903I  SYNCSORT 1.2.1.0 IS NOT LICENSED FOR SERIAL 6FE80, TYPE 2096
WER903I  SYNCSORT WILL STOP WORKING IN  41 DAYS UNLESS A VALID KEY IS
WER268A  OUTFIL STATEMENT  : SYNTAX ERROR                           


I checked in the manuals and i found that the syntax is right. Can anyone please tell where is the problem

Regards,
Rajat
Back to top
View user's profile Send private message
Aaru

Senior Member


Joined: 03 Jul 2007
Posts: 1287
Location: Chennai, India

PostPosted: Thu Apr 10, 2008 4:37 pm
Reply with quote

rajat,

The code and the error are referring to different control cards.

Code:

Code:
//CTL7CNTL


Error:

Code:
CTL8CNTL :


Post the CTL8CNTL control card details.
Back to top
View user's profile Send private message
CICS Guy

Senior Member


Joined: 18 Jul 2007
Posts: 2146
Location: At my coffee table

PostPosted: Thu Apr 10, 2008 9:29 pm
Reply with quote

Code:
  OUTFIL FNAMES=FOUT,BUILD=(4:SEQNUM,1,BI,START= 55 )               
                                         *

Assuming that the '*' has not been 'adjusted' by you, I's say that the systax checker does not like the leading blank between the '=' and the '55'....... *
Back to top
View user's profile Send private message
Alissa Margulies

SYNCSORT Support


Joined: 25 Jul 2007
Posts: 496
Location: USA

PostPosted: Fri Apr 11, 2008 12:47 am
Reply with quote

rajatbagga,

Did Bill's (CICS guy) assessment fix your problem?
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 -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
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 Compare only first records of the fil... SYNCSORT 7
No new posts CLIST - Virtual storage allocation error CLIST & REXX 5
Search our Forums:

Back to Top