我用最简单的SORT
proc sort data= work_lib.factor_data force;
by trade_date stock_code;
run;
这个数据有500万行,以前只有300万行的时候是跑的通的,现在显示磁盘不够,
但是我看了我服务器的硬盘空间是足够的,请问怎么破? 是不是要调整哪里的缓存大小设置
报错显示:
ERROR: No disk space is available for the write operation. Filename =
C:\Users\suncj\AppData\Roaming\SAS\EnterpriseGuide\EGTEMP\SEG-78360-59d147f4\contents\SAS Temporary
Files\SAS_util000100012C7C_s2wp-iq-srv01\ut2C7C00002D.utl.
ERROR: Failure while attempting to write page 2537 of sorted run 14.
ERROR: Failure while attempting to write page 55304 to utility file 1.
ERROR: Failure encountered while creating initial set of sorted runs.
ERROR: Failure encountered during external sort.
ERROR: Sort execution failure.