Lexical - F$GETQUI
To retrieve multiple items about a queue
or a job, use the FREEZE_CONTEXT
flag on all but the last F$GETQUI for that
$ QN = F$GETQUI( “DISPLAY_QUEUE”,”QUEUE_NAME”,-
$ NN = F$GETQUI( “DISPLAY_QUEUE”,-
Notes:
When displaying multiple items about a queue, a job, etc., use the FREEZE_CONTEXT flag on all the items but the last. This prevents the current context from being advanced to the next queue, job, etc. until all the needed items about each queue, job, etc. have been retrieved.