Data _NULL_;
........
用于在数据步中执行操作,但不产生数据集。_NULL_ tells sas not to bother writing a sas data set,and makes the program run slightly faster.
本文共 138 字,大约阅读时间需要 1 分钟。
Data _NULL_;
........
用于在数据步中执行操作,但不产生数据集。_NULL_ tells sas not to bother writing a sas data set,and makes the program run slightly faster.
转载地址:http://vrubl.baihongyu.com/