To display the summary page for a stored process report,
specify _ACTION=DATA&_REPORT=<
stored-process-report-path> on the SAS Stored Process Web Application URL. (You can also
add _ACTION=INDEX,DATA to the SAS Stored Process Web Application URL
and then select a stored process report in order to display this page.)
The following items
are included on this page:
specifies the location
of the SAS folder that contains the stored process report. You can
use this path as the value for the _REPORT variable.
For more
information, see Using Reserved Macro Variables.
specifies the number
of stored process report generations that are currently available.
specifies the maximum
number of stored process report generations that can be saved at any
time.
specifies the date
and time that the stored process report was first created.
specifies the date
and time that the stored process report was last modified.
specifies any keywords
that are associated with the stored process report.
contains a description
of the stored process report.
The bottom of the summary
page shows all the generations of the stored process report that are
available, including who created each one and when, and when each
stored process report generation expires. You can click the number
of a stored process report generation in order to view that generation.
To run a new stored process report, click
Run at the bottom of the summary.
To run a stored process
report from the URL, the metadata location must be specified. This
can be done using the parameters
_PROGRAM=/myfolder/myreport&_TYPE=report
. Alternatively, just the _REPORT parameter can be used, for example,
_REPORT=/myfolder/myreport
. This returns the latest
stored process report generation or runs a new one if none are found.
To return a specific stored process report, the parameter _REPORTID=ID
can be added to the URL with the ID of the desired generation of the
report. A _REPORTID=0 forces a new stored process report to be run.
Note: The stored process log is
available only when the stored process report is run to generate new
output.