Here are the steps: a. You need exclusive use and proper authority to the file. b. Type STRSQL c. Type this to change column headings: LABEL ON COLUMN LIB/FILE (PMSTAT IS 'THE STATUS FIELD') Important: you can have 3 column headings max and each except the last one needs to take up exactly 20 positions like above. d. Type this to change the field text: LABEL ON COLUMN LIB/FILE (PMSTAT TEXT IS 'THIS IS THE FIELD STATUS') e. Hit F3 to exit SQL f. Do a DSPFFD LIB/FILE and check results. g. Change the file DDS source so the next install of the file will preserve the same column headings and field text.
Practice this on a test file too before applying on a production file. Chris