1.1;esa (external_symbol_address), revision 1.1, 81/06/27 ESA (EXTERNAL_SYMBOL_ADDRESS) -- Display the address of an external symbol. usage: ESA symbol_name FORMAT ESA symbol_name ESA displays the address of an external symbol in an installed library. This command is intended for system-level debugging. ARGUMENT symbol_name (required) Specify symbol whose address you wish to display. EXAMPLE $ esa stream_$get_rec 068186 $ The command above displays the address of STREAM_$GET_REC. This symbol resides within the streams library, which was installed at system startup time.