NET/MASTER Network Control Language (NCL) Reference Manual

#FLD
Panel Control Statements
106126 Tandem Computers Incorporated 6–15
EDIT=
type
specifies that (for input fields) you want NCL to perform additional internal
editing. By default, NCL performs no special editing. Specification of this
operand ensures that the entered data conforms to the specified type. If a field is
mandatory, then REQ=YES must also be specified. Table 6-3 contains a list of the
possible entries for the EDIT=
type
operand for #FLD. If the input data does not
conform to the specified type, a validation error occurs; see #ERR.
Table 6-3. Values for the #FLD EDIT Operand
Option Valid Characters
ALNUMNAT A-Z, a-z, 0-9, #, @, and $ characters.
ALPHA A-Z and a-z characters.
ALPHANUM A-Z, a-z, and 0-9 characters.
BIN 0 and 1.
DATEx A valid specified date format. x is any of the valid date formats as listed in the
DATEn built-in function.
HEX 0-9, A-F, and a-f characters.
LALPHA a-z characters.
LALNUMNAT a-z, 0-9, #, @, and $ characters.
LALPHANUM a-z and 0-9 characters.
NAME A valid name up to eight characters long. The field must begin with A-Z, a-z, #, @,
and $ and must be followed by A-Z, a-z, 0-9, #, @, and $.
NAME* A valid name of up to 256 characters long. The field must begin with A-Z, a-z, #,
@, and $ and must be followed by A-Z, a-z, 0-9, #, @, and $. The field may be
terminated with a single asterisk (*), which is interpreted as a wild card character.
NO NO or no.
NULL A null string (length = 0).
NUM 0-9 characters.
REAL A valid NCL number, possibly including sign, decimals, and exponent.
SIGNNUM A valid NCL integer with optional leading sign. No exponent is allowed. A
maximum of 15 digits are allowed.
UALNUMNAT A-Z, 0-9, #, @, and $ characters.
UALPHA A-Z characters.
UALPHANUM A-Z and 0-9 characters.
YES YES or yes.
HLITE
specifies the type of highlighting you want for displaying a field. Panel Services
ignores this option if the terminal does not support extended highlighting, or
when NONE is specified. HLITE can be spelled HLIGHT.