Condition-handling callable services

Table 1. Condition-handling callable services
Callable service Function
CEE3CIB Returns a pointer to a condition information block (CIB) associated with a given condition token. See CEE3CIB—Return pointer to condition information block.
CEE3GRN Gets the name of the most current Language Environment-conforming routine in which a condition occurred. See CEE3GRN—Get name of routine that incurred condition.
CEE3GRO Returns the offset within a failing routine of the most recent condition. See CEE3GRO—Get offset of condition.
CEE3SPM Queries and modifies the enablement of Language Environment hardware conditions. See CEE3SPM—Query and modify Language Environment hardware condition enablement.
CEE3SRP Sets the resume point at the next instruction in the calling routine to be used by CEEMRCE. See CEE3SRP—Set resume point.
CEEDCOD Decodes an existing condition token. See CEEDCOD—Decompose a condition token.
CEEENV Processes environment variables based on the function codes that were passed as input. See CEEENV—Process environmental variables.
CEEGQDT Provides a mechanism by which application code can retrieve the q_data_token from the instance-specific information (ISI). See CEEGQDT—Retrieve q_data_token.
CEEHDLR Registers a user condition handler for the current stack frame. See CEEHDLR—Register user-written condition handler.
CEEHDLU Unregisters a user-written condition handler for the current stack frame. See CEEHDLU—Unregister user-written condition handler.
CEEITOK Computes the initial condition token for the current condition information block. See CEEITOK—Return initial condition token.
CEEMRCE Resumes execution of a user routine at the location that was established by CEE3SRP. See CEEMRCE—Move resume cursor explicit.
CEEMRCR Moves the resume cursor to a position relative to the current position of the handle cursor. See CEEMRCR—Move resume cursor.
CEENCOD Dynamically constructs a condition token. See CEENCOD—Construct a condition token.
Start of changeCEERCDMEnd of change Start of changeRecords information for the active condition so that the information can be retrieved from the CIB later. See CEERCDM—Record information for an active condition.End of change
CEESGL Raises, or signals, a condition to the condition manager. See CEESGL—Signal a condition.