Start of change

CICS-supplied default analyzer program DFHWBAAX

CICS® supplies a default analyzer program, DFHWBAAX. DFHWBAAX provides an error handling function for TCPIPSERVICE resource definitions that are used for CICS Web support. It is suitable for use when all of the requests using a port are handled using URIMAP definitions.

Attention: This topic contains Product-sensitive Programming Interface and Associated Guidance Information.

CICS supplies the source code for DFHWBAAX in Assembler only.

DFHWBAAX is the default analyzer program for a TCPIPSERVICE definition that specifies PROTOCOL(HTTP).

DFHWBAAX receives the same input and output parameters as a standard analyzer program, in a COMMAREA. As supplied, it does not make use of most of these parameters, and it does not provide support for requests using the URL format that CICS Web support used before CICS TS 3.1. Instead, it takes simplified action as follows:

DFHWBAAX uses a standard range of responses, URP_OK, URP_EXCEPTION, and URP_INVALID. No reason values are architected for DFHWBAAX as supplied. Note that if the response is other than URP_OK, this indicates an error in processing, and control is passed to the user-replaceable Web error program DFHWBEP, rather than the Web error application program DFHWBERX.

End of change