START QUEUEMANAGER: Making queues accessible: Difference between revisions
Jump to navigation
Jump to search
(Created page with "==Summary== <dl>Privileges <dt>System manager or User 0 <dl>Function <dt>Validates the existence of a queue manager and marks it available for use. ==Syntax== <p class="synt...") |
No edit summary |
||
Line 1: | Line 1: | ||
==Summary== | ==Summary== | ||
<dl>Privileges | <dl> | ||
< | <dt>Privileges | ||
<dd>System manager or User 0 | |||
< | <dt>Function | ||
< | <dd>Validates the existence of a queue manager and marks it available for use. | ||
</dl> | |||
==Syntax== | ==Syntax== |
Latest revision as of 04:14, 18 December 2021
Summary
- Privileges
- System manager or User 0
- Function
- Validates the existence of a queue manager and marks it available for use.
Syntax
START {QUEUEMANAGER | QM} name
Where:
name identifies a queue manager created with the DEFINE QUEUEMANAGER command.
Usage
If the specified queue manager is already started, the command is ignored.
Once this command has been issued successfully, queues that belong to this queue manager can be opened with the OPEN QUEUE statement or the MQPUT1 statement.