Search notes:

SAS programming, function input

The input function can be used to convert values of character data type to numeric data types.
input` can only be applied to values with character data type, yet the output can be either numeric or character.
Note: there is also a statement with the same name input.

See also

functions

Index