The Event Processing user exit
The exit name that is specified in the
IPVEPSND
UsrPgm parameter must be a fetchable LE function with the
following format:
int exit_name(char *ProdID, char *BufPtr);
The ProdID and BufPtr are the same as specified for IPVEPSND.
The user exit load module must be available via the normal search path, that is, JOBLIB, STEPLIB, LINKLIST, and so on.
The user exit is invoked in problem state, that is, key 8.
For ADFz products, the exit name is specified via the EventProcessingExit option.