+

Search Tips | Advanced Search

Selecting a queue manager, defaults, and levels using the ISPF control panel on z/OS

We can use the CSQOREXX exec in ISPF to control your queue managers.

While you are viewing the initial panel, you are not connected to any queue manager. However, as soon as you press Enter, you are connected to the queue manager, or a queue manager in the queue sharing group named in the Connect name field. We can leave this field blank; this means that you are using the default queue manager for batch applications. This is defined in CSQBDEFV (see Task 19: Set up Batch, TSO, and RRS adapters for information about this).

Use the Target queue manager field to specify the queue manager where the actions you request are to be performed. If you leave this field blank, it defaults to the queue manager specified in the Connect name field. We can specify a target queue manager that is not the one you connect to. In this case, you would normally specify the name of a remote queue manager object that provides a queue manager alias definition (the name is used as the ObjectQMgrName when opening the command input queue). To do this, you must have suitable queues and channels set up to access the remote queue manager.

The Action queue manager field allows you to specify a queue manager that is in the same queue sharing group as the queue manager specified in the Target queue manager field to be the queue manager where the actions you request are to be performed. If you specify * in this field, the actions you request are performed on all queue managers in the queue sharing group. If you leave this field blank, it defaults to the value specified in the Target queue manager field. The Action queue manager field corresponds to using the CMDSCOPE command modifier described in The MQSC commands.