| Formats under z/OS |
| Numeric | |
| Width range: | 1-8 bytes |
| Default width: | 4 |
| Decimal range: | 0-10 |
| Alignment: | |
| z/OS specifics: | two's complement big-endian notation |
| See: | IBw.d Format in SAS Language Reference: Dictionary |
| Details | |
| See Also |
| Details |
On an IBM mainframe system, integer values are stored in two's complement notation.
If an overflow occurs, the value written is the largest value that fits into the output field; the value will be positive, negative, or unsigned, as appropriate. If the format includes a d value, the number is multiplied by 10d.
Here are some examples of the IBw.d format:
Note: In these
examples, the Value column
represents the value of the numeric variable. The Results column shows a
hexadecimal representation of the bit pattern written by the corresponding
format. (You cannot view this data in a text editor, unless you can view
it in hexadecimal representation.) ![[cautionend]](../../../../common/63294/HTML/default/images/cautend.gif)
| See Also |
S370FIBw.d in SAS Language Reference: Dictionary
S370FPIBw.d in SAS Language Reference: Dictionary
Informat: IBw.d Informat: z/OS
Copyright © 2009 by SAS Institute Inc., Cary, NC, USA. All rights reserved.