NET/MASTER Management Services (MS) Command Reference Manual
LBANNER
SYSPARMS NCLUMAX
NonStop NET/MASTER MS Commands
2–506 115412 Tandem Computers Incorporated
NCLUMAX
NCLUMAX=
maximum-executing-ncl-processes-per-user
specifies the maximum number of NCL processes that a user can execute
concurrently in a region. The default value is 128. You can specify a number from
1 through 32767.
A region is an environment that corresponds to a user logged on to NonStop
NET/MASTER MS. The number, therefore, specifies the maximum number of
NCL procedures that each user can execute in the region using the START and
EXEC commands.
Example
The following example specifies a maximum number of 64 concurrently executing
NCL processes in the same region:
SYSPARMS NCLUMAX=64