![]() Chapter Contents |
![]() Previous |
![]() Next |
| IBw.d |
| Category | numeric |
| Width range: | 1-8 |
| Default width: | 4 |
| Decimal range: | 0-10 |
| Alignment: | left |
| OS/2 specifics: | native floating-point representation |
| Syntax | |
| Details | |
| Examples | |
| Example 1: Processing a Positive Number | |
| Example 2: Processing a Negative Number | |
| See Also | |
Syntax |
| IBw.d |
| Details |
| Examples |
If you format 1.0 as the double-precision number, it is stored as an integer:
01 00 00 00 00 00 00 00
If you specify the IB4. format, you receive the following value:
01 00 00 00
If you specify the IB2. format, you receive the following value:
01 00
If you format -1 with the IB4. format, you receive the following value:
FF FF FF FF
If you specify the IB2. format, you receive the following value:
FF FF
| See Also |
![]() Chapter Contents |
![]() Previous |
![]() Next |
![]() Top of Page |
Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.