SYS.DataCheck.StateReason
datatype class SYS.DataCheck.StateReason extends %Library.Integer
ODBC Type: INTEGER
Reason codes providing extra information about why the system is in its current state. Logical values are constants, defined for convenience in %syDataCheck.macReason codes are not provided for all states. The reason will be $$$ReasonUnknown if a specific reason is not provided.
Method Inventory
Methods
Inherited description: Converts the input value %val, which is a string representing an integer,
into a logical integer value.
Returns the logical integer value of the input string %val.
Inherited description: Converts the value of %val, which is in logical integer format, into a display string.
The formatting is based on the value of the FORMAT parameter.
Returns the formatted value of %val.