Returns information about queues and the jobs initiated from
    those queues.
    The $GETQUI service completes asynchronously; for synchronous
    completion, use the Get Queue Information and Wait ($GETQUIW)
    service.
    For additional information about system service completion, see
    the Synchronize ($SYNCH) service.
    Format
      SYS$GETQUI  [efn] ,func [,context] [,itmlst] [,iosb] [,astadr]
                  [,astprm]
    C Prototype
      int sys$getqui  (unsigned int efn, unsigned short int func,
                      unsigned int *context, void *itmlst, struct
                      _iosb *iosb, void (*astadr)(__unknown_params),
                      int astprm);
Additional Information:
explode
extract