Parameters

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

All DFHWBEP parameters are input only, except wbep_response_ptr and wbep_response_len, which are input and output; and wbep_suppress_abend Start of changeand wbep_close_conn, which are output only.End of change

wbep_abend_code
(Input only)

The 8 character abend code associated with this exception.

Start of changewbep_activityEnd of change
Start of change(Input only)

The type of processing that was in progress when the error occurred. 0 indicates server processing, and 2 indicates pipeline processing.

End of change
wbep_analyzer_reason
(Input only)

The reason code returned by the analyzer program, if invoked.

wbep_analyzer_response
(Input only)

The response code returned by the analyzer program, if invoked.

wbep_client_address
(Input only)

The 15 character dotted decimal IP address of the client.

wbep_client_address_len
(Input only)

The length of the dotted decimal IP address contained in WBEP_CLIENT_ADDRESS.

Start of changewbep_close_connEnd of change
Start of change(Output only)

A one character field (Y or N) that indicates whether the connection is closed after the response is sent to the client. The default value of N indicates that the connection is not closed.

End of change
wbep_converter_program
(Input only)

The name of the converter program, if one is used, for the failing request.

wbep_converter_reason
(Input only)

The reason code returned by the converter, if invoked.

wbep_converter_response
(Input only)

The response code returned by the converter, if invoked.

wbep_error_code
(Input only)

The error code identifying the error detected.

wbep_eyecatcher
(Input only)

A character field containing an eyecatcher to help with diagnostics. DFHWBA sets this to >wbepca before calling the Web error program.

wbep_failing_program
(Input only)

An eight-character field containing the name of the program in which the error occurred.

wbep_http_response_code
(Input only)

The default HTTP status code returned by CICS® for this error. You can change the status code by manipulating the response in the buffer pointed to by WBEP_RESPONSE_PTR.

wbep_length
(Input only)

The length of the DFHWBEPC copybook.

wbep_message_len
(Input only)

The length of the message addressed by WBEP_MESSAGE_PTR.

wbep_message_number
(Input only)

A fullword number of the CICS WB message associated with the error.

wbep_message_ptr
(Input only)

A pointer to the CICS message text associated with this exception.

wbep_response_len
(Input and output)

The fullword length of the response message text associated with this exception. CICS constructs a response only for HTTP requests; for non-HTTP requests, this field is zero. This is a complete HTTP response, including a status line, headers and message body.

wbep_response_ptr
(Input and output)

For HTTP requests only, a pointer to the response message text associated with this exception.

wbep_server_address
(Input only)

The 15 character dotted decimal IP address of the server.

wbep_server_address_len
(Input only)

The length of the dotted decimal IP address contained in WBEP_SERVER_ADDRESS.

wbep_target_program
(Input only)

The target user application program associated with the Web request.

wbep_tcpipservice_name
(Input only)

The name of the TCPIPSERVICE definition for the port on which the request was received.

wbep_version
(Input only)

The version of DFHWBEPC being passed by CICS.

wbep_suppress_abend
(Output only)

A one-bit flag which, when set on, suppresses the abend AWBM.