This Subprogram may be used to fetch (retrieve) the Equivalence Text for the specified Symbol.
Short Name Calling Sequence
STATUS = UIFHSB(SYMNAM,SYMTXT[,TXTLEN])
Long Name Calling Sequence
STATUS = UI_FETCH_SYMBOL(...)
Input Arguments
SYMNAM (Character) Symbol Name
Output Arguments
SYMTXT (Character) Symbol Equivalence Text TXTLEN (Integer) Length of Text (Optional)
Function Value
UI__SUCCESS ) Success UISUCC )
UI__NOT_INITIALIZED ) Package not Initialized UININI )
UI__ILLEGAL_SYMBOL ) Illegal Symbol Name UIILSB )
UI__TRUNCATED ) Text String Truncated UITRUN )
Note: