Create a folder structure
on your local computer to contain the report monitoring files. First,
create a root folder to contain performance reporting files for one
or more SAS Model Manager projects. You might further organize your
file structure by project. The examples in the following table use
a classification of HMEQ for the files that are used to create home
equity performance monitoring reports. Create folders to contain the
following types of files:
|
|
|
|
Specifies the folder
that contains the reporting specification data sets that are used
by the %MM_RunReports() macro.
|
c:\mmReports\HMEQ\reportJobs
|
|
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
|
|
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
|
|
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 SAS Model Manager 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
|
|
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\scorecode
|
To ensure that your
report data is not lost, regularly back up these report folders.