全部版块 我的主页
论坛 数据科学与人工智能 数据分析与数据科学 SAS专版
1835 2
2010-07-30
请问各位前辈,我现在有一个排序的问题,不知应如何解决?我在进行排序时,无法排序,并出现错误讯息,请问这是代表什么意思,我该如何解决并顺利完成排序呢?

data book5;
set book4;
run;
proc
sort
data=book5;

by date ;
run;

223
proc sort data=book5;

224
by date time;

225
run;


ERROR: Utility file write failed.
Probable disk full condition.

NOTE: The SAS System stopped processing this step because of errors.
NOTE: There were 670977 observations read from the data set WORK.BOOK5.
WARNING: The data set WORK.BOOK5 may be incomplete.
When this step was stopped there were 0 observations and 45 variables.

WARNING: Data set WORK.BOOK5 was not replaced because this step was stopped.
NOTE: PROCEDURE SORT used (Total process time):

real time
7.67 seconds


cpu time
1.45 seconds



226
227
proc sort data=book5;

228
by date ;

229
run;


ERROR: Utility file write failed.
Probable disk full condition.

NOTE: The SAS System stopped processing this step because of errors.
NOTE: There were 684545 observations read from the data set WORK.BOOK5.
WARNING: The data set WORK.BOOK5 may be incomplete.
When this step was stopped there were 0 observations and 45 variables.

WARNING: Data set WORK.BOOK5 was not replaced because this step was stopped.
NOTE: PROCEDURE SORT used (Total process time):

real time
3.82 seconds


cpu time
0.84 seconds

二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

全部回复
2010-7-30 18:42:17
修改options
二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

2010-7-31 00:30:41
错误讯息说的是你的硬盘空间不够。
二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

相关推荐
栏目导航
热门文章
推荐文章

说点什么

分享

扫码加好友,拉您进群
各岗位、行业、专业交流群