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 (see the CICS System Programming Reference for more details on INQUIRE EXITPROGRAM), and QUALIFIER returns the name of the CICSplex to which the LMAS is connected.
[[ Contents Previous Page | Next Page Index ]]