Home
Parameter descriptions
- CMDSCOPE
- This parameter applies to z/OS only and specifies how the command is executed when the queue manager is a member of a queue-sharing group.
- ‘ ’
- The command is executed on the queue manager on which it was entered. This is the default value.
- qmgr-name
- The command is executed on the queue manager you specify, providing the queue manager is active within the queue-sharing group.
We can specify a queue manager name, other than the queue manager on which it was entered, only if you are using a queue-sharing group environment and if the command server is enabled.We cannot use CMDSCOPE(qmgr-name) for commands issued from the first initialization input data set, CSQINP1.
- *
- The command is executed on the local queue manager and is also passed to every active queue manager in the queue-sharing group. The effect of this is the same as entering the command on every queue manager in the queue-sharing group.
We cannot use CMDSCOPE(*) for commands issued from CSQINP1.
- DEFAULT
- Resets all the general system parameters to the values set at queue manager startup.
Parent topic:
SET SYSTEM
sc13060_
Home