This session parameter determines the default input/output length for a
numeric field used in a DISPLAY
,
INPUT
,
PRINT
or
WRITE
statement.
The NL
parameter must not be specified for
groups.
Any edit mask specified for a field will override the
NL
parameter for this field.
Possible settings | nn.m |
The length is specified as
nn.m , where
nn represents the number of positions
before the decimal point and m
represents the number of positions after the decimal point.
The Notes:
|
|
---|---|---|---|
Default setting | none | ||
Specification within session | yes | Applicable Statements: | |
Applicable Command: | none |
DISPLAY #AA(NL=20) #AB(NL=3.2)
See also Parameters to Influence the Output of Fields in the Programming Guide.