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
| Copyright © 2012 CA. All rights reserved. | Tell Technical Publications how we can improve this information |