End of Response Processing (Exit Point 8)

Allows you to override the internal data value created during the execution of the application.

Syntax:

typedef cblt_rtncode (*PFI_IDP_EXIT)(mf_uns32      exit_point,
                                     IDP_EXIT_INFO *exit_info);

On Entry:

exit point
8 = End of response processing
exit_info
version
Version of structure format
flags
0
funcs
User exit support functions
request_cxt
version Version of structure format
service_type Type of client request
display_buf_len Length of data in display_buf
flags Request context control flags
service_name Name of loaded service
pgm_name Name of the main program associated with the service
epoint_name Name of the entry point to invoke
display_buf Concatenation of strings output by ANSI DISPLAY statements
response
response_len Length of response_buf
flags Control flags
response_buf Response buffer created by default mapping or overridden by the exit
content_type NULL-terminated content type string (HTTP only)
exit_data
User exit-specific data

On Exit:

exit_info