Application domain’s generic formats

Table 32 describes the generic formats owned by the application domain and shows the functions performed on the calls.

Table 32. Generic formats owned by application domain
Format Calling module Function
APUE DFHUEM
SET_EXIT_STATUS

In the descriptions of the formats that follow, the "input" parameters are input not to the application domain, but to the domain being called by the application domain. Similarly, the "output" parameters are output by the domain that was called by the application domain, in response to the call.

APUE format, SET_EXIT_STATUS function

The SET_EXIT_STATUS function of the APUE format is used to set the exit status at a specified exit point.

Input parameters

EXIT_POINT
is the name of the exit to be enabled or disabled.
EXIT_STATUS (ACTIVE|INACTIVE
indicates whether the exit is to be made active or inactive.

Output parameters

RESPONSE
is the domain’s response to the call. It can have any of these values:
OK|EXCEPTION|DISASTER|INVALID|KERNERROR|PURGED
[REASON]
is returned when RESPONSE is DISASTER or INVALID. Possible values are:
RESPONSE Possible REASON values
DISASTER
ABEND
LOOP
INVALID
INVALID_FUNCTION
INVALID_EXIT_POINT
[[ Contents Previous Page | Next Page Index ]]