Use this command to start a TPF MQSeries sender channel or queue manager,
or enable a TPF MQSeries receiver channel.
Requirements and Restrictions
- You can enter this command only in NORM state.
- You must define the queue manager profile by entering the ZMQSC DEF MQP
command before entering this command.
- Without single quotation marks (' ') specified, characters are
handled as uppercase only. If a TPF MQSeries object needs to be
case-sensitive, enclose the object in single quotation marks.
-
Attention: If a ZMQSC SWQ command is in progress, do not
start the channel associated with the queue specified as the source
transmission queue (FROMQ). If you do, messages in this queue may be
transmitted out of sequence.
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
- Online help information is available for this command. To display
the help information, enter one of the following:
ZMQSC HELP
ZMQSC ?
- If the queue manager is started and the TPF system is subsequently cycled
down from NORM state or an initial program load (IPL) is performed, the queue
manager will be automatically started when the TPF system cycles back to NORM
state.
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.