NET/MASTER Management Services (MS) Command Reference Manual

LBANNER
SYSPARMS NCLTRLFF
NonStop NET/MASTER MS Commands
2–504 115412 Tandem Computers Incorporated
NCLTRLFF
NCLTRLFF={ MULT | ONE }
specifies the number of trailing field separators (hexadecimal ‘FF’ characters) by
which to follow the last record written to a delimited user database (UDB) when
the record contains multiple trailing null variables. The FILE ADD and FILE PUT
verbs are used by NCL processes to write a record to a UDB.
MULT
specifies that the last record written to a delimited UDB, when the record
contains multiple trailing null variables, is to be followed by multiple field
separators. The number of field separators corresponds to the number of
trailing null variables.
ONE
specifies that the last record written to a delimited UDB is to be followed by
one field separator, regardless of the number of trailing null variables in the
record.
Example
The following example specifies that multiple trailing field separators are permitted:
SYSPARMS NCLTRLFF=MULT