Hello,
I'm getting this weird error. My program maps two big tables. One serves as a mapping table and the other is the table, whose columns i need to replace. But in the middle of it, the program suddenly gives me this weird error. I never accessed .utility anywhere in my program. Below is the log. Any idea why it's suddenly doing that? I already checked my directory.. It's not full yet.
Thanks
Regards,
Annka
NOTE: There were 180 observations read from the data set LIBR.MAPPING_TBL.
NOTE: There were 116 observations read from the data set CHILD.DATE_TBL.
NOTE: There were 180 observations read from the data set WORK.DUMMY1.
NOTE: The data set WORK.DUM2 has observations and 98 variables.
NOTE: Compressing data set WORK.DUM2 decreased size by 69.01 percent.
59 The SAS System 17:02 Tuesday, January 1, 2008
Compressed is 1628 pages; un-compressed would require 5313 pages.
NOTE: DATA statement used:
real time 23.26 seconds
cpu time 23.17 seconds
ERROR: Write to WORK.'#tf0174'n.UTILITY failed. File is full and may be damaged.
ERROR: Write to WORK.'#tf0174'n.UTILITY failed. File is full and may be damaged.
ERROR: Write to WORK.'#tf0174'n.UTILIT
NOTE: The SAS System stopped processing this step because of errors.
NOTE: SAS set option OBS=0 and will continue to check statements. This may cause NOTE: No observations in data set.
NOTE: There were 113 observations read from the data set CHILD.DATE_TBL.
NOTE: PROCEDURE SORT used:
real time 1:15.80
cpu time 13.24 seconds
ERROR: SAS ended due to errors.
I'm getting this weird error. My program maps two big tables. One serves as a mapping table and the other is the table, whose columns i need to replace. But in the middle of it, the program suddenly gives me this weird error. I never accessed .utility anywhere in my program. Below is the log. Any idea why it's suddenly doing that? I already checked my directory.. It's not full yet.
Thanks
Regards,
Annka
NOTE: There were 180 observations read from the data set LIBR.MAPPING_TBL.
NOTE: There were 116 observations read from the data set CHILD.DATE_TBL.
NOTE: There were 180 observations read from the data set WORK.DUMMY1.
NOTE: The data set WORK.DUM2 has observations and 98 variables.
NOTE: Compressing data set WORK.DUM2 decreased size by 69.01 percent.
59 The SAS System 17:02 Tuesday, January 1, 2008
Compressed is 1628 pages; un-compressed would require 5313 pages.
NOTE: DATA statement used:
real time 23.26 seconds
cpu time 23.17 seconds
ERROR: Write to WORK.'#tf0174'n.UTILITY failed. File is full and may be damaged.
ERROR: Write to WORK.'#tf0174'n.UTILITY failed. File is full and may be damaged.
ERROR: Write to WORK.'#tf0174'n.UTILIT
NOTE: The SAS System stopped processing this step because of errors.
NOTE: SAS set option OBS=0 and will continue to check statements. This may cause NOTE: No observations in data set.
NOTE: There were 113 observations read from the data set CHILD.DATE_TBL.
NOTE: PROCEDURE SORT used:
real time 1:15.80
cpu time 13.24 seconds
ERROR: SAS ended due to errors.