LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (January 2003, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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.


Back to: Top of message | Previous page | Main SAS-L page