gtpo1majOperations

ZMQSC START-Start a TPF MQSeries Channel or Queue Manager

Use this command to start a TPF MQSeries sender channel or queue manager, or enable a TPF MQSeries receiver channel.

Requirements and Restrictions

Format




CHL
specifies the name of the channel to be started or enabled, where:

name
is the 1- to 20-character channel name. A channel name can contain percent signs (%), slashes (/), underscores (_), periods (.), letters in either uppercase (A-Z) or lowercase (a-z), and digits (0-9). If the name is enclosed in single quotation marks, the characters can be mixed case.

If you specify a sender channel, the channel is started. If you specify a receiver or server connection channel, and if the channel was previously disabled with the ZMQSC STOP command, the channel is enabled.

ALL
starts all sender channels defined to the TPF MQSeries queue manager.

QMGR
starts the TPF MQSeries queue manager.

Additional Information

Examples

The following example starts a TPF MQSeries sender channel.

+--------------------------------------------------------------------------------+
|User:   ZMQSC STA CHL-TPF.TO.JOHN                                               |
|                                                                                |
|System: MQSC0315I 12.08.32 START SENDER CHANNEL - TPF.TO.JOHN SUCCESSFUL        |
+--------------------------------------------------------------------------------+

The following example starts a TPF MQSeries queue manager.

+--------------------------------------------------------------------------------+
|User:   ZMQSC STA QMGR                                                          |
|                                                                                |
|System: MQSC0019I 12.08.32 START QUEUE MANAGER SUCCESSFUL                       |
+--------------------------------------------------------------------------------+

Related Information

See MQSeries Command Reference for more information about the MQSeries product.