Selects or rejects records for print or batch jobs executed by the specified queues. Format /QUEUE=([-]queue_name[,...])
1 – Description
The /QUEUE qualifier uses the value of the queue name field to select records for processing. This field is present in all records except file backward link and file forward link records. For records that contain information about print or batch jobs, it contains the name of the queue that executed the job. The /QUEUE qualifier selects only records that have the specified values in the queue name field. If you precede the values with a minus sign, it selects all records except those with the specified values. See also the /JOB and /ENTRY qualifiers.
2 – Example
$ ACCOUNTING /QUEUE=SYS$MYNODE_BATCH This example processes the file SYS$MANAGER:ACCOUNTNG.DAT. It produces a brief report of all records for jobs executed by the SYS$MYNODE_BATCH queue.