Hello,
My requirement is to add a field from input file. the field is defined as PIC 9(8).9(5)
And for all input records this field should be added and put the total in the trailer record.
And what I know is, it is not possible to add to numbers defined as real numbers i.e. PIC 9(8).9(5) in this case.
Does any one know, how can I convert PIC 9(8).9(5) into PIC 9(8)V9(5) and go on adding the number.
Thanks,
Yogesh