Formats |
Category: | Numeric |
Alignment: | left |
Syntax | |
Syntax Description | |
Details | |
Comparisons | |
Examples |
Syntax |
S370FPDUw.d |
specifies the width of the output field.
Default: | 1 |
Range: | 1-16 |
specifies to multiply the number by 10d. This argument is optional.
Default: | 0 |
Range: | 0-31 |
Details |
Use S370FPDUw.d in other operating environments to write unsigned packed decimal data in the same format as on an IBM mainframe computer.
Comparisons |
The S370FPDUw.d format is similar to the S370FPDw.d format except that the S370FPDw.d format always uses the absolute value instead of the signed value.
The S370FPDUw.d format is equivalent to the COBOL notation PIC 9(n) PACKED-DECIMAL, where the n value is the number of digits.
Examples |
y=put(x,s370fpdu2.); put y $hex4.;
Copyright © 2011 by SAS Institute Inc., Cary, NC, USA. All rights reserved.