Querying the CICSPlex SM API exit
In a CICS® LMAS environment the CICSPlex® SM API function is implemented via a task-related user exit. CICS application programs can use the EXEC CICS INQUIRE EXITPROGRAM command to retrieve information about the CICSPlex SM API task-related user exit.
EXEC CICS INQUIRE EXITPROGRAM(EYU9XLAP)
CONNECTST(cvda)
QUALIFIER(data-area)In CICS systems that support the CONNECTST and
QUALIFIER keywords of the INQUIRE EXITPROGRAM command, CONNECTST returns
a CVDA indicating the status of the CICSPlex SM
API task-related user exit, and QUALIFIER returns the name of the
CICSplex to which the LMAS is connected. For more information about
the INQUIRE EXITPROGRAM command, see INQUIRE EXITPROGRAM.