RDOHELP72.HLB  —  EDIT  Example
    The following sequence demonstrates the correction of a
    misspelled statement:

    1. Make a mistake:

       RDO> FOR J IN JOSB
       cont> PRINT J.JOB_TITLE END_FOR
       %RDO-F-RELNOTDEF, Relation JOSB is not defined in database
       RDO>

    2. Invoke the EDT editor:

       RDO> EDIT

    3. When in the editor, change "JOSB" to "JOBS".

    4. Exit from the editor. RDO automatically executes the contents
       of the editing buffer.

       * EXIT
        Associate Programmer
        Clerk
        Deputy Gopher
        Department Manager
        Dept. Supervisor
              .
              .
              .
Close Help