I have a PIC 9(14).9(2) variable that receives data from an incoming file. I wish to pass it into a report variable that is a PIC 9(14)V9(2). The format of incoming data can’t be altered. Is there any way I can pass one value into another?
I have a PIC 9(14).9(2) variable that receives data from an incoming file. I
Share
The pic 9(14).9(2) is essentially a Pic X field. You could set up redefine fields
or use reference modification
i.e.