Previous Page
|
Next Page
OCTAL
w
. Format
Converts numeric values to octal representation.
Category:
Numeric
Alignment:
left
Syntax
Details
Comparisons
Example
Syntax
OCTAL
w
.
Syntax Description
w
specifies the width of the output field.
Default:
3
Range:
1–24
Details
If necessary, the OCTAL
w
. format converts numeric values to integers before displaying them in octal representation.
Comparisons
OCTAL
w
. converts numeric values to octal representation. The $OCTAL
w
. format converts character values to octal representation.
Example
put x octal6.;
Value of
x
Result
----+----1
3592
007010
Copyright © SAS Institute Inc. All rights reserved.
Previous Page
|
Next Page
|
Top of Page