Writes numeric values as percentages.
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 | 6 |
Range | 4–32 |
Tip | The width of the output field must account for the percent sign (% ) and parentheses for negative numbers, whether the number is negative or positive. |
specifies the number of digits to the right of the decimal point in the numeric value. This argument is optional.
Range | 0–31 |
Requirement | must be less than w |