Air Cleaner User Manual

This is equivalent to specifying:
LIKE(SYSTEM.DEFAULT.NAMELIST)
A default namelist definition is provided, but it can be altered by the
installation to the default values required. See Rules for naming MQSeries
objectson page 4.
On MQSeries for OS/390, the queue manager searches page set 0 for an
object with the name you specify. The disposition of the LIKE object is not
copied to the object you are defining.
Notes:
1. QSGDISP (GROUP) objects are not searched.
2. LIKE is ignored if QSGDISP(COPY) is specified.
NAMES(name, ...)
List of names.
The names can be of any type, but must conform to the rules for naming
MQSeries objects, with a maximum length of 48 characters.
An empty list is valid: specify NAMES(). The maximum number of names
in the list is 256.
QSGDISP
This parameter applies to OS/390 only.
Specifies the disposition of the object to which you are applying the
command (that is, where it is defined and how it behaves).
QSGDISP ALTER DEFINE
COPY The object definition resides on the page set
of the queue manager that executes the
command. The object was defined using a
command that had the parameters
QSGDISP(COPY). Any object residing in the
shared repository, or any object defined using
a command that had the parameters
QSGDISP(QMGR), is not affected by this
command.
The object is defined on the page set of the
queue manager that executes the command
using the QSGDISP(GROUP) object of the
same name as the LIKE object.
GROUP The object definition resides in the shared
repository. The object was defined using a
command that had the parameters
QSGDISP(GROUP). Any object residing on
the page set of the queue manager that
executes the command (except a local copy
of the object) is not affected by this
command. If the command is successful, the
following command is generated and sent to
all active queue managers in the
queue-sharing group to cause them to refresh
local copies on page set 0:
DEFINE NAMELIST(name)
REPLACE QSGDISP(COPY)
The object definition resides in the shared
repository. This is allowed only if the queue
manager is in a queue-sharing group. If the
definition is successful, the following
command is generated and sent to all active
queue managers in the queue-sharing group
to cause them to make or refresh local copies
on page set 0:
DEFINE NAMELIST(name)
REPLACE QSGDISP(COPY)
PRIVATE The object resides on the page set of the
queue manager that executes the command,
and was defined with QSGDISP(QMGR) or
QSGDISP(COPY). Any object residing in the
shared repository is unaffected.
Not permitted.
DEFINE NAMELIST
Chapter 2. The MQSeries commands 97
|
|
|
|
|
|
|
|
|
|
|
|
|||
||
|
|
|
|
|
|
|
|
|
|
|
|
||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||
|
|
|
|
|