Convert all character variables to numeric and use the same variable names Convert all character variables to numeric and use the same variable names To solutions a ...
If you define a numeric variable and assign the result of a character expression to it, SAS tries to convert the character result of the expression to a numeric value and to execute the statement. If ...
If you use a character variable with an operator that requires numeric operands, such as the plus sign, SAS converts the character variable to numeric. If you use a comparison operator, such as the ...