NET/MASTER Network Control Language (NCL) Reference Manual
CONTROL
Verbs
3–44 106126 Tandem Computers Incorporated
For more information on variable sharing, refer to the NonStop NET/MASTER NCL
Programmer's Guide, in which there are a number of examples of the sharing of
variables between NCL procedures and functions.
share-list
specifies one or more variables that are to be shared between the called and
the calling procedures. The CALLER keyword can be part of the list. The
terms must be separated by commas.
element
specifies a variable type or the CALLER keyword.
&*
specifies any variable type that can be shared, in which * can be any
combination of characters that can legitimately form a variable name.
&simple-variable
[
*
]
specifies a simple variable, in which * can be any combination of
characters that can legitimately form a variable name.
&stem-variable.
[
*
]
specifies a stem variable, in which * can be any combination of
characters that can legitimately form a variable name.
CALLER
specifies that the list of variables currently in effect in the calling
environment replaces this keyword.
NO
specifies that no variable sharing is permitted.
NOSHRVARS
specifies that variables are not to be shared between NCL procedures or functions.
In all other respects this option uses the same operands and behaves in the same
way as SHRVARS.
For more information on variable sharing, refer to the NonStop NET/MASTER NCL
Programmer's Guide, in which there are a number of examples of the sharing of
variables between NCL procedures and functions.
NOTRACE
cancels a previous CONTROL TRACE or CONTROL TRACELOG.