Informats under z/OS |
Numeric | |
Width range: | 2- 8 bytes |
Default width: | 4 |
Decimal range: | 0-10 |
z/OS specifics: | IBM floating-point format |
See: | RBw.d Informat in SAS Language Reference: Dictionary |
Details | |
See Also |
Details |
The w value specifies the number of bytes, not the number of digits. If the informat specification includes a d value, the number is divided by 10d.
The format of floating-point numbers is host-specific. See the data representation information in SAS Language Reference: Concepts for a description of the IBM floating-point format that is used under z/OS.
The following examples show how data that represent decimal numbers are read as floating-point numbers using the RBw.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.
See Also |
Informat: S370FRBw.d in SAS Language Reference: Dictionary
Format: RBw.d Format: z/OS
Copyright © 2009 by SAS Institute Inc., Cary, NC, USA. All rights reserved.