Returns the text that represents the boolean value described by the parameters, such as "yes" or "on".
This is the function of last resort, used to intercept IccException objects that the application fails to catch. It can be called from the main function in the stub program, listed in ICCMAIN header file, and described in main function. All OO CICS® programs should use this stub or a close equivalent.
Returns the symbolic name associated with a condition value. For example, if conditionText is called with condition of IccCondition::NORMAL, it returns "NORMAL", if it is called with condition of IccCondition::IOERR, it returns "IOERR", and so on.
Initializes the CICS Foundation Classes. The rest of the class library can only be called after this function has been called. It is called from the main function in the stub program, listed in ICCMAIN header file, and described in main function. All OO CICS programs should use this stub or a close equivalent.
Returns a boolean value, defined in this structure, that indicates whether class memory management is on.
Returns a Boolean value, defined in this structure, that indicates whether EDF tracing is on at the global level. (See setEDF in this structure, isEDFOn and setEDF in IccResource class on page IccResource class and Execution Diagnostic Facility).
Returns a boolean value, defined in this structure, that indicates whether it is permitted to use CICS features that are not available on all platforms.
This call returns the program flow to CICS. It is called by the main function in the stub program, listed in ICCMAIN header file, and described in main function. All OO CICS programs should use this stub or a close equivalent.
Sets EDF tracing on or off at the global level.
This function is called by the main function in ICCMAIN header file (see main function) and is used to intercept unknown exceptions. (See also catchException in this structure).