Hi,
Is it possible to alter a file (say adding a new field or deleting a existing field) without altering format level indentifier? if yes? please tell me how?
Tanx
Software/Hardware used:
ASKED:
February 17, 2009 11:56 AM
UPDATED:
February 20, 2009 1:55 PM
Add your new field at the end of the record. You will be re-compiling any programs that use this new field, so no problem there. For programs that do not reference the new field, use an OVRDBF LVLCHK(*NO) command. As time permits, re-compile these other programs and removed the OVRDBF commands.