Chapter Contents |
Previous |
Next |
ZDw.d |
Numeric | |
Width range: | 1-32 bytes |
Decimal range: | 0-32 |
OS/390 specifics: | IBM zoned decimal format |
Details | |
See Also |
Details |
The following examples illustrate the use of the ZDw.d informat:
Data Line (Hex) | Informat | Value | |
---|---|---|---|
F0F0F0F1F2F3F0C0 | zd8.2 | 123 | |
F0F0F0F0F0F1F2D3 | zd8. | -123 | |
F0F0F0F0F1F2F3C0 | zd8.6 | 0.00123 | |
F0F0F0F0F0F0F0C1 | zd8.6 | 1E-6 |
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.