Previous Page | Next Page

SAS Formats under Windows

$HEXw. Format: Windows



Converts character values to hexadecimal values.
Category character
Width range: 1-32767
Default width: 4
Alignment: left
Windows specifics: ASCII character-encoding system
See: $HEXw. in SAS Language Reference: Dictionary

Syntax
Details
See Also

Syntax

$HEXw.

w

specifies the width of the output field.


Details

The $HEXw. format is like the HEXw. format in that it converts a character value to hexadecimal notation, with each byte requiring two columns. Under Windows, the $HEXw. format produces hexadecimal representations of ASCII codes for characters.


See Also

Previous Page | Next Page | Top of Page