$SAVE NOLIST rq$a$load$io$job: PROCEDURE( connection$t, pool$lower$bound, pool$upper$bound, except$handler, job$flags, task$priority, task$flags, msg$mbox, except$ptr ) TOKEN EXTERNAL; DECLARE connection$t TOKEN, pool$lower$bound WORD, pool$upper$bound WORD, except$handler POINTER, job$flags WORD, task$priority BYTE, task$flags WORD, msg$mbox TOKEN, except$ptr POINTER; END rq$a$load$io$job; $RESTORE