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 t…
Tag: Stored Processes
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 sto…
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 w…
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 sin…
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 sin…
Right Mouse Clicking in Stored Process and Portal Web Apps
In 9.2, the right-mouse click functionality is not available by default. To switch back to this (which for STP developers in a DEV environment is essential to our productivity), SAS has provided the following note:
http://support.sas.com/kb/39/292.html…
Right Mouse Clicking in Stored Process and Portal Web Apps
In 9.2, the right-mouse click functionality is not available by default. To switch back to this (which for STP developers in a DEV environment is essential to our productivity), SAS has provided the following note: http://support.sas.com/kb/39/292.html…
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 SA…