Log Manager Xpi Functions; The Inquire_Parameters Call - IBM SC34-6814-04 Customization Manual

Cics transaction server for z/os
Table of Contents

Advertisement

RESPONSE and REASON values for DELETE_PROGRAM:
RESPONSE
OK
EXCEPTION
DISASTER
INVALID
KERNERROR
PURGED
Note: For more detail, refer to the explanation of RESPONSE and REASON in

Log manager XPI functions

There are two XPI log manager functions. These are the DFHLGPAX calls:
v INQUIRE_PARAMETERS
v SET_PARAMETERS
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.

The INQUIRE_PARAMETERS call

INQUIRE_PARAMETERS returns information about the activity keypoint frequency
of the system.
INQUIRE_PARAMETERS
DFHLGPAX [CALL,]
This command is threadsafe.
KEYPOINT_FREQUENCY(name4 | *)
RESPONSE and REASON values for INQUIRE_PARAMETERS:
RESPONSE
OK
DISASTER
360
Customization Guide
string A string of characters naming the program.
"string"
A string in quotation marks. The string length is set to 8 by padding with
blanks or truncating.
"Making an XPI call" on page 308.
[CLEAR,]
[IN,
FUNCTION(INQUIRE_PARAMETERS),
[OUT,
[KEYPOINT_FREQUENCY(name4 | *),]
RESPONSE(name1 | *),
REASON(name1 | *)]
returns the activity keypointing frequency of the CICS region.
name4
The name of a 4-byte location that is to receive the frequency value.
REASON
None
PROGRAM_NOT_DEFINED
None
None
None
None
REASON
None
None

Advertisement

Table of Contents
loading

Table of Contents