I'm in Charge of an IBM i Series. Now I have to program some new things. I have to read some data from an internally described file and use it in my program but it contains packed decimal data and I'm not quite sure how to handle that.
How do I actually read the packed decimal data in my program?
Is it even possible by %SUBST?