The VMSZN
w.
d format
is similar to the ZD
w.
d format. Both generate a string of ASCII digits,
and the last digit is a special character that denotes the magnitude
of the last digit and the sign of the entire number. The difference
between these formats is in the special character that is used for
the last digit. The following table shows the special characters that
are used by the VMSZN
w.
d format.
Data formatted using
the VMSZN
w.
d format are ASCII strings.
If the value to be formatted
is too large to fit in a field of the specified width, then the VMSZN
w.
d format
does the following:
-
For positive values, it sets the
output to the largest positive number that fits in the given width.
-
For negative values, it sets the
output to the negative number of greatest magnitude that fits in the
given width.