Date: Mon, 31 Jan 2011 15:01:56 -0500
Reply-To: Harper Forbes <harperforbes@HOTMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Harper Forbes <harperforbes@HOTMAIL.COM>
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.