Reads numeric values with a comma in place of the decimal point
-
w
-
specifies the width of the input field.
-
d
-
optionally specifies the number of digits
to the right of the decimal. If the data contain decimal points, the d value is ignored.
The NUMXw.d informat reads numeric values and interprets a comma as a
decimal point.
The
NUMXw.d
informat is similar to the w.d informat except that it reads numeric values that contain
a comma in place of the decimal point.
input @1 x numx10.;
Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.