Date: Mon, 5 Oct 2009 10:29:13 -0500
Reply-To: "Data _null_;" <iebupdte@GMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: "Data _null_;" <iebupdte@GMAIL.COM>
Subject: Re: Move File with Sas pgm
In-Reply-To: <362621b3-c9c8-4c47-bd05-cdadbdc78fc1@p15g2000vbl.googlegroups.com>
Content-Type: text/plain; charset=ISO-8859-1
I would execute these commands with SYSTASK. It has specific options
for waiting and you easily capture return codes.
On 10/5/09, ash007 <ramsamyashley@gmail.com> wrote:
> 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.
>
|