jingju11 发表于 2012-3-6 05:24 
Please google how to check and change variable types.
JingJu
data a;
set 'D:\a';
totaltransactionvalue1=put(totaltransactionvalue, 66.);
put totaltransactionvalue1;
run;
is this the code for transfering the data format? but why it doesnot work? plz give me some suggestions.