Sample: Turn on and Change Report Styles Using Enterprise Guide Automation

This is a sample autormation script that demonstrates how to access SAS reports and how to change some of the settings for the reports using the Enterprise Guide automation interface. In addition to providing an example of accessing SAS reports, this Visual Basic script demonstrates the use of subroutines and provides some sample code that you may be able to use in other programs.

This automation script is an example of the type of script that can be run in batch mode or scheduled to run using the Windows Scheduler facility.

This script expects to find the following file:

Check the attachments for the EG Project that is designed to run with this sample code.


Note:
This sample is one in a series of samples available to demonstrate some of the features of the Enterprise Guide 4.2 automation interface for Visual Basic. There is typically a great deal of additional information available in the comments of the code sample.