Messages from commands that generate commands with CMDSCOPE

The following command:

DEF PRO(V2) QSGDISP(GROUP) 

produces these messages:

CSQN205I   COUNT=       3, RETURN=00000000, REASON=00000004 
CSQM122I !MQ25 CSQMMSGP ' DEF PRO' COMPLETED FOR QSGDISP(GROUP) 
CSQN138I !MQ25 'DEFINE PRO' command generated for CMDSCOPE(*), sent to 2 
CSQN205I   COUNT=       3, RETURN=00000000, REASON=00000004 
CSQN121I !MQ25 'DEFINE PRO' command responses from MQ25 
CSQ9022I !MQ25 CSQMMSGP ' DEFINE PROCESS' NORMAL COMPLETION 
CSQN205I   COUNT=       3, RETURN=00000000, REASON=00000004 
CSQN121I !MQ25 'DEFINE PRO' command responses from MQ26 
CSQ9022I !MQ26 CSQMMSGP ' DEFINE PROCESS' NORMAL COMPLETION 
CSQN205I   COUNT=       2, RETURN=00000000, REASON=00000000 
CSQN122I !MQ25 'DEFINE PRO' command for CMDSCOPE(*) normal completion

These messages tell you that the command was entered on queue manager MQ25. When the object was created on the shared repository, another command was generated and sent to all the active queue managers in the queue-sharing group (MQ25 and MQ26).

End of product-sensitive programming interface information