Input field is packed decimal PIC S9(07)V9(02).
0006621
002226C
I convert from this format to zoned decimal using:
7,PD,EDIT=(SIIIIIIT.TT),SIGNS=(,-,,)
I now get:
262622.61
44FFFFFF4FF
00262622B61
As you can see the first 2 bytes are spaces. I know you can use SQZ=(SHIFT=LEFT) to remove these spaces.
Can you combine the EDIT parameter and SQZ parameter within the same OUTREC statement? Or do you need 2 separate SYNCSORT's using OUTREC?
Any help/suggestions much appreciated.