1 proc sql;
2     select pay_month,count(distinct(serv_number)) from guanhui.buedetail_same group by pay_month;
3 quit;

在sas中直接写sql语句并用ods进行输出是一个做分析处理的好方法。

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-27
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案