Chapter Contents |
Previous |
Next |
ZDBw.d |
Numeric | |
Width range: | 1-32 bytes |
Decimal range: | 0-32 |
OS/390 specifics: | used on IBM 1410, 1401, and 1620 |
Details | |
See Also |
Details |
The following examples show how the ZDBw.d informat reads data:
Data Line (Hex) | Informat | Value | |
---|---|---|---|
40404040F14040C0 | zdb8. | 1000 | |
4040404040F1F2D3 | zdb8. | -123 | |
4040404040F1F2C3 | zdb8. | 123 |
Note: In these examples, Data Line
(Hex)
represents the bit pattern stored, which is the value you see if you view
it in a text editor that displays values in hexadecimal representation. Value
is the number that is used by SAS after the data pattern has been read using
the corresponding informat. See EBCDIC Code: Commonly Used Characters for a table of commonly
used EBCDIC characters.
See Also |
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.