NonStop SQL/MP Reference Manual

Table Of Contents
NonStop SQL/MP Reference Manual142115
A-58
Modifiers
Modifiers
Form and Usage Example Value Printed
BZ
Prints a blank field if the
value is zero.
“[BZ] F8.2”
“[BZ] F8.2”
.00
123.00
| |
|123.00|
F
Specifies whether data in C
format is split at a blank if
possible.
“[F] C24.8” Manager
is on
leave.
|Manager |
|is on |
|leave. |
FL'c'
Specifies an ASCII
character to use when data
has fewer characters than
specified by an
alphanumeric descriptor,
when leading zeros are
suppressed, or when mask
text is not printed because
adjacent digits are not
printed. The default is a
blank.
“[FL'.'] A8”
“[RJ,FL'>']A8”
“[FL'*']M<$Z,ZZ9.99”
THEN
HERE
127.39
|THEN.... |
|>>>>HERE |
|$**127.39|
OC'c'
Specifies an ASCII
character to use as the
overflow character for the
current print item. (Does
not apply to alphanumeric
descriptors.)
“[OC'+']I2”
“[OC'>']F5.2”
100
100000.00
|++|
|>>>>>|
LJ
Left justify in display
format width. Applies only
to A descriptors; default
for A descriptors. Note that
data with leading blanks
will not look justified.
“[LJ]A8”
“[LJ]A3”
SQL
OREGON
|SQL |
|ORE|