BookmarkSubscribeRSS Feed
Grandhi4
Calcite | Level 5

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,

Smiley Happy

3 REPLIES 3
Cynthia_sas
Diamond | Level 26

Have you looked in the SAS Companion for your operating system?

cynthia

Sheri
Calcite | Level 5

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

Patrick
Opal | Level 21

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").

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

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!

Register Now

How to Concatenate Values

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 3 replies
  • 1156 views
  • 0 likes
  • 4 in conversation