Is it possible to convert packed number to alphanumeric character without moving them one by one? I need to do this in a massive scale.
I have a generic table with multiple views. Each view has a PACKED NUMBER in different places. I need to put all the data into a work file. If I directly write the packed numbers into a work file, they are displayed as special characters. How do I display them without having to deal with the packed numbers one by one?
Is there such a command that writes the packed numbers into a readable format automatically?
Help please!