This Subprogram will attempt to decode the specified text string into a Decimal Integer Value. No alternative syntaxes are allowed and thus Octal and Hexadecimal representations are not valid, unlike the case of UI_DECODE_INTEGER.
Short Name Calling Sequence
STATUS = UIDCDE(STRING,VALUE)
Long Name Calling Sequence
STATUS = UI_DECODE_DECIMAL(...) STATUS = UI_DECODE_DEC (...)
Input Arguments
STRING (Character) Text String VALUE (Integer) Default Value
Output Arguments
VALUE (Integer) Decoded Value
Function Value
UI__SUCCESS ) Success UISUCC )
UI__DEFAULTED ) Defaulted UIDFLT )
UI__ILLEGAL_SYNTAX ) Illegal Syntax UIILSY ) Note: