SAS Marketing Optimization SAS Tier Properties

The following tables describe unique properties for SAS Marketing Optimization for the SAS tier that the SAS Migration Utility uses when creating a migration analysis report, or later in the process when the utility builds a migration package. To use these properties, add them to your migration utility properties file. For more information, see Running the Migration Utility Using a Properties File.
This topic contains the following SAS Marketing Optimization SAS tier migration utility properties:
The following table describes the mktoptconfig.install.dir property:
mktoptconfig.install.dir Property
Property
mktoptconfig.install.dir
Examples
mktoptconfig.install.dir=C:\\Program Files\\mySAS\\SAS 9.1\\mktoptconfig\\Ucmacros
mktoptconfig.install.dir=/mySAS/SAS_9.1/Ucmacros/mktoptconfig
When to Use
If the SAS Marketing Optimization uncompiled macros are installed in a different directory than the default installation directory. Be sure to specify an absolute file system path.
The following table describes the mktoptconfig.appserver.context.directory property:
mktoptconfig.appserver.context.directory Property
Property
mktoptconfig.appserver.context.directory
Examples
mktoptconfig.appserver.context.directory=C:\\SAS\\Config\\Lev1\\mySASMain
mktoptconfig.appserver.context.directory=/SAS/Config/Lev1/mySASMain
When to Use
If the SAS Application Server context directory differs from the default SAS Application Server directory (SASMain).
The following table describes the mktoptconfig.autoexec.directory.and.name property:
mktoptconfig.autoexec.directory.and.name Property
Property
mktoptconfig.autoexec.directory.and.name
Examples
mktoptconfig.autoexec.directory.and.name=C:\\SAS\\Config\\Lev1\\mySASMain\\myMarketingOptimization_autoexec.sas
mktoptconfig.autoexec.directory.and.name=/SAS/Config/Lev1/mySASMain/myMarketingOptimization_autoexec.sas
When to Use
If the SAS Marketing Optimization autoexec file is relocated from its default location under the application server context directory or it is renamed from its default value of MarketingOptimization_autoexec.sas or both. Note that the property value should be an absolute file system path and filename of the Marketing Optimization autoexec file (including its .sas extension) that runs when the workspace server is invoked to execute SAS Marketing Optimization code.
The following table describes the mktoptconfig.generate.detailreports property:
mktoptconfig.generate.detailreports Property
Property
mktoptconfig.generate.detailreports
Example
mktoptconfig.generate.detailreports=false
When to Use
Set to false if you do not want detailed analysis reports regarding your SAS Marketing Optimization data and metadata generated by the SAS Migration Utility in analyze mode.
The valid values are true (default) or false. (The migration utility interprets any other value as true.)
Note: When this property is false, you are still able to run the SAS Marketing Optimization analysis tool from an interactive SAS session to generate reports that are specific to SAS Marketing Optimization. For more information, contact your SAS representative.
Usage notes:
  • Automatic renaming is possible only if it is determined that simple truncation of numeric measure names whose length exceeds 26 characters does not result in duplicate names and does not result in a name that occurs as a string within a character attribute.
  • Automatic renaming is an “all or none” feature. If it is requested, all numeric measure names exceeding 26 characters in length must be unique and must not appear as a string within other character attributes after truncation in order for automatic renaming to proceed. Otherwise, no numeric measures will be automatically renamed. Selective or partial automatic renaming is not supported.
  • If truncation would yield duplicate names or a string that occurs within a character attribute, automatic renaming will not be performed, regardless of the setting of this property. In other words, this property does not act as an override. In this case, it will be necessary to manually rename numeric measure names whose length exceeds 26 characters to conform to the 26-character length restriction.
  • Migration of SAS Marketing Optimization 5.1 to SAS Marketing Optimization 5.3 will not be allowed to proceed until all numeric measure names have been found to conform to the 26-character length restriction.