Ravula is correct if hte file was created with DDS.
Just change the DDS and do the CHGPF command.
You will need to recreate the LFs and recompile programs using the files. (PF & LF)
Last Wiki Answer Submitted: March 14, 2013 3:08 pm by CharlieBrowne33,730 pts.
All Answer Wiki Contributors: CharlieBrowne33,730 pts.
If you live outside the United States, by submitting your email address you consent to having your personal data transferred to and processed in the United States.
yes we can add feilds to a existing pf .without deleting the records.you can achive it through CHGPF command
you can google for more info
Thanks
ravula
Columns may also be added (or removed or changed) with SQL by running an ALTER TABLE statement with an ADD FIELD clause (for adding). — Tom
Thanks
Amit
Note that LFs that do not use the new field and have explicit field lists do not need to be recompiled nor do programs that use those LFs. — Tom