If you have migrated
or upgraded from a previous release of SAS Model Manager, the
start-up code that enabled you to use tables from the local SAS Workspace Server or
network drive is still available. In SAS Model Manager 14.1 you can no longer use the Edit
Start-up Code feature to define a libref to use tables
on a local or network drive. In SAS Model Manager 14.1 tables
must be registered in the SAS Metadata Repository and accessible in
the
Data category view. If the libref was defined before you migrated or upgraded you can
use the local or network tables to complete these SAS Model Manager tasks:
-
-
Create projects from a control
table
-
-
-
-
-
Create a performance definition
The migrated start-up code that was migrated can be viewed using the Edit Start-up
Code window. You can access this window from the Actions menu
on the toolbar in the Projects and Portfolios category views.
Here is an example LIBNAME
statement:
libname SalesLib 's:\sales\2013\october';