Writes numeric data in zoned decimal format.
Category: | Numeric |
Alignment: | Left |
Interaction: | When the DECIMALCONV= system option is set to STDIEEE, the output that is written using this format might differ slightly from previous releases. For more information, see DECIMALCONV= System Option in SAS System Options: Reference. |
See: | ZDw.d Format: UNIX in SAS Companion for UNIX Environments |
ZDw.d Format: Windows in SAS Companion for Windows | |
ZDw.d Format: z/OS in SAS Companion for z/OS |
y=put(x,zd4.); put y $hex8.;
Value of
x |
Result 1
|
---|---|
120 |
F0F1F2C0 |
1The result is a hexadecimal representation of a binary number in zoned decimal format on an IBM mainframe computer. Each byte occupies one column of the output field. |