A
stored process is a SAS program that is stored on a server and that can be executed as requested
by client applications such as SAS Visual Analytics. The
embedded SAS code can contain instructions for displaying report elements that include queries,
prompted filters, titles, images, and statistical analyses.
You can add one or more stored processes to a report. You can edit the prompts for
a stored process using the
Properties tab in the designer. When you set the value for a
prompt in the designer, that prompt value becomes the
default value for the viewer.
Any prompts in a stored process must follow the guidelines for entering prompt values.
This is important if the stored process contains date values. See “Entering
Prompt Values in the SAS Stored Process Web Application” in the SAS Stored Processes: Developer’s Guide.
There are prerequisites for printing stored process output.
For more
information, see Printing Reports.
There are limitations
to where stored processes can be used in the designer:
-
A stored process cannot be used in the precision layout.
-
A stored process cannot be the source or
target of an interaction in a report.
-
A stored process cannot be added to a container.
Note: Users who view stored processes
using the SAS Visual
Analytics Apps (previously called SAS Mobile BI) cannot
be prompted. Instead, the stored process runs using the prompt values
that were added when the report was created.
Note: The stored process output
in a report is rendered as HTML regardless of the requested output
type.
For information about creating a stored process and registering it in
metadata, see
SAS Stored Processes: Developer’s Guide.