Date: Fri, 8 Mar 2002 10:51:19 -0500
Reply-To: "Xu, Meifen" <meifen_xu@MERCK.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: "Xu, Meifen" <meifen_xu@MERCK.COM>
Subject: Make a new directory in SAS session
Content-Type: text/plain; charset=iso-8859-1
Hi There:
I would first check whether I have a directory already existing or I like to
create one. It doesn't work out.
filename filepipe "u:\DC SAS Reports\utilities\macro";
%macro one ;
%if %sysfunc(dopen(fiepipe)) ^= 1 %then
%do ;
Filename filepipe pipe 'md "u:\dc sas reports\utilities\macro" ';
%end;
%mend;
%one
Thanks,
Meifen Xu
* (484) 344 4622
* meifen_xu@merck.com
|