Author: Danielle.Filteau
Subject: WER247A incompatible lrecl
Posted: Tue May 02, 2017 4:04 am (GMT 5.5)
Hi, could someone with fresh eyes take a look at this ?
My input file and output file are both
DCB=(RECFM=FB,LRECL=200,DSORG=PS)
so perhaps the output specification is off by a position or two somewhere but I'm just not seeing it.
For rows matching the input criteria, 2 rows should be written to the output file: one to expire the existing row and a new with correct values.
The input dataset is formatted like this (cols 1-72):
cols 70-141
cols 142-200
I've counted the fields several times now but nothing works. U016 is driving me nuts!
Thanks.
Subject: WER247A incompatible lrecl
Posted: Tue May 02, 2017 4:04 am (GMT 5.5)
Hi, could someone with fresh eyes take a look at this ?
My input file and output file are both
DCB=(RECFM=FB,LRECL=200,DSORG=PS)
so perhaps the output specification is off by a position or two somewhere but I'm just not seeing it.
For rows matching the input criteria, 2 rows should be written to the output file: one to expire the existing row and a new with correct values.
Code: |
SYNCSORT FOR Z/OS 2.1.3.0R U.S. PATENTS: 4210961, 5117495 (C) 2014 SYNCS z/OS 2.1.0 SYNCSORT LICENSED FOR CPU SERIAL NUMBER 12C27, MODEL 2827 715 LICE SYSIN : SORT FIELDS=COPY OUTFIL FNAMES=UPDT1, INCLUDE=(3,3,CH,EQ,C'017',AND,56,8,CH,NE,C'99991231',AND, 16,2,CH,EQ,C'AR',AND,25,1,CH,NE,C'*',AND,67,1,CH,EQ,C'N'), BUILD=(1,66,67:C'Y1',69,96,165:C'CONSERV',3X,175:&DATE1,184,16, /,1,24,25:C'1',26,30,56:C'99991231',64,100, 165:C'CONSERV',3X,175:&DATE1,184,16) WER813I INSTALLATION OPTIONS IN MFX LOAD LIBRARY WILL BE USED WER276B SYSDIAG= 12581823, 20867097, 20867097, 22994700 WER164B 6,916K BYTES OF VIRTUAL STORAGE AVAILABLE, MAX REQUESTED, WER164B 0 BYTES RESERVE REQUESTED, 1M BYTES USED WER108I SORTIN : RECFM=FB ; LRECL= 200; BLKSIZE= 27800 WER073I SORTIN : DSNAME=DXF125.NDVRC1.CCIDPIT.MAR28 WER110I UPDT1 : RECFM=FB ; LRECL= 200; BLKSIZE= 27800 WER074I UPDT1 : DSNAME=SXSC.CCIDPIT.S1.JAN17.NOTPERM.AR.S1.OUT WER247A UPDT1 HAS INCOMPATIBLE LRECL WER211B SYNCSMF CALLED BY SYNCSORT; RC=0000 WER449I SYNCSORT GLOBAL DSM SUBSYSTEM ACTIVE |
The input dataset is formatted like this (cols 1-72):
Code: |
=COLS> ----+----1----+----2----+----3----+----4----+----5----+----6----+----7-- ****** ***************************** Top of Data ****************************** - - - - - - - - - - - - - - - - - - 18357 Line(s) not Displayed 018358 107KLS IT1CYCLE 2 SYSALL A87600 20170123 20191231 N - - - - - - - - - - - - - - - - - - 55832 Line(s) not Displayed |
cols 70-141
Code: |
=COLS> 7----+----8----+----9----+----0----+----1----+----2----+----3----+----4- ****** ***************************** Top of Data ****************************** - - - - - - - - - - - - - - - - - - 18357 Line(s) not Displayed 018358 STG 2 HXD709 20170130 - - - - - - - - - - - - - - - - - - 55832 Line(s) not Displayed |
cols 142-200
Code: |
---+----5----+----6----+----7----+----8----+----9----+----0 **************** Top of Data ****************************** - - - - - - - - - - 18357 Line(s) not Displayed * * - - - - - - - - - - 55832 Line(s) not Displayed |
I've counted the fields several times now but nothing works. U016 is driving me nuts!
Thanks.