Hello everyone,
If I have several fixed sas code need to run one by one everyday,Is this a good time to create a stored process ?
and how to create this in SAS base?and in EG?
Thanks
Thanks.
Hi Mike,
Check this link for creating SP using EG.
https://communities.sas.com/message/127137#127137
From Base SAS if you want to create then you need to use
*ProcessBody;
%stpbegin;
%stpend;
Thanks,
Shiva
A stored process is a SAS program that:
- is stored in a central location
- is registered in the SAS metadata environment (SAS Folders)
- may contain prompts that allow user input into the program
- can be secured with permissions, allowing only certain people to run it
If that's what you need, then you might want to check out Business Intelligence Notes for more tips.
If you have just a collection of SAS programs that you want to run in batch from your SAS Enterprise Guide environment, check out:
And perhaps:
http://blogs.sas.com/content/sasdummy/2012/04/17/doing-more-with-sas-enterprise-guide-automation/
Chris
Hi Chris,
Does it possible to use vbscript operate SAS base ?
Thanks!
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
Check out this tutorial series to learn how to build your own steps in SAS Studio.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.