Parameter |
Definition |
Value and Description |
---|---|---|
DTAQ |
Specifies the data queue to be monitored. This data queue should previously have been created with MAXLEN(128) and SEQ(*FIFO), for example: CRTDTAQ DTAQ(QGPL/YSPLRTRQ) MAXLEN(128) SEQ(*FIFO) And have been attached to one or more output queues by using the Create Output Queue (CRTOUTQ) or Change Output Queue (CHGOUTQ) command specifying this data queue on the DTAQ parameter: CHGOUTQ OUTQ(QGPL/QPRINT) DTAQ(QGPL/YSPLRTRQ) Note: The data queue can have any name, not just YSPLRTRQ, and can be created in any library, not just QGPL, as in the example above. However, a data queue called YSPLRTRQ must be created in QGPL as above, to act as a default data queue for this command. If a data queue is attached to an output queue, an entry will be added to the data queue every time a spooled file reaches Ready (RDY) status on the output queue. It is these entries which are monitored for by the spooled file router. Note: A single data queue can be attached to several output queues, or you can create different data queues for different output queues. |
|
YSPLRTRQ |
Use the default spooled router data queue YSPLRTRQ. This data queue must already have been created as above. data-queue-name Enter the name of an existing data queue with the correct attributes (*FIFO, maximum length 128). |
|
LOG |
Specifies whether commands processed for spooled files should be written to the job log of the spooled file router job. |
|
Copyright © 2014 CA.
All rights reserved.
|
|