Writes positive integer binary (fixed-point) values.
Category: | Numeric |
Alignment: | Left |
See: | PIBw.d Format: UNIX in SAS Companion for UNIX Environments |
PIBw.d Format: Windows in SAS Companion for Windows |
y=put(x,pib1.); put y $hex2.;
Value of
x |
Result 1
|
---|---|
----+----1 |
|
12 |
0C |
1The result is a hexadecimal representation of a one-byte binary number written in positive integer binary format, which occupies one column of the output field. |