Report Difference
|
Ad Hoc Report
|
User-Defined Report
|
---|---|---|
Version
|
An ad hoc report is defined and can be run only under the version where it was created.
|
A user-defined report can be run under any project version.
|
Report template
|
An ad hoc report does not require a template.
|
A user-defined report requires a template to define the report parameters.
|
Report results
|
Each time an ad hoc report is run, the existing report is overwritten.
|
Each time a user-defined report is run, a new report is created on the Reports page.
|
Location of SAS files
used to generate the report
|
The ad hoc report SAS program is stored on the Reports page for
the version where it was created.
|
The user-defined report SAS files are uploaded to the SAS Content Server.
|
Report File
|
Description
|
---|---|
report-name.html
|
This file is the report output in HTML format.
|
report-name.pdf
|
This file is the report output in PDF format.
|
report-name.rtf
|
This file is the report output in RTF format.
|
smm_userCode.sas
|
This file contains the SAS program report code that was submitted in the Create
an Ad Hoc Report window.
|
taskCode.log
|
This file is the log file that contains messages from running the SAS code to create the report.
|
taskCode.sas
|
This file is the SAS code that is used to create the report. The file contains the
user-defined report code as well as code that was generated by SAS Model Manager
to create the report.
|