Previous Topic: Correlate Transaction InformationNext Topic: Decide What Coding Method to Use


GSVCMEI Macro—Interface to the Monitor Exit

The macro GSVCMEI is provided with CA SYSVIEW and provides an interface to its CICS monitor exit. Add the GSVCMEI macro to your existing packages to perform its functions.

Review the GSVCMEI macro format for the resources available for use when writing programs to communicate with the Monitor Exit Interface.

The GSVCMEI macro has the following format:

....+....1....+....2....+....3....+....4....+....5....+....6
MEIC		    GSVCMEI GEN_COMMAREA,DSECT=NO
	   EXEC CICS LINK PROGRAM('GSVCMEI')
		COMMAREA(MEIC)
		LENGTH(=AL2(MEIC_L))

MEIPL		    GSVCMEI GEN_PARMLIST,DSECT=NO
	   GSVCMEI function,			Call MEI
		NAME=,
		TYPE=,
		FIELD=,
		DATA=,
		PL=,
		OKRET=,
		WNRET=,
		ERRET=,
MEIC

The MEIC portion of the GSVCMEI macro demonstrates the command-level interface:

MEIPL

The MEIPL portion of the GSVCMEI macro demonstrates the assembler macro interface:

Note: The MEISAMP member in the sample library contains sample MEI calls.

More information:

Decide What Coding Method to Use