NET/MASTER Network Control Language (NCL) Reference Manual
CONTROL
Verbs
106126 Tandem Computers Incorporated 3–43
PFK3270
specifies that mapping is to be performed, where defined, from
terminal-dependent keys to IBM 3270 or compatible keys. This operand is
mutually exclusive with PFKGEN and with PFKNATIVE.
PFKGEN
specifies mapping is to be performed, where defined, from terminal-dependent
keys to generic keynames. This operand is mutually exclusive with PFK3270 and
with PFKNATIVE.
PFKNATIVE
specifies that no mapping is to be performed on the terminal-dependent key
definitions. The PFKMAP still applies. This operand is mutually exclusive with
PFK3270 and with PFKGEN.
For more information on all panel function key assignments, refer to the
discussion of panels in the NonStop NET/MASTER NCL Programmer's Guide.
RNGLIM
specifies that the number of variables that can be referred to in a single generic
specification, using the ASSIGN verb, is restricted to 64.
NORNGLIM
specifies that the number of variables that can be referred to in a single generic
specification, using the ASSIGN verb, is restricted to 65535.
SHAREW
specifies that other NCL processes can take over the window display area.
NOSHAREW
specifies that other NCL processes cannot take over the window display area.
SHRVARS
specifies that variables are to be shared between NCL procedures or functions.
Sharing of global variables that start with an explicit global prefix (GLBL*) is
illegal. It is also illegal to share system variables that begin with the &SYS. stem.
Sharing a simple prefix (for example, &A*) shares all stem and compound
variables with that prefix. The prefixes cannot be specified with a complex name.
The CALLER keyword can appear anywhere in a SHRVARS or NOSHRVARS list
and is replaced with the corresponding list currently in effect in the calling
environment.
The keyword operand NO cannot be used with any other operands. This operand
is the default.