%MM_migrationStep2 Macro

%MM_migrationStep2 macro imports all of .cpo and .dpo files into the target server.

Requirement: You must run this macro if you are migrating from one UNIX system to a different type of UNIX system.

Syntax

options metaPort=8561
metaServer=server-address
metaRepository=Foundation
metaUser=user-ID
metaPass=password;
filename mycode catalog "sashelp.modelmgr.migration.source";
%include mycode;
filename mycode;
%MM_migrationStep2(
User = mmUser,
Password = mmPassword,
SourceDir=\\network\port,
TargetDir= myTargetDIR );

Required Arguments

For more information, see Connection Options in SAS Language Interfaces to Metadata.

User

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

Password

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

SourceDir

specifies the directory where all portable files are saved.

Example
SourceDir=\\network\transfer

TargetDir

specifies the directory where the migration result table is saved. Here is an example:

TargetDir=\\network1\migration
Last updated: February 22, 2017