| Informats under z/OS |
| Numeric | |
| Width range: | 1-8 bytes |
| Default width: | 4 |
| Decimal range: | 0-10 |
| z/OS specifics: | two's complement big-endian notation |
| See: | IBw.d Informat in SAS Language Reference: Dictionary |
| Details | |
| See Also |
| Details |
On an IBM mainframe system, integer values are represented in two's complement notation. If the informat specification includes a d value, the number is divided by 10d.
Here are several examples of the IBw.d informat:
Note: In these examples, Data Line
(Hexadecimal)
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. ![[cautionend]](../../../../common/63294/HTML/default/images/cautend.gif)
| See Also |
S370FIBw.d in SAS Language Reference: Dictionary
S370FPIBw.d in SAS Language Reference: Dictionary
Format: IBw.d Format: z/OS
Copyright © 2009 by SAS Institute Inc., Cary, NC, USA. All rights reserved.