Date: Mon, 5 Oct 2009 07:39:11 -0700
Reply-To: ash007 <ramsamyashley@GMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: ash007 <ramsamyashley@GMAIL.COM>
Organization: http://groups.google.com
Subject: Re: Move File with Sas pgm
Content-Type: text/plain; charset=ISO-8859-1
Hello Sas-Users,
How can the pgm SAS wait for the end of the copy of the datasets
before execution of the next data step?
option noxwait noxsync;
data _null_;
x copy /*move*/
"c:\users\ash_rmy\documents\ __________________\02_gfm
\performancecopie\garantie_tr_ventile.sas7bdat"
"c:\users\ash_rmy\documents\ __________________\02_gfm
\performancecopie\source";
run;
Thanks.
ash007.
|