I have a problem of similar kind to this http://www.ibmmainframeforum.com/syncsort-synctool/topic9521.html. Please advise.
I have a ZD input like -9(11).9(2) and I want to conver it to PD.
When I use the below SORT card
SORT FIELDS=(501,10,CH,A)
SUM FIELDS=NONE
OUTREC FIELDS=(1:501,10,11:511,6,17:C'XXXXXX',
80,15,ZD,PD,LENGTH=8,31:132,10,41:40X)
SUM FIELDS=NONE
OUTREC FIELDS=(1:501,10,11:511,6,17:C'XXXXXX',
80,15,ZD,PD,LENGTH=8,31:132,10,41:40X)
I got this output
000000B0
0000530C
--------
000004B0
0000115C
--------
000001B2
0000003C
--------
000001B2
0000012C
0000530C
--------
000004B0
0000115C
--------
000001B2
0000003C
--------
000001B2
0000012C
Not sure why there is a B for every hexadecimal. I am worried because when I open this in STARTOOl, I cannot see any value but '?'
Coded