From: Michael on 16 Sep 2009 21:05 Hi, Whats the best way to call SAS programs automatically by external programs? Any sample programs? Michael
From: rjf2 on 17 Sep 2009 09:58 > From: Michael > Subject: Whats the best way to run SAS program automatically? > > Hi, > > Whats the best way to call SAS programs automatically by external > programs? Any sample programs? DOS? http://www.sascommunity.org/wiki/Batch_processing_under_Windows Ron Fehd the macro maven CDC Atlanta GA USA RJF2 at cdc dot gov
From: Norm Weston on 17 Sep 2009 14:18 So maybe if we were to understand more fully what you intend, we may be able to answer your question. For instance, if you want to have the program run automatically at a given time/day and you are in Unix environment, you may wish to look at CRON. If in Windows, Windows Scheduler. If you want the program to "Automatically" run when called by another program, in Windows you can create a batch script. In unix, Shells are at least one way to go. So, you see, the definition of "Automatically" needs more explaination as to how you mean.
|
Pages: 1 Prev: Model selection in "proc mixed" Next: Proc Binomial Error |