INQUIRE EVENTPROCESS

Retrieve the status of event processing.

INQUIRE EVENTPROCESS

Read syntax diagramSkip visual syntax diagramINQUIRE EVENTPROCESSEPSTATUS( cvda)SCHEMALEVEL( data-area)

Conditions: NOTAUTH

This command is threadsafe.

Description

The INQUIRE EVENTPROCESS command returns the status of event processing.

Options

EPSTATUS(cvda)
Returns a CVDA value identifying the current status of event processing.
STARTED
CICS® is processing events.
DRAINING
CICS event processing is draining.
STOPPED
CICS is not processing events.
SCHEMALEVEL(data-area)
Returns a 4-character value (vvrr) indicating the highest version and release of event binding schema that is supported by CICS, where vv is the version and rr is the release; for example, 0201 indicates version 2 release 1 of the event binding schema.

Conditions

NOTAUTH
RESP2 values are:
100
The user associated with the issuing task is not authorized to use this command.