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

Syncsort Syntax Error


IBM Mainframe Forums -> SYNCSORT
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Puspojit

New User


Joined: 10 Mar 2008
Posts: 34
Location: Pune

PostPosted: Tue Sep 10, 2013 11:58 pm
Reply with quote

We have a job that executes everynight in QA and Production for over an year now. Last night, I see the job went down in QA due to a syntax error on one of the SORT steps. Here's the job log.

I retested it in Test region and it works fine but in QA, I get the below issue. Can anyone please advise?

Code:
SYNCSORT FOR Z/OS  1.4.1.0R    U.S. PATENTS: 4210961, 5117495   (C) 2010 SYNC
                                                      z/OS   1.12.0         
SYSIN :                                                                     
      SORT FIELDS=COPY                                                       
      INCLUDE COND=(31,19,ZD,GT,00000000000000.0000,AND,                     
                                *                                           
                    253,3,CH,EQ,C'M')                                       
WER268A  INCLUDE STATEMENT : SYNTAX ERROR                                   
WER211B  SYNCSMF  CALLED BY SYNCSORT; RC=0000                               
WER449I  SYNCSORT GLOBAL DSM SUBSYSTEM ACTIVE 



Thanks
Puspojit

Code'd
Back to top
View user's profile Send private message
superk

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Wed Sep 11, 2013 1:31 am
Reply with quote

I don't believe that the decimal point is allowable in the ZD format, at least according to the product manual.
Back to top
View user's profile Send private message
Bill Woodger

Moderator Emeritus


Joined: 09 Mar 2011
Posts: 7309
Location: Inside the Matrix

PostPosted: Wed Sep 11, 2013 1:50 am
Reply with quote

If it fell over for the first time last night, then something was changed yesterday. Old job, old step, old Control Cards, or something changed.

A decimal point in an INCLUDE makes no sense, as SORT does not have any way of knowing decimal places, except fo rthe programmer coding it.
Back to top
View user's profile Send private message
Puspojit

New User


Joined: 10 Mar 2008
Posts: 34
Location: Pune

PostPosted: Wed Sep 11, 2013 1:54 am
Reply with quote

On comparing the QA and Production job logs, I see Production is running against SYNCSORT FOR Z/OS 1.3.2.1R but in QA , apparently, they upgraded to SYNCSORT FOR Z/OS 1.4.1.0R last night.

In Production, decimal works fine but in QA(the new release)...it is running to issues. Maybe that explains why this issue was noticed in QA all on a sudden last night.

Looks like the new release is not compatible to the syntax that was working fine in older release ?? Or maybe there is still something that I am overlooking in the job logs......

thanks.
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Wed Sep 11, 2013 2:38 am
Reply with quote

Hello,

Suggest you call Syncsort Support and tell them what happened.

This is most likely something they are aware of.

FWIW - i tried your control statements on a z/OS 1.13 Syncsort 1.4 system and it failed just as yours.
Back to top
View user's profile Send private message
Puspojit

New User


Joined: 10 Mar 2008
Posts: 34
Location: Pune

PostPosted: Wed Sep 11, 2013 2:51 am
Reply with quote

Thanks All...
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 -> SYNCSORT

 


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