Hello, we have a relatively weird problem. Using SAS Enterprise Guide 7.1 and SAS 9.4. We have a datamart, which we used to rebuild daily using an automated process called "build_data_mart". This script worked fine for a long time, but suddenly stopped being succesfull about a week ago. Whenever this script is run automatically, it runs into the following error in the appropriate log files: File WORK.'SASTMP-000000028'n.UTILITY is damaged. I/O processing did not complete It also runs into this error at effectively the same step. When I activate the script via putty, I receive the following message: OUT OF RESOURCES Select: R. Retry N. Tell procedure/DATA step no more resources. C. Cancel Submitted Statements T. Terminate SAS. ? Retry does nothing, if I cancel, the resulting log does not show an error but ends in the same spot of the SQL code. Interestingly enough, if I execute the process via the Enterprise Guide, it runs without any problems whatsorever. There are ample amounts of disc space available in the work directory, the same appears to be true for physical memory. We have also verified that there is not quota allocation. The step at which it fails is nothing particularly serious. The resulting table has, if it is run via Enterprise Guide, 28 columns (yes, we kind of need them) and some 489K observations, resulting in 282 pages compressed and 783 pages uncompressed. While not neglible, this is not a terribly large table, other tables the script creates before are larger. Questions: Is there a way to find out with which options SAS Enterprise guide runs the script? How can I replicate these options for the batch script?
... View more