Converting and formattig variables in SAS

后端 未结 0 399
别跟我提以往
别跟我提以往 2021-02-15 10:54

I have successfully changed all 3 variables to numeric but I am only getting . in the price1 column.

  data lalisting_new;
  set aa_lbhw1.lalisting;
  price1 = in         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题