I am creating a report using proc report which pulls data from oracle databse using proc sql. It takes lot of time when i run it in my local SAS and it crashes when running in Enterprise guide. It gives error saying ERROR: Utility file write failed. Probable disk full condition.
or dataset is corrupted. Some of the datasets in this joining has more than 200,000 records.
Once the above dataset created from proc sql there are some internal processing required. Some time it crashes during those steps saying dataset is corrupted.
Any idea about handling such a big table ? Any tips would be appreciated..
Thanks in advance.
Message was edited by: anandbillava
Message was edited by: anandbillava
Message was edited by: anandbillava
Message was edited by: anandbillava
... View more