LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (May 2010, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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
Comments:   To: Sterling Paramore <gnilrets@gmail.com>
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


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