| Informats |
| Category: | Numeric |
| Syntax | |
| Syntax Description | |
| Details | |
| Examples |
Syntax |
| TRAILSGNw. |
specifies the width of the input field.
| Default: | 6 |
| Range: | 1-32 |
| Details |
If the data contains a decimal point, then the TRAILSGN informat honors the number of decimal places that are in the input data.
| Examples |
input x trailsgn8.;
| When the data line is... | The result is... |
|---|---|
----+----1----+ |
|
1 |
1 |
1+ |
1 |
1- |
-1 |
1.2 |
1.2 |
1.2+ |
1.2 |
1.2- |
-1.2 |
Copyright © 2007 by SAS Institute Inc., Cary, NC, USA. All rights reserved.