sas编程-日期相差计算函数 intnx 示例代码:

data _null_;
    lastdate=intnx('year',today(),-100);
    format lastdate  date9.;
    put  lastdate;
run;

相关文章:

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