SAS Formats under Windows |
Converts real binary (floating-point) values to hexadecimal values.
Category |
numeric
|
Width range: |
1-16
|
Default width: |
8
|
Alignment: |
left
|
Windows specifics: |
native floating-point representation
|
See: |
HEXw. in
SAS Language Reference: Dictionary
|
-
w
-
specifies the width of the output field.
When you specify a w value of 1 through 15, the
real binary number is truncated to a fixed-point integer before being converted
to hexadecimal notation. When you specify 16 for the w
value, the floating-point value of the number is used; in other words, the
number is not
truncated.
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.