LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (August 2008, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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
Comments: To: sas-l@uga.edu
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


Back to: Top of message | Previous page | Main SAS-L page