I would like to make a logical file/view of data contained in a physical file.
The data is comp3 data contained within a character field.
The physical file layout for this field is:
the panel accessing this table uses a copy book to define it as:
The panel packs the data and inserts it into Field4. One problem is that the packed data is a substring of the character field. I would like to make logical file to display the data as the copy book does.
Hopefull, I have given enough info on this problem, will add more if necessary.
Is this possible?
Thanks,
Greg
The data is comp3 data contained within a character field.
The physical file layout for this field is:
Code:
Field1 pic x(283)
Code:
Field1 pic x(100)
Field2 pic x(100)
Field3 pic x(7)
Field4 pic s9(04)v9(03) comp-3.
Field5 pic x(72)
Hopefull, I have given enough info on this problem, will add more if necessary.
Is this possible?
Thanks,
Greg