Reads zoned decimal data.
| Category: | Numeric |
| Interaction: | List input is incompatible with binary input when this informat is specified in an INFORMAT= statement or an ATTRIB= statement using the INFORMAT= argument. SAS issues a warning and uses formatted input to read the data. |
| See: | ZDw.d Informat: UNIX in SAS Companion for UNIX Environments |
| ZDw.d Informat: Windows in SAS Companion for Windows | |
| ZDw.d Format: z/OS in SAS Companion for z/OS |
input @1 x zd4.;
|
Data Line 1
|
Result
|
|---|---|
----+----1 |
|
F0F1F2C8 |
128 |
| 1The data line contains a hexadecimal representation of a binary number that is stored in zoned decimal format on an IBM mainframe computer system. Each byte occupies one column of the input field. | |