Previous | Contents | Index |
The string returned is the log file specification that was provided to the $SNDJBC service to create the job. Therefore, to determine whether a log file is to be produced, testing this item code for a zero-length string is insufficient; instead, you need to examine the QUI$V_JOB_LOG_NULL bit of the QUI$_JOB_FLAGS item code.
(Valid for QUI$_DISPLAY_ENTRY, QUI$_DISPLAY_JOB function codes)
(Valid for QUI$_DISPLAY_MANAGER function code)
(Valid for QUI$_DISPLAY_MANAGER function code)
Symbolic Name | Description |
---|---|
QUI$V_MANAGER_FAILOVER | Queue manager is in the process of failing over to another node. |
QUI$V_MANAGER_RUNNING | Queue manager is running. |
QUI$V_MANAGER_START_PENDING | Queue manager can start up whenever a node on which it can run is booted. |
QUI$V_MANAGER_STARTING | Queue manager is in the process of starting up. |
QUI$V_MANAGER_STOPPING | Queue manager is in the process of shutting down. |
QUI$V_MANAGER_STOPPED | Queue manager is stopped. |
(Valid for QUI$_DISPLAY_MANAGER function code)
(Valid for QUI$_DISPLAY_ENTRY, QUI$_DISPLAY_JOB function codes)
(Valid for QUI$_DISPLAY_ENTRY, QUI$_DISPLAY_JOB function codes)
(Valid for QUI$_DISPLAY_QUEUE function code)
(Valid for QUI$_DISPLAY_FORM function code)
(Valid for QUI$_DISPLAY_ENTRY, QUI$_DISPLAY_JOB function codes)
(Valid for QUI$_DISPLAY_QUEUE function code)
(Valid for QUI$_DISPLAY_QUEUE function code)
Symbolic Name | Description |
---|---|
QUI$V_PEND_CHAR_MISMATCH | Job requires characteristics that are not available on the execution queue. |
QUI$V_PEND_JOB_SIZE_MAX | Block size of job exceeds the upper block limit of the execution queue. |
QUI$V_PEND_JOB_SIZE_MIN | Block size of job is less than the lower limit of the execution queue. |
QUI$V_PEND_LOWERCASE_MISMATCH | Job requires lowercase printer. |
QUI$V_PEND_NO_ACCESS | Owner of job does not have access to the execution queue. |
QUI$V_PEND_QUEUE_BUSY | Job is pending because the number of jobs currently executing on the queue equals the job limit for the queue. |
QUI$V_PEND_QUEUE_STATE | Job is pending because the execution queue is not in a running, open state as indicated by QUI$_QUEUE_STATUS. |
QUI$V_PEND_STOCK_MISMATCH | Stock type required by the job's form does not match the stock type of the form mounted on the execution queue. |
(Valid for QUI$_DISPLAY_ENTRY, QUI$_DISPLAY_JOB function codes)
Scheduling priority affects the order in which jobs assigned to a queue are initiated; it has no effect on the base execution priority of a job. The lowest scheduling priority value is 0, the highest is 255; that is, if a queue contains a job with a scheduling priority of 10 and a job with a scheduling priority of 2, the queue manager initiates the job with the scheduling priority of 10 first.
(Valid for QUI$_DISPLAY_ENTRY, QUI$_DISPLAY_JOB function codes)
(Valid for QUI$_DISPLAY_ENTRY, QUI$_DISPLAY_QUEUE function codes)
The following diagram illustrates the protection mask:
Bits 0 through 15 specify the protection value---the four types of access (read, submit, manage, and delete) to be granted to the four classes of user (System, Owner, Group, World). Set bits deny access and clear bits allow access.
(Valid for QUI$_DISPLAY_QUEUE function code)
(Valid for QUI$_DISPLAY_QUEUE function code)
(Valid for QUI$_DISPLAY_MANAGER function code)
The $QUIDEF macro defines the following symbolic names:
Symbolic Name | Description |
---|---|
QUI$V_QUEUE_ACL_SPECIFIED | An access control list has been specified for the queue. You cannot retrieve a queue's ACL through the $GETQUI service; instead, you must use the $GET_SECURITY service. |
QUI$V_QUEUE_AUTOSTART | Queue is designated as an autostart queue. |
QUI$V_QUEUE_BATCH | Queue is a batch queue or a generic batch queue. |
QUI$V_QUEUE_CPU_DEFAULT | A default CPU time limit has been specified for all jobs in the queue. |
QUI$V_QUEUE_CPU_LIMIT | A maximum CPU time limit has been specified for all jobs in the queue. |
QUI$V_QUEUE_FILE_BURST | Burst and flag pages precede each file in each job initiated from the queue. |
QUI$V_QUEUE_FILE_BURST_ONE | Burst and flag pages precede only the first copy of the first file in each job initiated from the queue. |
QUI$V_QUEUE_FILE_FLAG | Flag page precedes each file in each job initiated from the queue. |
QUI$V_QUEUE_FILE_FLAG_ONE | Flag page precedes only the first copy of the first file in each job initiated from the queue. |
QUI$V_QUEUE_FILE_PAGINATE | Output symbiont paginates output for each job initiated from this queue. The output symbiont paginates output by inserting a form feed whenever output reaches the bottom margin of the form. |
QUI$V_QUEUE_FILE_TRAILER | Trailer page follows each file in each job initiated from the queue. |
QUI$V_QUEUE_FILE_TRAILER_ONE | Trailer page follows only the last copy of the last file in each job initiated from the queue. |
QUI$V_QUEUE_GENERIC | The queue is a generic queue. |
QUI$V_QUEUE_GENERIC_SELECTION | The queue is an execution queue that can accept work from a generic queue. |
QUI$V_QUEUE_JOB_BURST | Burst and flag pages precede each job initiated from the queue. |
QUI$V_QUEUE_JOB_FLAG | A flag page precedes each job initiated from the queue. |
QUI$V_QUEUE_JOB_SIZE_SCHED | Jobs initiated from the queue are scheduled according to size, with the smallest job of a given priority processed first (meaningful only for output queues). |
QUI$V_QUEUE_JOB_TRAILER | A trailer page follows each job initiated from the queue. |
QUI$V_QUEUE_PRINTER | The queue is a printer queue. |
QUI$V_QUEUE_RAD (Alpha and Integrity servers) | Indicates if the RAD processing option attribute is specified for the batch queue. RAD is supported on AlphaServer GS series systems and starting from OpenVMS Version 8.4, support is extended to NUMA capable Integrity servers. |
QUI$V_QUEUE_RECORD_BLOCKING | The symbiont is permitted to concatenate, or block together, the output records it sends to the output device. |
QUI$V_QUEUE_RETAIN_ALL | All jobs initiated from the queue remain in the queue after they finish executing. Completed jobs are marked with a completion status. |
QUI$V_QUEUE_RETAIN_ERROR | Only jobs that do not complete successfully are retained in the queue. |
QUI$V_QUEUE_SECURITY_INACCESSIBLE | The requestor does not have access to security information. |
QUI$V_QUEUE_SWAP | Jobs initiated from the queue can be swapped. |
QUI$V_QUEUE_TERMINAL | The queue is a terminal queue. |
QUI$V_QUEUE_WSDEFAULT | Default working set size is specified for each job initiated from the queue. |
QUI$V_QUEUE_WSEXTENT | Working set extent is specified for each job initiated from the queue. |
QUI$V_QUEUE_WSQUOTA | Working set quota is specified for each job initiated from the queue. |
(Valid for QUI$_DISPLAY_ENTRY, QUI$_DISPLAY_QUEUE function codes)
(Valid for QUI$_DISPLAY_ENTRY, QUI$_DISPLAY_JOB, QUI$_DISPLAY_QUEUE, QUI$_TRANSLATE_QUEUE function codes)
The $QUIDEF macro defines the following symbolic names for these flags:
Symbolic Name | Description |
---|---|
QUI$V_QUEUE_ALIGNING | Queue is printing alignment pages. |
QUI$V_QUEUE_AUTOSTART_INACTIVE | Autostart queue is stopped due to failure or manual intervention and needs to be manually started. |
QUI$V_QUEUE_AVAILABLE 1 | Queue is processing work but is capable of processing additional work. |
QUI$V_QUEUE_BUSY 1 | Queue cannot process additional jobs because of work in progress. |
QUI$V_QUEUE_CLOSED | Queue is closed and will not accept new jobs until the queue is put in an open state. |
QUI$V_QUEUE_DISABLED 1 | Queue is not capable of being started or submitted to. |
QUI$V_QUEUE_IDLE 1 | Queue contains no job requests capable of being processed. |
QUI$V_QUEUE_LOWERCASE | Queue is associated with a printer that can print both uppercase and lowercase characters. |
QUI$V_QUEUE_PAUSED 1 | Execution of all current jobs in the queue is temporarily halted. |
QUI$V_QUEUE_PAUSING 1 | Queue is temporarily halting execution. |
QUI$V_QUEUE_REMOTE | Queue is assigned to a physical device that is not connected to the local node. |
QUI$V_QUEUE_RESETTING | Queue is resetting and stopping. |
QUI$V_QUEUE_RESUMING 1 | Queue is restarting after pausing. |
QUI$V_QUEUE_SERVER | Queue processing is directed to a server symbiont. |
QUI$V_QUEUE_STALLED 1 | Physical device to which queue is assigned is stalled; that is, the device has not completed the last I/O request submitted to it. |
QUI$V_QUEUE_STARTING 1 | Queue is starting. |
QUI$V_QUEUE_STOP_PENDING | Queue will be stopped when work currently in progress has completed. |
QUI$V_QUEUE_STOPPED 1 | Queue is stopped. |
QUI$V_QUEUE_STOPPING 1 | Queue is stopping. |
QUI$V_QUEUE_UNAVAILABLE | Physical device to which queue is assigned is not available. |
(Valid for QUI$_DISPLAY_ENTRY, QUI$_DISPLAY_QUEUE function codes)
RAD is supported on AlphaServer GS series systems and starting from OpenVMS Version 8.4, support is extended to NUMA capable Integrity servers.
(Valid for QUI$_DISPLAY_ENTRY, QUI$_DISPLAY_JOB, QUI$_DISPLAY_QUEUE function codes)
Because a queue name can include up to 31 characters, the buffer length of the item descriptor should specify 31 (bytes).
(Valid for QUI$_DISPLAY_ENTRY, QUI$_DISPLAY_JOB function codes)
(Valid for QUI$_DISPLAY_ENTRY, QUI$_DISPLAY_JOB function codes)
(Valid for QUI$_DISPLAY_QUEUE function code)
(Valid for QUI$_DISPLAY_QUEUE, QUI$_DISPLAY_MANAGER function codes)
The following table contains the symbolic names for each option and the function code for which each flag is meaningful:
Symbolic Name | Function Code | Description |
---|---|---|
QUI$V_SEARCH_ALL_JOBS | QUI$_DISPLAY_JOB | $GETQUI searches all jobs included in the established queue context. If you do not specify this flag, $GETQUI only returns information about jobs that have the same user name as the caller. |
QUI$V_SEARCH_BATCH |
QUI$_DISPLAY_ENTRY
QUI$_DISPLAY_QUEUE |
Selects batch queues. |
QUI$V_SEARCH_EXECUTING_JOBS |
QUI$_DISPLAY_ENTRY
QUI$_DISPLAY_JOB QUI$_DISPLAY_QUEUE |
Selects executing jobs, or queues with executing jobs. |
QUI$V_SEARCH_FREEZE_CONTEXT |
QUI$_DISPLAY_CHARACTERISTIC
QUI$_DISPLAY_ENTRY QUI$_DISPLAY_FILE QUI$_DISPLAY_FORM QUI$_DISPLAY_JOB QUI$_DISPLAY_QUEUE QUI$_DISPLAY_MANAGER |
Does not advance wildcard context on completion of this service call. |
QUI$V_SEARCH_GENERIC |
QUI$_DISPLAY_ENTRY
QUI$_DISPLAY_QUEUE |
Selects generic queues. |
QUI$V_SEARCH_HOLDING_JOBS |
QUI$_DISPLAY_ENTRY
QUI$_DISPLAY_JOB QUI$_DISPLAY_QUEUE |
Selects jobs on unconditional hold, or queues with jobs on unconditional hold. |
QUI$V_SEARCH_PENDING_JOBS |
QUI$_DISPLAY_ENTRY
QUI$_DISPLAY_JOB QUI$_DISPLAY_QUEUE |
Selects pending jobs, or queues with pending jobs. |
QUI$V_SEARCH_PRINTER |
QUI$_DISPLAY_ENTRY
QUI$_DISPLAY_QUEUE |
Selects printer queues. |
QUI$V_SEARCH_RETAINED_JOBS |
QUI$_DISPLAY_ENTRY
QUI$_DISPLAY_JOB QUI$_DISPLAY_QUEUE |
Selects jobs being retained, or queues with jobs being retained. |
QUI$V_SEARCH_SERVER |
QUI$_DISPLAY_ENTRY
QUI$_DISPLAY_QUEUE |
Selects server queues. |
QUI$V_SEARCH_SYMBIONT |
QUI$_DISPLAY_ENTRY
QUI$_DISPLAY_QUEUE |
Selects output queues. |
QUI$V_SEARCH_TERMINAL |
QUI$_DISPLAY_ENTRY
QUI$_DISPLAY_QUEUE |
Selects terminal queues. |
QUI$V_SEARCH_THIS_JOB |
QUI$_DISPLAY_FILE
QUI$_DISPLAY_JOB QUI$_DISPLAY_QUEUE |
$GETQUI returns information about the calling batch job, the command file being executed, or the queue associated with the calling batch job. $GETQUI establishes a new queue and job context based on the job entry of the caller; this queue and job context is dissolved when $GETQUI finishes executing. If you specify QUI$V_SEARCH_THIS_JOB, $GETQUI ignores all other QUI$_SEARCH_FLAGS options. |
QUI$V_SEARCH_TIMED_RELEASE_JOBS |
QUI$_DISPLAY_ENTRY
QUI$_DISPLAY_JOB QUI$_DISPLAY_QUEUE |
Selects jobs on hold until a specified time, or queues with jobs on hold until a specified time. |
QUI$V_SEARCH_WILDCARD |
QUI$_DISPLAY_CHARACTERISTIC
QUI$_DISPLAY_ENTRY QUI$_DISPLAY_FORM QUI$_DISPLAY_QUEUE |
$GETQUI performs a search in wildcard mode even if QUI$_SEARCH_NAME contains no wildcard characters. |
(Valid for QUI$_DISPLAY_ENTRY function code)
To direct $GETQUI to perform a wildcard search, you specify QUI$_SEARCH_NAME as a string containing one or more of the wildcard characters (% or *).
(Valid for QUI$_DISPLAY_CHARACTERISTIC, QUI$_DISPLAY_FORM, QUI$_DISPLAY_MANAGER, QUI$_DISPLAY_QUEUE, QUI$_TRANSLATE_QUEUE function codes)
(Valid for QUI$_DISPLAY_CHARACTERISTIC, QUI$_DISPLAY_ENTRY, QUI$_DISPLAY_FORM function codes)
(Valid for QUI$_DISPLAY_ENTRY function code)
(Valid for QUI$_DISPLAY_ENTRY, QUI$_DISPLAY_JOB function codes)
(Valid for QUI$_DISPLAY_QUEUE function code)
(Valid for QUI$_DISPLAY_ENTRY, QUI$_DISPLAY_JOB function codes)
(Valid for QUI$_DISPLAY_ENTRY, QUI$_DISPLAY_JOB function codes)
(Valid for QUI$_DISPLAY_ENTRY, QUI$_DISPLAY_JOB, QUI$_DISPLAY_QUEUE function codes)
(Valid for QUI$_DISPLAY_ENTRY, QUI$_DISPLAY_JOB, QUI$_DISPLAY_QUEUE function codes)
(Valid for QUI$_DISPLAY_ENTRY, QUI$_DISPLAY_JOB, QUI$_DISPLAY_QUEUE function codes)
The Get Queue Information service returns information about queues and the jobs initiated from those queues. The $GETQUI and $SNDJBC services together provide the user interface to the queue manager and job controller processes. See the Description section of the $SNDJBC service for a discussion of the different types of jobs and queues.The $GETQUI service completes asynchronously; that is, it returns to the caller after queuing the request, without waiting for the operation to complete. For synchronous completion, use the Get Queue Information and Wait ($GETQUIW) service. The $GETQUIW service is identical to $GETQUI in every way except that $GETQUIW returns to the caller after the operation has completed.
Previous Next Contents Index