HEXw. Informat: UNIX

Converts hexadecimal positive binary values to either fixed-point or floating-point binary values.
Category: Numeric
Default: 8
Range: 1 to 16
UNIX specifics: floating-point representation
See: HEXw. Informat in SAS Formats and Informats: Reference

Details

The HEXw. informat converts the hexadecimal representation of positive binary numbers to real floating-point binary values. The width value of the HEXw. informat determines whether the input represents an integer (fixed-point) or real (floating-point) binary number. When you specify a width of 1 through 15, the informat interprets the input hexadecimal as an integer binary number. When your specify 16 for the width value, the informat interprets the input hexadecimal as a floating-point value.