HELPLIB.HLB  —  RDML72  Statements  FINISH  Examples  Pascal Example
    program empupdate (input,output);
    DATABASE PERS = FILENAME 'PERSONNEL';

    begin
    FOR E IN EMPLOYEES
       writeln (E.LAST_NAME);
    END_FOR;

    COMMIT;
    FINISH;
    end.
Close Help