This Subprogram may be used to fetch (retrieve) the information (Name and Equivalence Text) for all currently defined Symbols.
Short Name Calling Sequence
STATUS = UINXSB(INDEX,SYMNAM,SYMTXT[,SYMLEN,TXTLEN])
Long Name Calling Sequence
STATUS = UI_NEXT_SYMBOL(...)
Input Arguments
INDEX (Integer) Symbol Index (see Notes)
Output Arguments
INDEX (Integer) Symbol Index (see Notes) SYMNAM (Character) Symbol Name SYMTXT (Character) Symbol Equivalence Text SYMLEN (Integer) Length of Symbol Name (Optional) 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__END_OF_FILE ) Symbol Scan Completed UIEOF )
Note: