Reads EBCDIC numeric data.
| Category: | Numeric |
input @1 x s370ff3.;
|
Data Line 1
|
Result
|
|---|---|
----+----1 |
|
F1F2F3 |
123 |
F2F4F0 |
240 |
| 1The data lines are hexadecimal representations of codes for characters. Each two hexadecimal characters correspond to one byte of binary data, and each byte corresponds to one character value. | |