Starting the Table Editor in CHANGE mode
When you are in CHANGE mode in the Table Editor you can change the data in a table.
Before you begin
Make sure the text case (UPPER, STRING, or MIXED) that you specify with the CASE parameter in your QMF profile is the same for this session as the text in the table. A MIXED value for the CASE parameter might have implications in TSO for the QMF CONNECT command.
About this task
Procedure
To make changes to the data in a table, do one of the following, depending on where you are starting:
Results
The Table Editor SEARCH panel displays so that you can search for the first row you want to change.
Example
For example, to change rows in the PERS table, enter the following on the QMF command line:
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