my requirement is simple
I have a input message with ASCII values & packed decimal values and i want to convert into readable string
I tried to do using CCSID & Encoding but its not workin ...
Input message - ASCII data with packed decimal
Output message - readable text / characters / numbers on which i can write business logic
I have tried to
following things as well