I am trying to convert a variable (External_nbr, this is a column variable with unique numbers of customers) from numeric to text, sas gives me this message:
put(External_nbr, 32); ___ 180
ERROR 180-322: Statement is not valid or it is used out of proper order.