Formats |
Category: | Numeric |
Alignment: | left |
Syntax | |
Syntax Description | |
Details | |
Comparisons | |
Examples |
Syntax |
S370FZDSw.d |
specifies the width of the output field.
Default: | 8 |
Range: | 2-32 |
specifies to multiply the number by 10d. This argument is optional.
Default: | 0 |
Range: | 0-31 |
Details |
Use S370FZDSw.d in other operating environments to write zoned decimal separate leading-sign data in the same format as on an IBM mainframe computer.
Comparisons |
The S370FZDSw.d format is similar to the S370FZDLw.d format except that the S370FZDSw.d format does not embed the sign of the number in the zoned output.
The S370FZDSw.d format is equivalent to the COBOL notation PIC S9(n) DISPLAY SIGN LEADING SEPARATE, where the n value is the number of digits.
Examples |
y=put (x,s370fzds4.); put y $hex8.;
Copyright © 2011 by SAS Institute Inc., Cary, NC, USA. All rights reserved.