Folder Contents
|
Description
|
Example
|
---|---|---|
job local path
|
Specifies the folder
that contains the reporting specification data sets that are used
by the %MM_RunReports() macro.
|
c:\mmReports\HMEQ\reportJobs
|
report output
|
Specifies the folder
that contains data sets and auxiliary files that are created during
the creation of the performance reports when the %MM_RunReports()
macro is run in test mode.
|
c:\mmReports\HMEQ\testReportOutput
|
performance data
|
Specifies the folder
that contains the performance data sets for each time period.
Performance data sets
can be stored in a DBMS as well. If your performance data set is in
a DBMS, then this folder is not necessary.
|
c:\mmReports\HMEQ\scoreIn
|
channel
|
Specifies the folder
on the local computer to save the SPK file that is created during
the processing of the %MM_GetModels() macro. The SPK file contains
the model.
When you publish a model
to a channel, the published package is placed in this folder.
A channel can be shared
by multiple model projects. You can define the channel to any location
as long as it can be accessed by the %MM_GetModels() macro.
|
c:\mmReports\HMEQ\channel2
|
model
|
Specifies the folder
to where the SPK model is extracted to by the %MM_GetModels() macro.
The macro creates a \scorecode folder that contains the model score
code and saves the data set current.sas7bdat, logs.sas7bdat, and processingspk.sas7bdat
in the model folder. The current.sas7bdat data set contains project
and model information that is used to create the performance monitoring
reports.
|
c:\mmReports\HMEQ\model
c:\mmReports\HMEQ\model\scorecode
|
May 29, 2013
4:55:11 PM[mdlmgradmin] "Tree1" was published to "MMChannel(sas-oma://RDCESX09147.race.sas.com:8561/reposid=A5DB5KPY/ITChannel;id=A5DB5KPY.BC000001)"
successfully.
MMChannel
that can be
found from the value of SAS destination location.
Here is an example: /Channels/Model Manager Channels/MMChannel
.
reportExample1 | contains example SAS code to extract a project or model from the channel using the %MM_GetModels() macro. |
reportExample2 | contains DATA steps to create performance data that can be used to test the batch programs that create performance monitoring reports. |
reportExample3 | contains example DATA steps to create the SAS data sets that contain report specifications, such as the project UUID and path, various input variables, the location of the performance data source, alert and warning conditions, and e-mail addresses for report notifications. |
reportExample4 | contains an example program that are used to define the operating environment using macro variables. This program also contains the DATA steps that are used to create the reports. |