Informats |
Category: | Numeric |
Syntax | |
Syntax Description | |
Details | |
Comparisons | |
Examples |
Syntax |
S370FZDSw.d |
specifies the width of the input field.
Default: | 8 |
Range: | 2-32 |
specifies the power of 10 by which to divide the value. This argument is optional.
Default: | 0 |
Range: | 0-31 |
Details |
Use S370FZDSw.d on other operating environments to read zoned decimal data from IBM mainframe files.
Comparisons |
Zoned decimal separate leading-sign data is similar to standard zoned decimal data except that the sign of the value is stored in the first byte of zoned decimal leading sign data, and the first digit of the value is stored in the second byte.
The S370FZDSw.d informat is equivalent to the COBOL notation PIC S9(n) DISPLAY SIGN LEADING SEPARATE, where the n value is the number of digits.
Examples |
input @1 x s370fzds4.;
Copyright © 2011 by SAS Institute Inc., Cary, NC, USA. All rights reserved.