DFHDOCH owns the following performance class data fields:
- 223 (Type-A, DHDELCT, 4 bytes)
- The number of document handler DELETE requests issued by the user
task.
- 226 (Type-C, DHCRECT, 4 bytes)
- The number of document handler Create document requests issued
by the user task.
- 227 (Type-C, DHINSCT, 4 bytes)
- The number of document handler Insert data or Insert bookmark
document requests issued by the user task.
- 228 (Type-C, DHSETCT, 4 bytes)
- The number of document handler Set requests issued by the user
task.
- 229 (Type-C, DHRETCT, 4 bytes)
- The number of document handler Retrieve requests issued by the
user task.
- 230 (Type-C, DHTOTCT, 4 bytes)
- The total number of document handler requests issued by the user
task.
How the EXEC CICS® document
API commands correspond to the document handler domain monitoring
fields is shown in Table 1.
Table 1. EXEC CICS document commands related to the document
handler control monitoring fieldsEXEC CICS DOCUMENT
command |
Monitoring fields |
CREATE |
DHCRECT and DHTOTCT |
INSERT |
DHINSCT and DHTOTCT |
RETRIEVE |
DHRETCT and DHTOTCT |
SET |
DHSETCT and DHTOTCT |
Note: The number of “other” document handler requests can
be calculated by subtracting the document handler requests DHCRECT,
DHINSCT, DHSETCT, and DHRETCT from the total document handler request
count, DHTOTCT. The “other” CICS internal
document handler requests include Inquire document, Delete bookmark,
Delete document, and Delete Data requests.
- 240 (Type-C, DHTOTDCL, 4 bytes)
- The total length of all the documents created by the user task
using the document handler EXEC CICS API
requests.
For more information, see CICS Web support and
the CICS Internet Guide.