The SAS Stored Process
Web application is required in order to run stored processes from
the SAS Information Delivery Portal. The SAS Stored Process Web application
was deployed with the SAS Web Infrastructure Platform when you installed
and configured the portal.
All portal users who
have the appropriate permissions can run a stored process by clicking
its icon or link in the portal. Users might first have to search for
a stored process before they can run it. As with other portal objects,
users can bookmark a stored process, add a stored process to a collection
portlet, and publish it to a Package. If users add a Stored Process
Navigator portlet to their portal views, they can explore the stored
processes that have been defined in metadata (if they have the appropriate
permissions). After running the stored process, users can bookmark
the results or e-mail the results to other users.
When a user runs a stored
process, by default, an Execution Options form is displayed, enabling
the user to filter the output contents and to specify particular options
for running the stored process. (Developers can choose not to display
this form for stored processes that they create. Developers can also
create their own custom input form.)
Stored processes fall
into two broad categories that affect how the stored process is executed:
-
streaming output: If a stored process
was defined to stream output to the viewer, the results of the stored
process are displayed in the portal immediately after execution.
-
non-streaming output: If a stored
process does not stream output to the viewer, the results are packaged
for later viewing. Users have several options for viewing the stored
process output.
The next section provides
more information about non-streaming stored processes.