DFHWEBB fields

DFHWEBB owns the following performance class data fields. See the related performance data for DFHDOCH fields and DFHSOCK fields.

For more information, see CICS Web support and the CICS Internet Guide.

224 (Type-A, WBREADCT, 4 bytes)
The number of CICS® Web support READ HTTPHEADER, READ FORMFIELD, and READ QUERYPARM requests issued by the user task when CICS is an HTTP server.
225 (Type-A, WBWRITCT, 4 bytes)
The number of CICS (as an HTTP server) Web support WRITE HTTPHEADER and FORMFIELD requests issued by the user task when CICS is an HTTP server.
231 (Type-A, WBRCVCT, 4 bytes)
The number of CICS Web support RECEIVE requests issued by the user task when CICS is an HTTP server.
232 (Type-A, WBCHRIN, 4 bytes)
The number of characters received by the CICS Web support RECEIVE requests issued by the user task when CICS is an HTTP server.
233 (Type-A, WBSENDCT, 4 bytes)
The number of CICS Web support SEND requests issued by the user task when CICS is an HTTP server.
234 (Type-A, WBCHROUT, 4 bytes)
The number of characters sent by the CICS Web support SEND requests issued by the user task when CICS is an HTTP server.
235 (Type-A, WBTOTCT, 4 bytes)
The total number of CICS Web support requests issued by the user task.

How the EXEC CICS WEB API commands correspond to the CICS Web monitoring fields is shown in Table 1.

Table 1. EXEC CICS WEB commands related to the CWS monitoring fields
EXEC CICS WEB command Monitoring fields
CLOSE WBTOTCT
CONVERSE WBSNDOU1, WBRCVIN1, and WBTOTCT
ENDBROWSE WBBRWCT and WBTOTCT
EXTRACT WBEXTRCT and WBTOTCT
OPEN WBTOTCT
PARSE URL WBPARSCT and WBTOTCT
READ WBREADCT and WBTOTCT
READNEXT WBBRWCT and WBTOTCT
RECEIVE WBRCVCT and WBTOTCT
RETRIEVE WBTOTCT
SEND WBSENDCT and WBTOTCT
STARTBROWSE WBBRWCT and WBTOTCT
WRITE WBWRITCT and WBTOTCT
Note:
  1. For CICS Transaction Server for OS/390®, Version 1 Release 3, the number of “other” CICS Web support requests can be calculated by subtracting the CICS Web support requests WBBRWCT, WBEXTRCT, WBRCVCT and WBSENDCT from the total CICS Web support request count, WBTOTCT. This calculated “other” request count will include the CICS Web support requests such as START, BROWSE, READNEXT, HTTPHEADER/FORMFIELD, ENDBROWSE, EXTRACT, READ FORMFIELD, READ HTTPHEADER, RETRIEVE, WRITE HTTPHEADER, and so on.
  2. When requests are made using the CICS WEB CONVERSE command, this will increment both the CICS as an HTTP client send and receive request counts (WBSNDOU1 and WBRCVIN1) and the characters sent and received (WBCHRIN1 and WBCHROU1).
Note:
236 (Type-A, WBREPRCT, 4 bytes)
The number of reads from the repository in temporary storage issued by the user task.
Note: These repository requests will also be included in the temporary storage request counts as defined in DFHTEMP fields.
237 (Type-A, WBREPWCT, 4 bytes)
The number of writes to the repository in temporary storage issued by the user task.
Note: These repository requests will also be included in the temporary storage request counts as defined in DFHTEMP fields.
238 (Type-A, WBEXTRCT, 4 bytes)
The number of CICS Web support EXTRACT requests issued by the user task. Also, see the field, SOEXTRCT (owner: DFHSOCK, field ID: 289).
239 (Type-A, WBBRWCT, 4 bytes)
The number of CICS Web browsing requests for HTTPHEADER, FORMFIELD, and QUERYPARM (STARTBROWSE, READNEXT, and ENDBROWSE) issued by the user task.
331 (Type-A, WBREDOCT, 4 bytes)
The number of CICS Web support READ HTTPHEADER requests issued by the user task when CICS is an HTTP client.
332 (Type-A, WBWRTOCT, 4 bytes)
The number of CICS Web support WRITE HTTPHEADER requests issued by the user task when CICS is an HTTP client.
333 (Type-A, WBRCVIN1, 4 bytes)
The number of CICS Web support RECEIVE and CONVERSE requests issued by the user task when CICS is an HTTP client.
334 (Type-A, WBCHRIN1, 4 bytes)
The number of characters received by the CICS Web support RECEIVE and CONVERSE requests issued by the user task when CICS is an HTTP client.
335 (Type-A, WBSNDOU1, 4 bytes)
The number of CICS Web support SEND and CONVERSE requests issued by the user task when CICS is an HTTP client.
336 (Type-A, WBCHROU1, 4 bytes)
The number of characters sent by the CICS Web support SEND and CONVERSE requests issued by the user task when CICS is an HTTP client.
337 (Type-A, WBPARSCT, 4 bytes)
The number of CICS Web support PARSE URL requests issued by the user task when CICS is an HTTP client.
338 (Type-A, WBBRWOCT, 4 bytes)
The number of CICS Web support BROWSE HTTPHEADER requests (STARTBROWSE, READNEXT, and ENDBROWSE) issued by the user task when CICS is an HTTP client.
340 (Type-A, WBIWBSCT, 4 bytes)
The number of EXEC CICS INVOKE SERVICE and EXEC CICS INVOKE WEBSERVICE requests issued by the user task.
341 (Type-A, WBREPRDL, 4 bytes)
The total length, in bytes, of the data read from the repository in temporary storage by the user task.
342 (Type-A, WBREPWDL, 4 bytes)
The total length, in bytes, of the data written to the repository in temporary storage by the user task.
380 (Type-C, WBURIMNM, 8 bytes)
For CICS Web support, Atom feeds, and Web service applications, the name of the URIMAP resource definition that was mapped to the URI of the inbound request that was processed by this task.
381 (Type-C, WBPIPLNM, 8 bytes)
For Web service applications, the name of the PIPELINE resource definition that was used to provide information about the message handlers that act on the service request processed by this task.
382 (Type-C, WBATMSNM, 8 bytes)
For Atom feeds, the name of the ATOMSERVICE resource definition that was used to process this task.
383 (Type-C, WBSVCENM, 32 bytes)
For Web service applications, the name of the WEBSERVICE resource definition that was used to process this task.
384 (Type-C, WBSVOPNM, 64 bytes)
For Web service applications, the first 64 bytes of the Web service operation name.
385 (Type-C, WBPROGNM, 8 bytes)
For CICS Web support, the name of the program from the URIMAP resource definition that was used to provide the application-generated response to the HTTP request processed by this task.
386 (Type-A, WBSFCRCT, 4 bytes)
The number of EXEC CICS SOAPFAULT CREATE commands issued by the user task.
387 (Type-A, WBSFTOCT, 4 bytes)
The total number of EXEC CICS SOAPFAULT ADD, CREATE, and DELETE commands issued by the user task.
388 (Type-A, WBISSFCT, 4 bytes)
The total number of SOAP faults received in response to the EXEC CICS INVOKE SERVICE and EXEC CICS INVOKE WEBSERVICE commands issued by the user task.
390 (Type-A, WBSREQBL, 4 bytes)
For Web service applications, the SOAP request body length.
392 (Type-A, WBSRSPBL, 4 bytes)
For Web service applications, the SOAP response body length.
411 (Type-S, MLXSSCTM, 12 bytes)
The CPU time taken to convert a document using the z/OS® XML System Services parser. This field is a subset of the total CPU time as measured in the USRCPUT field (owner DFHTASK, field ID 008).
412 (Type-A, MLXSSTDL, 4 bytes)
The total length of the documents that were parsed using the z/OS XML System Services parser.
413 (Type-A, MLXMLTCT, 4 bytes)
The number of EXEC CICS TRANSFORM commands issued by the user task.
420 (Type-A, WSACBLCT, 4 bytes)
The number of EXEC CICS WSACONTEXT BUILD commands issued by the user task.
421 (Type-A, WSACGTCT, 4 bytes)
The number of EXEC CICS WSACONTEXT GET commands issued by the user task.
422 (Type-A, WSAEPCCT, 4 bytes)
The number of EXEC CICS WSAEPR CREATE commands issued by the user task.
423 (Type-A, WSATOTCT, 4 bytes)
The total number of EXEC CICS WS-Addressing commands issued by the user task.