Where allowed to run: All environments (*ALL) Threadsafe: No |
Parameters Examples Error messages |
The Hold Distribution Queue (HLDDSTQ) command prevents a distribution queue from being sent.
Distribution queue names are translated to the graphic character set and code page 930 500, using the job's coded character set identifier (CCSID).
Restrictions:
Top |
Keyword | Description | Choices | Notes |
---|---|---|---|
DSTQ | Distribution queue | Character value | Required, Positional 1 |
PTY | Priority | *NORMAL, *HIGH | Required, Positional 2 |
Top |
Specifies the name of the distribution queue that is held. The queue must have been previously configured using the Configure Distribution Services (CFGDSTSRV) command or the Add Distribution Queue (ADDDSTQ) command.
This is a required parameter.
Top |
Specifies whether the normal priority or high priority portion of the specified queue is held.
The possible values are:
Note: This value is not valid for a SystemView distribution services (SVDS) type of distribution queue.
This is a required parameter.
Top |
Example 1: Holding the Normal Priority Portion of a Queue
HLDDSTQ DSTQ(CHICAGO) PTY(*NORMAL)
This command holds the normal priority portion of the CHICAGO distribution queue.
Example 2: Holding the High Priority Portion of a Queue
HLDDSTQ DSTQ(ATLANTA) PTY(*HIGH)
This command holds the high priority portion of the ATLANTA distribution queue.
Top |
*ESCAPE Messages
Top |