I have a Cobol Program that has Comp-3 Packed Data on the field Lic-Exp-Date. How do I get rid of the packed data field so that I can use the Lic-Exp-Date in a If Statement to move 'A' for Active to a Rec-Status Field.
Read Lic File
If Lic-Exp-Date = 093006
Move 'A' to Rec-Status
Read Next Record
Read Lic File
If Lic-Exp-Date = 093006
Move 'A' to Rec-Status
Read Next Record