I tried the simplest solution for me to do, and it works,
"
format os1 best32.;
os1=substr(os,1,length(os)-1)*1;
"
my old variable os is a char variable with a anoiyning Carriage Return or Line Feed (or whatever it is, but it is an invisible char at the tail of the variable in my SAS table). I used substr function to remove it and then times 1, then i got my new os1 in numeric format.
Message was edited by: armor