Work with OUTQ Description (WRKOUTQD)

Where allowed to run: All environments (*ALL)
Threadsafe: No
Parameters
Examples
Error messages

The Work with Output Queue Description (WRKOUTQD) command shows the description of the specified output queue. The description of the queue may change while the command is being run.

Top

Parameters

Keyword Description Choices Notes
OUTQ Output queue Qualified object name Required, Positional 1
Qualifier 1: Output queue Name
Qualifier 2: Library Name, *LIBL, *CURLIB
OUTPUT Output *, *PRINT Optional, Positional 2
Top

Output queue (OUTQ)

Specifies the output queue whose description is to be displayed.

This is a required parameter.

Qualifier 1: Output queue

name
Specify the name of the output queue whose description is displayed.

Qualifier 2: Library

*LIBL
All libraries in the library list for the current thread are searched until the first match is found.
*CURLIB
The current library for the job is used to locate the output queue.
name
Specify the name of the library where the output queue is located.
Top

Output (OUTPUT)

Specifies whether the output from the command is displayed at the requesting work station or printed with the job's spooled output on a printer.

*
The output is displayed (if requested by an interactive job) or printed with the job's spooled output (if requested by a batch job).
*PRINT
The output is printed with the job's spooled output on a printer.
Top

Examples

WRKOUTQD   OUTQ(QGPL/QPRINT)

This command displays the Work with Output Queue Description panel for the output queue named QPRINT which is in the QGPL library.

Top

Error messages

*ESCAPE Messages

CPF2150
Object information function failed.
CPF2151
Operation failed for &2 in &1 type *&3.
CPF2207
Not authorized to use object &1 in library &3 type *&2.
CPF3302
Override of print file &1 to file &2 not valid.
CPF3330
Necessary resource not available.
CPF3357
Output queue &1 in library &2 not found.
CPF7D41
Error occurred while logging order assistance request.
CPF7D42
Error occurred while performing database operation.
CPF9845
Error occurred while opening file &1.
CPF9846
Error while processing file &1 in library &2.
CPF9871
Error occurred while processing.
Top