This Natural profile parameter is used to enable or disable the use of
dynamic
thousands separators in edit masks at compilation time. At runtime
the dynamic thousands separators are replaced by the value (thousands separator
character) of the profile and session parameter
THSEPCH
.
Possible settings | ON |
Dynamic thousands separators are
used. Every dynamic thousands separator that is not part of a string literal is
replaced at runtime with the thousands separator character defined with
THSEPCH .
|
|
---|---|---|---|
OFF |
Dynamic thousands separators are not used, that is, thousands separators in the edit mask are treated as literal and displayed unchanged at runtime. This is the compatibility setting. | ||
Default setting | OFF |
||
Dynamic specification | yes | ||
Specification within session | yes | Applicable Statements: | OPTIONS |
Applicable Command: | THSEP option of
COMPOPT |
Notes:
,
) or a period (,
), depending on the current
setting of the profile and session parameter DC
(decimal character). If a
comma is specified, then the dynamic thousands separator is a period, otherwise
it is a comma.
See also:
Profile parameter THSEPCH
in the
Parameter Reference.
Customizing Separator Character Displays in the Programming Guide.