On platforms other than z/OS, the maximum length is MQ_AUTH_INFO_CONN_NAME_LENGTH. On z/OS, it is MQ_LOCAL_ADDRESS_LENGTH.
The maximum length is MQ_AUTH_INFO_DESC_LENGTH.
Specifies how the command is executed when the queue manager is a member of a queue-sharing group. You can specify one of the following:
The maximum length is MQ_QSG_NAME_LENGTH.
The maximum length is MQ_LDAP_PASSWORD_LENGTH.
On platforms other than z/OS, the maximum length is MQ_DISTINGUISHED_NAME_LENGTH. On z/OS, it is MQ_SHORT_DNAME_LENGTH.
Specifies the disposition of the object to which you are applying the command (that is, where it is defined and how it behaves). The value can be:
QSGDisposition | Change | Copy, Create |
---|---|---|
MQQSGD_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 parameter MQQSGD_COPY. Any object residing in the shared repository, or any object defined using a command that had the parameter MQQSGD_Q_MGR, is not affected by this command. | The object is defined on the page set of the queue manager that executes the command using the MQQSGD_GROUP object of the same name as the ToAuthInfoName object (for Copy) or the AuthInfoName object (for Create). |
MQQSGD_GROUP | The object definition resides in the shared repository.
The object was defined using a command that had the parameter MQQSGD_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 MQSC command is generated and sent to all active queue managers in the queue-sharing group so that they refresh local copies on page set zero: DEFINE AUTHINFO(name) REPLACE QSGDISP(COPY) The Change for the group object takes effect regardless of whether the generated command with QSGDISP(COPY) fails. |
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 MQSC command is generated and sent to all active queue managers in the queue-sharing group so that they make or refresh local copies on page set zero: DEFINE AUTHINFO(name) REPLACE QSGDISP(COPY) The Copy or Create for the group object takes effect regardless of whether the generated command with QSGDISP(COPY) fails. |
MQQSGD_PRIVATE | The object resides on the page set of the queue manager
that executes the command, and was defined with MQQSGD_Q_MGR, or MQQSGD_COPY.
Any object residing in the shared repository is unaffected. |
Not permitted. |
MQQSGD_Q_MGR | 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 parameter MQQSGD_Q_MGR. Any object residing in the shared repository,
or any local copy of such an object, is not affected by this command.
This is the default value. |
The object is defined on the page set of the queue manager
that executes the command.
This is the default value. |
Notices |
Downloads |
Library |
Support |
Feedback
![]() ![]() |
csqzac0454 |