QUI$ SEARCH FLAGS input item codes
Revision as of 04:54, 22 August 2018 by 185.9.201.123 (talk) (Created page with "QUI$_SEARCH_FLAGS input item codes {| class="wikitable" |- ! Keyword !! Valid Function Code !! Description |- | ALL_JOBS || DISPLAY_JOB || Requests that F$GETQUI search all...")
QUI$_SEARCH_FLAGS input item codes
Keyword | Valid Function Code | Description |
---|---|---|
ALL_JOBS | DISPLAY_JOB | Requests that F$GETQUI search all jobs included in the established queue context. If you do not specify this flag, F$GETQUI returns information only about jobs that have the same user name as the caller. |
BATCH | DISPLAY_QUEUE DISPLAY_ENTRY | Selects batch queues. |
EXECUTING_JOBS | DISPLAY_ENTRY DISPLAY_JOB | Selects executing jobs. |
FREEZE_CONTEXT | DISPLAY_CHARACTERISTIC DISPLAY_ENTRY DISPLAY_FILE DISPLAY_FORM DISPLAY_JOB DISPLAY_MANAGER DISPLAY_QUEUE | When in wildcard mode, prevents advance of wildcard context to the next object. If you do not specify this flag, the context is advanced to the next object. |
GENERIC | DISPLAY_ENTRY DISPLAY_QUEUE | Selects generic queues for searching. |
HOLDING_JOBS | DISPLAY_ENTRY DISPLAY_JOB | Selects jobs on unconditional hold. |
PENDING_JOBS | DISPLAY_ENTRY DISPLAY_JOB | Selects pending jobs. |
PRINTER | DISPLAY_QUEUE DISPLAY_ENTRY | Selects printer queues. |
RETAINED_JOBS | DISPLAY_ENTRY DISPLAY_JOB | Selects jobs being retained. |
SERVER | DISPLAY_QUEUE DISPLAY_ENTRY | Selects server queues. |
SYMBIONT | DISPLAY_QUEUE DISPLAY_ENTRY | Selects all output queues. Equivalent to specifying "PRINTER,SERVER,TERMINAL". |
TERMINAL | DISPLAY_QUEUE DISPLAY_ENTRY | Selects terminal queues. |
THIS_JOB | DISPLAY_ENTRY DISPLAY_FILE DISPLAY_JOB DISPLAY_QUEUE | Selects all job file information about the calling batch job (entry), the command file being executed, or the queue associated with the calling batch job. |
TIMED_RELEASE_JOBS | DISPLAY_ENTRY DISPLAY_JOB | Selects jobs on hold until a specified time. |
WILDCARD | DISPLAY_CHARACTERISTIC DISPLAY_ENTRY DISPLAY_FORM DISPLAY_MANAGER DISPLAY_QUEUE | Establishes and saves a context. Because the context is saved, the next operation can be performed based on that context. |