Previous Topic: Start Timing a File or Database Request

Next Topic: Start Timing an Event

Stop Timing a File or Database Request

Many CICS transactions make file or database requests that are not performed using CICS functions.

The stop clock function request does the following:

Pair this stop clock MEI request with the start clock request to start the timing of the request.

Use the following assembler GSVCMEI macro STOP_CLOCK example to code this function:

....+....1....+....2....+....3....+....4....+....5....+....6||7..
DFHEISTG	    DSECT ,
MEIPL		    GSVCMEI GEN_PARMLIST,DSECT=NO
module   DFHEIENT
	 GSVCMEI STOP_CLOCK		 Stop clock
	 EXEC CICS RETURN