Link to home
Start Free TrialLog in
Avatar of aruku
aruku

asked on

SAS - Automation

Hello all,

I need some guidance on SAS reports automation. How can I start the approching the automation of the reports. I have already written the code to create the reports
Avatar of Aloysius Low
Aloysius Low
Flag of Singapore image

what are you looking to use to automate the reports creation? is it by batch, triggered by some scheduling software?

if so, you could get the scheduler to trigger the sas code which will generate the report.
Avatar of aruku
aruku

ASKER

Yes, I am looking to use some scripts and cron job to do the automation where it should run everyday and the results should be mailed to the email
which part do you require assistance on in this case? the cron job portion, the shell script portion to execute the sas code, or the email portion?

is your sas code already producing a physical file which can be sent?
Avatar of aruku

ASKER

Yes, My sas code is producing a txt file but I need to do the scripting part where I need to include this code in the scripts and then trigger a cron job every day.
ASKER CERTIFIED SOLUTION
Avatar of Aloysius Low
Aloysius Low
Flag of Singapore image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial