Date: Sat, 23 Aug 2008 06:11:25 -0700
Reply-To: dustin_d_williams@YAHOO.COM
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: dustin_d_williams@YAHOO.COM
Organization: http://groups.google.com
Subject: Re: File is full and may be damaged
Content-Type: text/plain; charset=ISO-8859-1
I have also been seeing the same issue. I just found 2 SAS knowledge
base articles regarding this. It seems the file size limit for the
user is set to 1GB. When you run from the command line you are subject
to that file size limit, but when you run in EG the code is submitted
differently, so a different file size limit applies. To see your file
size limit, run "ulimit -a" from the UNIX command line. The 2 SAS KB
articles regarding this are
http://support.sas.com/kb/10/797.html
http://support.sas.com/kb/31/401.html
|