This is an example of
a migration from SAS Model Manager 12.1 to 12.1. This example can
be used when migrating from one operating system to another.
-
Run the %MM_migrationStep1
macro on the SAS Workspace Server in your source system.
%MM_migrationStep1() Macro
%MM_migrationStep1
(
MigrateFrom21=N,
Server = mySourceServer,
PortNumber = 8651,
User = mmUser,
Password = mmPassword,
TargetDir= \\network1\port
);
-
Run the %MM_migrationStep2
macro on a SAS Workspace Server in your target system. This macro
imports all .cpo and .dpo files into the SAS Content Server.
%MM_migrationStep2() Macro
%MM_migrationStep2
(
Server = myTargetServer,
PortNumber = 8651,
User = mmUser,
Password = mmPassword,
SourceDir = \\network1\port,
TargetDir = c:\myTargetDirectory
);