All SAS Model Manager
access macros that accept SAS file references require the file references
to point to a single physical file. File references in the form
libref.filename must
resolve to a single physical file. Specific logical library references
in the form
libref must resolve
to a directory or a folder.
Concatenated library
references cannot be used.
Here is a list of libraries
to which you must assign a libref in your SAS programs:
-
the directory that contains your
model files
-
the directory that contains the
training data
-
the directory that contains your
input, output, and target data sets
SAS Model Manager macros
use the libref SMMMODEL to access model component files, as in this
example:
libname smmmodel "c:\myModel\HMEQ\scorecode";
You can define the libref
SMMMODEL at the beginning of your SAS program and use it to access
model component files in any of the SAS Model Manager access macros
that your program executes.
Here is a list of files
that you can identify with a fileref in your SAS programs:
-
a catalog fileref to the SAS Model
Manager access macro code
-
the source path and filename for
a single file to be registered by the %MM_AddModelFile macro
-
the source path and filename for
a SAS Enterprise Miner package file to be registered by the %MM_Register
macro
-
the destination path and filename
for the %MM_GetModelFile macro