NET/MASTER Management Services (MS) Command Reference Manual

LBANNER
SYSPARMS EMSLINELEN
NonStop NET/MASTER MS Commands
115412 Tandem Computers Incorporated 2–473
EMSLINELEN
EMSLINELEN=
number
specifies the maximum length, in bytes, of an Event Management Service (EMS)
message line (before a carriage return).
The default value is 1000. You can specify a value from 80 through 32000.
Consideration
The SYSPARMS EMSLINELEN command must be considered in conjunction with the
SYSPARMS EMSLINENUM command because the value of EMSLINELEN multiplied
by the value of EMSLINENUM must not be greater than 32000.
Examples
1. The following example sets the maximum message line length to 1500:
SYSPARMS EMSLINELEN=1500
2. The following example sets the maximum message line length to 1500 and the
maximum number of lines to 10:
SYSPARMS EMSLINELEN=1500 EMSLINENUM=10
3. The following example attempts to set the maximum message line length to 2000
and the maximum number of lines to 20. Even though these individual values are
within the acceptable range for EMSLINELEN and EMSLINENUM, respectively,
the result of this combination is greater than 32000, and the value for
EMSLINENUM is rejected.
SYSPARMS EMSLINELEN=2000 EMSLINENUM=20