Using SAS 9.2 ARM Interface with Existing ARM Applications |
When using ARM, a certain order must be followed when setting up the ARM appender:
the ARM appender must be enabled at the INFO diagnostic level before specifying the ARMAGENT= option
the ARMAGENT= option must be specified before the ARMSUBSYS= option
"<SAS92_installation_path\sas.exe>" -CONFIG "<SAS92_installation_path\nls\en\SASV9.CFG>" -logconfigloc logconfig.xml -armagent log4sas -armsubsys=(arm_proc)
Here is an example using the OPTIONS statement:
%log4sas(); %log4sas_logger(Perf.ARM, 'level=info'); options armagent=log4sas; options armsubsys=(arm_proc);
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.