Date: Fri, 8 Mar 2002 17:17:47 +0100
Reply-To: Jim Groeneveld <J.Groeneveld@ITGROUPS.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Jim Groeneveld <J.Groeneveld@ITGROUPS.COM>
Subject: Re: Make a new directory in SAS session
Content-Type: text/plain
Meifen,
Start by removing your typing error, i.e. change 'fiepipe' into 'filepipe'
and try again.
Regards - Jim.
--
Y. (Jim) Groeneveld, MSc IMRO TRAMARKO tel. +31 412 407 070
senior statistician, P.O. Box 1 fax. +31 412 407 080
senior data manager 5350 AA BERGHEM IMRO TRAMARKO: a CRO
J.Groeneveld@ITGroups.com the Netherlands in clinical research
My computer beeps when it complains; I complain when it beeps
Notice of confidentiality: this e-mail may contain confidential information
intended for the addressed recipient only.
If you have received this e-mail in error please delete this e-mail and
please notify the sender so that proper delivery
can be arranged.
> -----Original Message-----
> From: Xu, Meifen [SMTP:meifen_xu@MERCK.COM]
> Sent: Friday, March 08, 2002 4:51 PM
> To: SAS-L@LISTSERV.UGA.EDU
> Subject: Make a new directory in SAS session
>
> 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
|