Chapter Contents |
Previous |
Next |
S370FZDLw.d |
Category: | Numeric |
Alignment: | left |
Syntax | |
Syntax Description | |
Details | |
Comparisons | |
Examples |
Syntax |
S370FZDLw.d |
Default: | 8 |
Range: | 1-32 |
Details |
Use S370FZDLw.d in other operating environments to write zoned decimal leading-sign data in the same format as on an IBM mainframe computer.
Comparisons |
Examples |
y=put(x,s370fzdl3.); put y $hex6.;
Values | Results* |
---|---|
123 |
C1F2F3 |
-123 |
D1F2F3 |
*The result is a hexadecimal representation of a binary number in zoned decimal format on an IBM mainframe computer. Each two hexadecimal digits correspond to one byte of binary data, and each byte corresponds to one column of the output field. |
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.