CREATE MQMONITOR

Define an MQMONITOR resource in the local region.

CREATE MQMONITOR

Read syntax diagramSkip visual syntax diagramCREATE MQMONITOR( data-value) ATTRIBUTES( data-value)ATTRLEN( data-value)LOGNOLOGLOGMESSAGE( cvda)

CREATE MQMONITOR attribute values

Read syntax diagramSkip visual syntax diagramDESCRIPTION( char58)

Conditions: INVREQ, LENGERR, NORMAL, NOTAUTH, NOTFND

This command is threadsafe.

For more information about the use of CVDAs, see CICS-value data areas (CVDAs).

Note to COBOL programmers: In the syntax above, you must use ATTRIBUTES(data-area) instead of ATTRIBUTES(data-value).

Description

Use the CREATE MQMONITOR command to install an MQMONITOR resource definition, which defines the attributes for WebSphere® MQ message consumers, such as the trigger monitor transaction CKTI.

Options

ATTRIBUTES(data-value)
Specifies the attributes of the MQMONITOR that is added. The list of attributes must be coded as a single character string using the syntax shown. See The ATTRIBUTES option for general rules for specifying attributes, and MQMONITOR attributes for details about specific attributes.
Note: You can assign default values for all attributes of an MQMONITOR resource definition by specifying an ATTRLEN value of 0. You still must specify the ATTRIBUTES option, however, even though its value is not used.
LOGMESSAGE(cvda)
Specifies whether CICS® logs the attributes used for the resource that is created. CVDA values are as follows:
LOG
The resource attributes are logged to the CSDL transient data queue.
NOLOG
The resource attributes are not logged.
MQMONITOR(data-value)
Specifies the 8-character name of the MQMONITOR resource definition to be added to the CICS region.

Conditions

INVREQ
RESP2 values:
n
There is a syntax error in the ATTRIBUTES string, or an error occurred during either the discard or resource definition phase of the processing. See RESP2 values for CREATE and CSD commands for information about RESP2 values.
7
The LOGMESSAGE cvda value is not valid.
200
The command was executed in a program defined with an EXECUTIONSET value of DPLSUBSET or a program invoked from a remote system by a distributed program link without the SYNCONRETURN option.
LENGERR
RESP2 values:
1
The length you have specified in ATTRLEN is negative.
NOTAUTH
RESP2 values:
100
The user associated with the issuing task is not authorized to use this command.
101
The user associated with the issuing task is not authorized to create an MQMONITOR resource definition with this name.