Date: Fri, 3 Jan 2003 05:57:34 -0800
Reply-To: Bruce Reading <breading@BIGNET.NET>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Bruce Reading <breading@BIGNET.NET>
Organization: http://groups.google.com/
Subject: Re: how can a batch sas program excecute another program in a
separate process in both windows and unix environment?
Content-Type: text/plain; charset=ISO-8859-1
I think using SYSTASK/WAIT/WAITFOR will accomplish what you're looking for.
SYSTASK can be used to start another SAS process, and WAIT/WAITFOR can control
how the invoking process acts.
|