Tag: reports

Web Report Studio: Chops off the columns and rows …

By default, Web Report Studio only shows the first 12 columns and 40 rows of a report.  You can change the default in the Table Properties to allow as many columns or rows to display as desired.

Here is a before and after shot of the changes:

Sending an email from SAS

Have you ever wanted to know when your code completes? Or maybe you want to automate the report to include sending an email? Regardless, SAS is happy to send that email for you. The easiest way to do this is through the SMTP access method via filename statements. Example: filename sendemail email ‘toaddress@email.com’ subject=’This is […]