BookmarkSubscribeRSS Feed
PreenaKaur
Calcite | Level 5

Hi All,

New to SAS, I am struggling to find out a way to schedule reports output which should be in excel for sure to various users in our organisation.

Detailed requirement is:

Set of reports need to go out on daily , weekly, monthly basis

Data will be extracted from SAS libraries using Stored process

Charts will also be included in these reports along with plain data sets.

I have successfully created a report in SAS web report studio using stored process and scheduled it to myself. But scheduler gives me only 2 output methods : .pdf or .html

Is their a way we can schedule our excel output from web report studio?

Or there is some another way possible (not from web report studio) where in I can pass stored process name and create charts and schedule the output to excel?

:smileyconfused:

2 REPLIES 2
Kurt_Bremser
Super User

WRS is specifically designed to be used interactively via browser, so it is not the right place to look for scheduled actions.

Take the logic of the stored process(es), and run them in batch mode, scheduled by whatever scheduling system your organisation uses. Create files (if you need reports, ODS TAGSETS.EXCELXP is one fine friend), and store them in a location that is accessible by endusers.

Ask if the users actually need Excel files, or if the data is more important than the packaging. HTML pages can contain links to .csv or other file types for download.

PreenaKaur
Calcite | Level 5

Thanks! i will try to workout with ODS option

SAS INNOVATE 2024

Innovate_SAS_Blue.png

Registration is open! SAS is returning to Vegas for an AI and analytics experience like no other! Whether you're an executive, manager, end user or SAS partner, SAS Innovate is designed for everyone on your team. Register for just $495 by 12/31/2023.

If you are interested in speaking, there is still time to submit a session idea. More details are posted on the website. 

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.

Get the $99 certification deal.jpg

 

 

Back in the Classroom!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 2 replies
  • 2367 views
  • 1 like
  • 2 in conversation