![]() Chapter Contents |
![]() Previous |
![]() Next |
| IBw.d |
| Language element: | format |
| Category: | numeric |
| Width range: | 1 to 8 |
| Default width: | 4 |
| Decimal range: | 0 to 10 |
| Alignment: | left |
| OpenVMS specifics: | twos-complement notation; overflow behavior |
| Syntax | |
| Details | |
| Example | |
| See Also |
Syntax |
| IBw.d |
| Details |
| Example |
If you format the value 300 using the IB1. format, you receive the following value:
127which is the largest positive value that fits in a byte.
If you format the value -300 using the IB1. format, you receive the following value:
-128
| See Also |
![]() Chapter Contents |
![]() Previous |
![]() Next |
![]() Top of Page |
Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.