%MM_migrationStep1() Macro

%MM_migrationStep1 macro ports all catalogs and SAS data sets from the source server into .cpo and .dpo files, and then places them in a user-specified directory.

Requirement: You must run this macro if you are migrating from one UNIX system to a different type of UNIX system, or if you are migrating from a Windows 32-bit server to a Windows 64-bit server. SAS 9.4 does not support Windows 32-bit systems. This macro does not need to be run when migrating from SAS Decision Manager 2.2 to SAS Decision Manager 2.2 on a Windows 64-Bit server.

Syntax

%MM_migrationStep1(
Server = mySourceServer,
PortNumber = port,
ServiceRegistryURL=SAS-service-registry-URL,
User = mmUser,
Password = mmPassword,
TargetDir= \\network\port);

Required Arguments

Server

specifies the server name or multicast address for the migration source server that hosts the model repository. This argument is ignored for a SAS Decision Manager 2.2 to 2.2 migration, which uses the ServiceRegistryURL argument.

Example
Server=myserver.com

PortNumber

specifies the port number for the migration source server that hosts the model repository.

Example
PortNumber=6411

ServiceRegistryURL

specifies the service registry URL. The host is the server name where the middle-tier is installed and the port is the port number of the SAS Web Application Server.

User

specifies a valid SAS Decision Manager user to access migration source server.

Password

specifies the password for the SAS Decision Manager user to access migration source server.

TargetDir

specifies the directory of where all of the portable files will be saved.

Example
TargetDir=\\network1\transfer