Before you begin making changes to a table, make sure the text case (UPPER, LOWER, MIXED) you specify for this session is the same as the text in the table.
For information on changing the text case, see Setting up and changing your QMF user profile.
To make changes to the data in a table:
tablename (MODE=CHANGE
Then, press the Edit Table function key.
EDIT TABLE tablename (MODE=CHANGE
For example, to change rows in the PERS table from a QMF command line, enter:
EDIT TABLE PERS (MODE=CHANGE
To enter the same command and save each addition as you make it, enter:
EDIT TABLE PERS (MODE=CHANGE SAVE=IMMEDIATE
The Table Editor Search panel displays.