There are two XPI log manager functions. These are the DFHLGPAX calls:
These calls allow you to inquire upon, and set, the log manager parameter, KEYPOINT_FREQUENCY. The value in this parameter specifies the activity keypoint frequency of the CICS® region.
INQUIRE_PARAMETERS returns information about the activity keypoint frequency of the system.
DFHLGPAX [CALL,]
[CLEAR,]
[IN,
FUNCTION(INQUIRE_PARAMETERS),
[OUT,
[KEYPOINT_FREQUENCY(name4 | *),]
RESPONSE(name1 | *),
REASON(name1 | *)]
This command is threadsafe.
RESPONSE | REASON |
---|---|
OK | None |
DISASTER | None |
INVALID | None |
KERNERROR | None |
SET_PARAMETERS allows you to set the activity keypoint frequency for the CICS region.
DFHLGPAX [CALL,]
[CLEAR,]
[IN,
FUNCTION(SET_PARAMETERS),
[KEYPOINT_FREQUENCY(name4 | (Rn) ),]]
[OUT,
RESPONSE(name1 | *),
REASON(name1 | *)]
This command is threadsafe.
Permitted values are 0, or any integer between 200 and 65535 inclusive.
RESPONSE | REASON |
---|---|
OK | None |
EXCEPTION | OUT_OF_RANGE |
DISASTER | None |
INVALID | None |
KERNERROR | None |