Previous Page | Next Page

SAS Formats under Windows

HEXw. Format: 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

Syntax
See Also

Syntax

HEXw.

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.


See Also

Previous Page | Next Page | Top of Page