SAS: How to loop trough years between a start and an end year?

后端 未结 0 1077
暗喜
暗喜 2020-12-03 18:21

I am looping trough dates easily with this piece of code :

data _null_;
do year = 2000 to 2020;
    call execute(cats(\'%nrstr(%annual_function)(\',year,\')\'         


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