LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous (more recent) messageNext (less recent) messagePrevious (more recent) in topicNext (less recent) in topicPrevious (more recent) by same authorNext (less recent) by same authorPrevious page (February 2010, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Mon, 22 Feb 2010 10:10:26 -0800
Reply-To:     Tom Abernathy <tom.abernathy@GMAIL.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Tom Abernathy <tom.abernathy@GMAIL.COM>
Organization: http://groups.google.com
Subject:      Re: Issue with filename pipe and SAS shortcut.
Comments: To: sas-l@uga.edu
Content-Type: text/plain; charset=ISO-8859-1

Collin - Check the location of you WORK directory and the current working directory under both start methods and see if they are different. %put %sysfunc(pathname(work)); libname current '.'; %put %sysfunc(pathname(current));

If they are different then perhaps one of them is full or readonly. - Tom

On Feb 22, 11:41 am, collin.ell...@ITRON.COM (Collin Elliot) wrote: > On Sat, 20 Feb 2010 15:02:28 -0500, Michael Raithel

> >> Stderr output: > >> There is not enough space on the disk. > >> NOTE: 0 records were read from the infile RAL. > >> NOTE: The data set WORK.SETUP has 0 observations and 1 variables. > >> NOTE: DATA statement used (Total process time): > >> real time 1.01 seconds > >> cpu time 0.03 seconds >


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