Hi,
How to do a 'Batch processing scheduling in base sas' can any one tel and guide me...
If any code is there plz share
Thx,
Have you looked in the SAS Companion for your operating system?
cynthia
Our scheduling needs are very simple, so we use the Windows Scheduler. It can be found on your control panel under scheduled tasks. I create a BAT file containing the statements that execute the SAS code. The BAT file is what I schedule in Windows Scheduler. The following is an example of the code in the BAT file:
"C:\Program Files\SAS\SAS 9.1\sas.exe" -sysin M:\Production\Clarity\PatEncDemo.sas
Hope this helps.
Sheri
Based on your post around DI there is a good chance that you also got LSF (3rd party scheduler) at your site. That should allow you to set up scheduling (in SMC once DI jobs are "scheduled").
Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.