Library /sys$common/syshlp/HELPLIB.HLB  —  RDML72  Statements  READY  Examples  Pascal Example
    program empupdate;
    DATABASE PERS = FILENAME 'PERSONNEL';
                         .
                         .
                         .
    begin
    READY PERS;
                         .
                         .
                         .

    FINISH PERS;
    end.
Close Help