Problem Note 33958: Applications Response Measurement (ARM) log contains incorrect LIBNAME information for concatenated SAS data libraries
The ARM log contains the actual LIBREF name from the LIBNAME statement when option ARMSUBSYS=DS_IO or ARMSUBSYS=ARM_ALL is turned on.
When SAS data libraries are concatenated, the LIBREF displayed in the ARM log is a "placeholder" LIBREF used internally by SAS.
No error messages are produced in the SAS log or the ARM log.
No workaround or fix is currently available.
Operating System and Release Information
SAS System | Base SAS | z/OS | 9.1 TS1M3 | 9.4 TS1M0 |
Microsoft® Windows® for 64-Bit Itanium-based Systems | 9.1 TS1M3 | 9.4 TS1M0 |
Microsoft Windows Server 2003 Datacenter 64-bit Edition | 9.1 TS1M3 | 9.4 TS1M0 |
Microsoft Windows Server 2003 Enterprise 64-bit Edition | 9.1 TS1M3 | 9.4 TS1M0 |
Microsoft Windows XP 64-bit Edition | 9.1 TS1M3 | 9.4 TS1M0 |
Microsoft® Windows® for x64 | 9.1 TS1M3 | 9.4 TS1M0 |
Microsoft Windows 2000 Advanced Server | 9.1 TS1M3 | |
Microsoft Windows 2000 Datacenter Server | 9.1 TS1M3 | |
Microsoft Windows 2000 Server | 9.1 TS1M3 | |
Microsoft Windows 2000 Professional | 9.1 TS1M3 | |
Microsoft Windows NT Workstation | 9.1 TS1M3 | |
Microsoft Windows Server 2003 Datacenter Edition | 9.1 TS1M3 | 9.4 TS1M0 |
Microsoft Windows Server 2003 Enterprise Edition | 9.1 TS1M3 | 9.4 TS1M0 |
Microsoft Windows Server 2003 Standard Edition | 9.1 TS1M3 | 9.4 TS1M0 |
Microsoft Windows XP Professional | 9.1 TS1M3 | 9.4 TS1M0 |
Windows Vista | 9.1 TS1M3 | 9.4 TS1M0 |
64-bit Enabled AIX | 9.1 TS1M3 | 9.4 TS1M0 |
64-bit Enabled HP-UX | 9.1 TS1M3 | 9.4 TS1M0 |
64-bit Enabled Solaris | 9.1 TS1M3 | 9.4 TS1M0 |
HP-UX IPF | 9.1 TS1M3 | 9.4 TS1M0 |
Linux | 9.1 TS1M3 | 9.4 TS1M0 |
OpenVMS Alpha | 9.1 TS1M3 | 9.4 TS1M0 |
Solaris for x64 | 9.1 TS1M3 | 9.4 TS1M0 |
Tru64 UNIX | 9.1 TS1M3 | 9.4 TS1M0 |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
The sample code below runs on Windows.
Change the directories to the syntax required for your operating system.
/* define directories C:\temp, c:\temp\a, c:\temp\b */
/* to replicate problem */
filename armlog "c:\temp\test.arm.txt";
options armloc=armlog armsubsys=(ARM_ALL);
libname x ("c:\temp\a","c:\temp\b");
data x.a;
a=1;
run;
When code below is run, you get ARM log containing:
I,1539892170.586000,1,0.390625,1.609375,SAS,sasjrs
G,1539892170.586000,1,1,MVA_DSIO.OPEN_CLOSE,DATA SET
OPEN/CLOSE,LIBNAME,ShortStr,MEMTYPE,ShortStr,MEMNAME,LongStr
G,1539892170.586000,1,2,PROCEDURE,PROC START/STOP,PROC NAME,ShortStr
S,1539892170.586000,1,2,1,0.390625,1.609375,DATASTEP
S,1539892170.633000,1,1,2,0.406250,1.640625,#C00042 ,DATA ,A
U,1539892170.633000,1,1,2,0.406250,1.640625,2,VAR(1,a),DEF
P,1539892170.649000,1,1,2,0.406250,1.656250,0,X ,DATA ,A
P,1539892170.649000,1,2,1,0.406250,1.656250,0
When concatenated SAS libraries are used with ARMSUBSYS=(ARM_ALL), the ARM log contains an incorrect LIBREF
Type: | Problem Note |
Priority: | medium |
Date Modified: | 2008-12-16 16:12:10 |
Date Created: | 2008-11-18 12:33:04 |