Mobile is available for all SAS programmers

During the SAS Global Forum this past week, SAS offered several demos on mobile technology including: Michael Hecht, SAS, JMP iPad App Super Demo Chris Hemedinger hosted a Live Tech Talk on Tuesday that covered the new SAS Visual Analytics Explorer with demos on Microsoft Surface and iPad Apps Remember everyone is using mobile devices [...]

Post a Comment

What would SAS Stored Process Key #51 be?

This past Monday, Tricia and I released our 2nd book this year. “The 50 Keys to Learning SAS Stored Processes” provides a step-by-step approach to transitioning from SAS code into user driven (prompted) stored processes. Trimming down all the things you can do with SAS Stored Processes is next to [...]

Post a Comment

All the possible uses for PROC STP

PROC STP is a new procedure for SAS 9.3 Stored Processes. It’s so new and different that I have not had the opportunity to use it yet in a customer engagement. When writing about it for the now released “The 50 Keys to Learning SAS Stored Processes” book, I had [...]

Post a Comment

Troubleshooting a web file upload

Functionality to upload files onto the SAS server (from 9.2 on) is available using stored processes and an html input type=”file”. I introduced this topic last year in my blog post using the SAS Stored Process Developer Guide sample. Of course, it is never as easy as the sample is [...]

Post a Comment

Updating your global style

Every six months or so I try to find a recent picture that captures who I am and what I am feeling. Loading this into my various social/online profiles in Twitter, SAS Community, Forums, LinkedIn, corporate internal, Facebook etc then take me a bit of time to implement. Wouldn’t it [...]

Post a Comment

Editing .sas source code repository from 9.3 SAS Management Console

As I have previously mentioned, SAS 9.3 has some sweet new functionality for stored processes. The topic of the prior post was on storing .sas code for the stored process directly within the metadata and how to edit/access that raw code. Did you know that the ‘Edit Source Code’ button [...]

Post a Comment

Default server option and streaming output support in 9.3 stored processes

New in 9.3, stored processes can be assigned to run on the ‘Default Server’ server type. Developers can still force the stored process to run on only one server type but choosing the ‘Default Server’ allows the client application to specifically call the best server type to run on. Another cool [...]

Post a Comment

Metadata source code storage in 9.3 stored processes

There is some sweet new functionality in 9.3 stored processes. One of them I particularly like is the additional option to store the SAS code within the metadata rather than in a separate .sas file. This is extremely beneficial when allowing the stored process to run on multiple application servers. It also could [...]

Post a Comment

Enterprise Guide 4.3.1 and 9.3 Stored Processes

Chris mentions in his FAQ post on 9.3 and Enterprise Guide that the new stored processes and other new metadata can not leverage all of the functionality in the new 9.3 release.  EG is nice to remind us of that fact when we open the SAS Folders view with the [...]

Post a Comment

Stored Processes - bypassing double authentication

As I mentioned yesterday, some users create portal applications to bypass a second authentication step from the Portal to a Stored Process (via a URL Display Portlet). New in SAS 9.2, there is a STPRun directive that allows you to just complete one single step (create a URL display portlet) [...]

Post a Comment