Chapter Contents |
Previous |
Next |
Ew.d |
Numeric | |
Width range: | 7- 32 bytes |
Default width: | 12 |
Decimal range: | 0-31 |
OS/390 specifics: | interprets input as EBCDIC, minimum and maximum values |
Details | |
See Also |
Details |
The following examples illustrate the use of the informat.
Data Line | Informat | Value | |
---|---|---|---|
1.230E+02 | e10. | 123 | |
-1.230E+02 | e10. | -123 | |
1.230E+01 | e10. | 12.3 | |
1.235E+08 | e10. | 123,500,000 |
Note: In these examples,
Data Line shows
what the input looks like when viewed from a text editor. Value is the number
that is used by SAS after the data pattern has been read using the corresponding
informat.
See Also |
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.