Tag: Stored Processes

Angela Hall 4
Using Stored Processes to Improve Information Maps

Integrating Stored Processes into Information Maps can improve process performance as well as provide extra flexibility and complete query generation control. In order to showcase how powerful this combination is, I am presenting this topic during a SAS Talks webinar session this Thursday, December 16th. The scope of the example will

Angela Hall 2
Discovering the power of ODS ExcelXP tagsets

The ODS ExcelXP tagset is pretty powerful stuff. Hidding columns, changing the print layout to landscape, updating the spreadsheet names, defining the default column width and row height, etc - it's all available using options within the ExcelXP setup. So the best thing to do is grab some documentation. Fortunetly,

Angela Hall 0
ODS graphics in activeX

Using ActiveX in SAS graphics provides users with more functionality, options, and pretty colors than Jpeg, gif, etc (check out these examples). The issue is that ActiveX requires a device driver installed on the viewing machine, similar to Flash. In SAS 9.2, the sasgraph.exe is available within the SASWEB component deployed

Angela Hall 12
Uploading a file (via the web) into SAS

I must recommend that you check out this example from pg 70 of the SAS Stored Process Developers Guide. http://support.sas.com/documentation/cdl/en/stpug/61271/PDF/default/stpug.pdf This is a pretty sweet example of how to upload a file from your machine (via Internet Explorer) into the SAS System. A custom form can be created in html

Angela Hall 0
Bookmarking the Stored Process web application list

The default web application for the Stored Process system takes you to a lovely screen with introductions and samples. However, wouldn't it be nice to skip this screen to just jump right into the stored processes you have created? For 9.2, change the following URL to include your server/port name. This

Angela Hall 0
Setting up Public Access in SAS Stored Processes (9.1.3)

What if you would like everyone to be able to run SAS Stored Processes without experiencing the authentication (log-in) screen? 1. You need to change the /SASStoredProcess/Params.config and a web.xml file for SAS 9.1.3. Change the following line _username=$servlet.user.name TO: _username=<Your Shared Account Name> AND THEN ADD the following line: