An application
created before SAS 9.3 that extensively uses ARM user-defined metrics
and correlators continues to execute without modification.
Although you can execute
the application without modification, you can enhance performance
by making the following changes to the application:
-
Create a SAS logging
facility -logconfigloc configuration file. For an example, see
SAS Logging Facility Configuration File. For more information about the SAS logging facility, see
SAS Logging: Configuration and Programming Reference.
-
Specify
<name="ManageCorrelators">
and
<value="FALSE">
(if correlators are defined)
in the SAS logging facility configuration file.
-
Specify
ARMAGENT=LOG4SAS
in a configuration file or within
SAS language code.
-
The SAS logging facility,
using the pattern layouts and conversion specifiers, enables you to
customize output format and layout. Using default correlation and
the additional user metrics enables you to isolate performance issues
within the application.