GET_SYMBOL Function (OpenVMS)
Returns the value of an OpenVMS DCL interpreter
symbol as a scalar string.
Usage
result
= GET_SYMBOL(
name
)
Input Parameters
name
A scalar string containing the name of the symbol to be translated.
Returned Value
result
A scalar string containing the value of an OpenVMS Digital Command Language interpreter symbol. If the symbol is undefined, the null string is returned.
Keywords
Type
Indicates in which OpenVMS table
name
is found:
1
Specifies the local symbol table (the default).
2
Specifies the global symbol table.
Example
This example assumes that on your system
kermit
is a symbol that points to the KERMIT communications software.
my_kermit=GET_SYMBOL('kermit')
; This converts my_kermit into the string SYS$SYSTEM:KERMIT.
See Also
DELETE_SYMBOL
,
DELLOG
,
SETLOG
,
SET_SYMBOL
,
TRNLOG
doc@boulder.vni.com
Copyright © 1999, Visual Numerics, Inc. All rights reserved.