Hi All,
I did a quite a bit of search to find if the output of SUM FIELDS of ZONED DECIMAL return a display number instead of a SIGNED number but could not find the exact solution.
Any help is greatly appreciated.
Code:
SORT FIELDS=COPY,WORK=1,FILES=4
OPTION PRINT=ALL,FILNM=(,)
RECORD TYPE=F,LENGTH=10
SUM FIELDS=(1,10,ZD)
INPFIL BLKSIZE=27990
OUTFIL BLKSIZE=27990
I/P:
0000055641
0000108870
0000055894
0000091030
O/P Expected:
0000311435
O/P Arrived:
000031143E
Using CA-SORT 9.0 and I am not sure if OVERLAY can be used in CA SORT.