View previous topic :: View next topic
|
Author |
Message |
Puspojit
New User
Joined: 10 Mar 2008 Posts: 34 Location: Pune
|
|
|
|
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 |
|
|
superk
Global Moderator
Joined: 26 Apr 2004 Posts: 4652 Location: Raleigh, NC, USA
|
|
|
|
I don't believe that the decimal point is allowable in the ZD format, at least according to the product manual. |
|
Back to top |
|
|
Bill Woodger
Moderator Emeritus
Joined: 09 Mar 2011 Posts: 7309 Location: Inside the Matrix
|
|
|
|
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 |
|
|
Puspojit
New User
Joined: 10 Mar 2008 Posts: 34 Location: Pune
|
|
|
|
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 |
|
|
dick scherrer
Moderator Emeritus
Joined: 23 Nov 2006 Posts: 19243 Location: Inside the Matrix
|
|
|
|
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 |
|
|
Puspojit
New User
Joined: 10 Mar 2008 Posts: 34 Location: Pune
|
|
|
|
Thanks All... |
|
Back to top |
|
|
|