Writes standard numeric data with leading 0s.
| Category: | Numeric |
| Alignment: | Right |
| Interaction: | When the DECIMALCONV= system option is set to STDIEEE, the output that is written using this format might differ slightly from previous releases. For more information, see DECIMALCONV= System Option in SAS System Options: Reference. |
specifies the width of the output field.
| Default | 1 |
| Range | 1–32 |
| Tip | Allow enough space to write the value, the decimal point, and a minus sign, if necessary. |
specifies the number of digits to the right of the decimal point in the numeric value. This argument is optional.
| Default | 0 |
| Range | 0–31 |
| Tip | If d is 0 or you omit d, Zw.d writes the value without a decimal point. |