Disposition (QSGDISP)
This attribute specifies the disposition of the channel in a queue-sharing
group. Values are:
- QMGR
- The channel is defined on the page set of the queue manager that executes
the command. This is the default.
- GROUP
- The channel is defined in the shared repository. This is allowed only
if there is a shared queue manager environment. When a channel is defined
with QSGDISP(GROUP), the command DEFINE CHANNEL(name) NOREPLACE QSGDISP(COPY)
is generated automatically and sent to all active queue managers to cause
them to make local copies on page set 0
- COPY
- The channel is defined on the page set of the queue manager that executes
the command, copying its definition from the QSGDISP(GROUP) channel of the
same name. This is allowed only if there is a shared queue manager environment.
This attribute is valid for all channel types.