$SAVE NOLIST rq$sleep: PROCEDURE( time$limit, except$ptr ) EXTERNAL; DECLARE time$limit WORD, except$ptr POINTER; END rq$sleep; $RESTORE