Up
SymbolTable
atPutNext

SymbolTable Method atOrNil

Return the object reference in the symbol table at position lnkKey into lnkParameter. lnkKey is a null-terminated string which can be up to 32 characters long. If the symbol table does not contain the key lnkKey, then null is returned in lnkParameter.

Using Parameters
lnkKey PIC X(32)
Returning Parameter
lnkParameter OBJECT