Converts character values to hexadecimal representation.
Category: |
Character
|
Width range: |
1 to 32767
|
Default width: |
4
|
Alignment: |
left
|
UNIX specifics: |
produces ASCII codes
|
See: |
$HEXw. format in
SAS Language Reference: Dictionary
|
Under UNIX, the $HEXw. format produces
hexadecimal representations of ASCII codes for characters, with each byte
requiring two columns. Therefore, you need twice as many columns to output
a value with the $HEXw. format.
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.