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.
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
>
|