Chapter Contents |
Previous |
Next |
S370FPDUw.d |
Category: | Numeric |
Alignment: | left |
Syntax | |
Syntax Description | |
Details | |
Comparisons | |
Examples |
Syntax |
S370FPDUw.d |
Default: | 1 |
Range: | 1-16 |
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 |
Examples |
y=put(x,s370fpdu2.); put y $hex4.;
Values | Results* |
---|---|
123 |
123F |
-123 |
123F |
*The result is a hexadecimal representation of a binary number written in packed decimal format. 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.