| Date: | Tue, 25 May 2010 23:10:23 +0530 |
| Reply-To: | Mahesh <peesari.mahesh@GMAIL.COM> |
| Sender: | "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU> |
| From: | Mahesh <peesari.mahesh@GMAIL.COM> |
| Subject: | Re: Create a directory |
|
| In-Reply-To: | <AANLkTinOKmTxZJoR-9hW5VChTCsRd4hFHp1D4wDgJtvY@mail.gmail.com> |
| Content-Type: | text/plain; charset=us-ascii; format=flowed; delsp=yes |
Try this
Data _null_;
X 'mkdir /sasconf/test;
Run;
I have not tested
Regards
Mahesh
Sent from my iPhone
On 25-May-2010, at 10:44 PM, Sterling Paramore <gnilrets@GMAIL.COM>
wrote:
> Dear SAS,
>
> Is there any way to create a directory in SAS code that does not use
> CALL
> EXECUTE or any other shell techniques (I don't have access to a
> shell). I
> connect to a UNIX server from EG.
>
> Thanks,
> Sterling
|