当数据较大时,使用
data _null_; 可以减少内存的占用
infile filename obs=10; 可以减少内存的占用
SAS--chapter6
原文:https://www.cnblogs.com/super-yb/p/11635933.html