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.
You can also add a stored
process report, which contains the predefined output from a stored
process.
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 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.