Previous Page
|
Next Page
ROMAN
w
. Format
Writes numeric values as roman numerals.
Category:
Numeric
Alignment:
left
Syntax
Details
Example
Syntax
ROMAN
w
.
Syntax Description
w
specifies the width of the output field.
Default:
6
Range:
2–32
Details
The ROMAN
w
. format truncates a floating-point value to its integer component before the value is written.
Example
put @5 year roman10.;
Value of
year
Result
2012
MMXII
Copyright © SAS Institute Inc. All rights reserved.
Previous Page
|
Next Page
|
Top of Page