I could handle most of the conversions except for one category.
The program moves data as Move X’01’ to variable of type X(1).
One of the record from dataset is shown below in HEX ON Mode. I want to convert the last character which
looks like . to 10
1......
F000000
110000A
F000000
110000A
How can I read this in SORT? It’s not ZD, PD, BI.
TRAN=UNHEX won’t work as well in this case as data is fit into one character.
If data is really 0A , then I see examples where TRAN=UNHEX is helpful.
I referred to multiple blogs. One blog looks close but has no solution.
Please advise.
Coded