Informats |
Category: | Numeric |
Syntax | |
Syntax Description | |
Details | |
Comparisons | |
Examples |
Syntax |
S370FZDUw.d |
specifies the width of the input field.
Default: | 8 |
Range: | 1-32 |
specifies the power of 10 by which to divide the value. This argument is optional.
Default: | 0 |
Range: | 0-31 |
Details |
Use S370FZDUw.d on other operating environments to read unsigned zoned decimal data from IBM mainframe files.
Comparisons |
The S370FZDUw.d informat is similar to the S370FZDw.d informat except that the S370FZDUw.d informat rejects all sign digits except F.
The S370FZDUw.d informat is equivalent to the COBOL notation PIC 9(n) DISPLAY, where the n value is the number of digits.
Examples |
input @1 x s370fzdu3.;
Copyright © 2011 by SAS Institute Inc., Cary, NC, USA. All rights reserved.