Chapter Contents |
Previous |
Next |
S370FRBw.d |
Category: | Numeric |
Syntax | |
Syntax Description | |
Details | |
Comparisons | |
See Also |
Syntax |
S370FRBw.d |
Default: | 6 |
Range: | 2-8 |
Range: | 0-10 |
Details |
Real binary values are represented in two parts: a mantissa that gives the value, and an exponent that gives the value's magnitude.
Use S370FRBw.d to read real binary data from IBM mainframe files on other operating environments.
Comparisons |
Real Binary Notation | ||
---|---|---|
Language | 4 Bytes | 8 Bytes |
SAS | S370FRB4. | S370FRB8. |
PL/I | FLOAT BIN(21) | FLOAT BIN(53) |
FORTRAN | REAL*4 | REAL*8 |
COBOL | COMP-1 | COMP-2 |
assembler | E | D |
C | float | double |
See Also |
Informat:
|
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.