Date: Mon, 31 Jan 2011 15:07:47 -0500
Reply-To: Suzanne McCoy <Suzanne.McCoy@CATALINAMARKETING.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Suzanne McCoy <Suzanne.McCoy@CATALINAMARKETING.COM>
Subject: Re: UNIX directory problems
In-Reply-To: <201101312001.p0VItZGR024377@waikiki.cc.uga.edu>
Content-Type: text/plain; charset="us-ascii"
I'm guessing there is no execute permission for you/your group. chmod 755 might fix it
-----Original Message-----
From: SAS(r) Discussion [mailto:SAS-L@LISTSERV.UGA.EDU] On Behalf Of Harper Forbes
Sent: Monday, January 31, 2011 3:02 PM
To: SAS-L@LISTSERV.UGA.EDU
Subject: Re: UNIX directory problems
On Mon, 31 Jan 2011 18:42:15 +0000, toby dunn <tobydunn@HOTMAIL.COM> wrote:
>run the following command:
>
>/Test/test2/bottle/bottle.sas
>
>
>You either already have to be in the directory where the program you want
to run resides
>or
>You have to specify the full path with the program name in your call to
sas
>
>Toby Dunn
>
>
>"I'm a hell bent 100% Texan til I die"
>
>"Don't touch my Willie, I don't know you that well"
>
>
Hi Toby,
Unfortunately I cannot seem to do either.
"You either already have to be in the directory where the program you want
to run resides"
When I am in the directory with the sas program it still tries to access
the file from my home directory.
And when I tried:
"You have to specify the full path with the program name in your call to
sas" like you had with trying the command:
/Test/test2/bottle/bottle.sas
I got the message:
/Test/test2/bottle/bottle.sas: Permission denied
This directory is easily accessible for me to use Emacs and modify files,
etc.