Chapter Contents |
Previous |
Next |
S370FPDw.d |
Category: | Numeric |
Syntax | |
Syntax Description | |
Details | |
Comparisons |
Syntax |
S370FPDw.d |
Default: | 1 |
Range: | 1-16 |
Range: | 0-10 |
Details |
Packed decimal data contain two digits per byte, but only one digit in the input field represents the sign. The last half of the last byte indicates the sign: a C or an F for positive numbers and a D for negative numbers.
Use S370FPDw.d to read packed decimal data from IBM mainframe files on other operating environments.
Comparisons |
Language | Packed Decimal Notation |
---|---|
SAS | S370FIB4. |
PL/I | FIXED DEC(7,0) |
COBOL | COMP-3 PIC 9(7) |
assembler | PL4 |
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.