BookmarkSubscribeRSS Feed
PaulSmeekens
Calcite | Level 5
Is there a way to manipulate the execution options page that you get as a default when running SAS Stored Processes. We typically want to override some of the defaults (display result in a new window [NO]) and hide some of the choices "Show SAS Log", "Show Execution time", "Show execution trace", etc.

Although there is mention in the documentation that this page can be manipulated I can not seem to find the way to do this.

Any help will be greatly appreciated.

Paul Smeekens
OZ zorgverzekeringen
4 REPLIES 4
deleted_user
Not applicable
We are also very interested in being able to adjust the available execution options. We would like to surface stored processes and parameter metadata in the BI Portal, but do not want to allow all those execution options to all users. Any documentation on how to accomplish this would be greatly appreciated.

Ryan Cherland
Univ of Kansas
Vince_SAS
Rhodochrosite | Level 12
Currently you can hide some, but not all of these items by adding input parameters with names that correspond to the items. For example, the input parameter named "_ODSDEST" corresponds to item labeled "Output type".

Here is a list of the things you can hide, and the properties of the input parameters you need to add in order to hide them:

To hide the "Output type" item:

Label:
SAS variable name: _ODSDEST
Visible: No
Type: String
Default value:

To hide the "ODS style" item:

Label:
SAS variable name: _ODSSTYLE
Visible: No
Type: String
Default value:

To hide the "Graphics device" item:

Label:
SAS variable name: _GOPT_DEVICE
Visible: No
Type: String
Default value:

To hide the "Show SAS Log", "Show execution time", and "Show execution trace" items:

Label:
SAS variable name: _DEBUG
Visible: No
Type: String
Default value:

This must be done for each individual stored process.

We hope to have better support for customization in a future release.

Vince DelGobbo
SAS R&D
RMP
SAS Employee RMP
SAS Employee
Paul,

You can easily create a customised JSP to mimic the options page. When a stored process is run a search is made for a similar named jsp. If this is found then this jsp is displayed instead of the default execution options screen.
I can send some examples if needed.

Richard
Cynthia_sas
SAS Super FREQ
This Tech Support note outlines how to avoid getting the execution options page: one way is to generate a custom jsp and another way is to make a URL display portlet:
http://support.sas.com/techsup/unotes/SN/018/018281.html
cynthia

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 4 replies
  • 944 views
  • 0 likes
  • 5 in conversation