RDOHELP72.HLB  —  START_TRANSACTION, Format  tx-options  WAIT_NOWAIT
    Determines what your transaction does when it encounters a locked
    record:

    o  If you specify WAIT, the transaction waits for others to
       complete and then proceeds. WAIT is the default.

    o  If you specify NOWAIT, your transaction returns an error
       message when it encounters a locked record.
Close Help