Problem Note 42655: Using SAS® Enterprise Guide® to assign DB2 libraries in the z/OS operating environment might display the USER= and PASSWORD= options in the SAS log
Under z/OS, when you use SAS Enterprise Guide 4.1 to assign a DB2 library with the METADATA LIBNAME engine, the SAS log might display the USER= and PASSWORD= options.
Click the Hot Fix tab in this note to access the hot fix for this issue.
After you apply the hot fix, you also need to add the following option to the seguide.exe.config file that is found in the C:\Program Files\SAS\Enterprise Guide 4 directory:
<add key="SuppressEclibAssignMacro" value="true"/>
When you add the option, the seguide.exe.config file appears as follows:
<?xml version="1.0" encoding="utf-8"> <configuration>
<startup>
<supportedRuntime version="v1.1.4322"/>
<requiredRuntime version="v1.1.4322"/>
</startup>
<appSettings>
<add key="SuppressEclibAssignMacro" value="true"/>
<!-- <add key="ProjectLogMaxSize" value="5000" /> -->
</appSettings>
<!--
<system.diagnostics>
<trace autoflush="true" indentsize="2">
<listeners>
<add name="JobManagerSpy"
type="SAS.EG.JobManagement.JobSpyTraceListener,SAS.EG.JobManagement"/>
</listeners>
</trace>
<switches>
<add name="JobManagerSpy" value="0" />
</switches>
</system.diagnostics>
-->
</configuration>
Operating System and Release Information
SAS System | SAS Enterprise Guide | Microsoft Windows 2000 Advanced Server | 4.1 | 4.1 | 9.1 TS1M3 SP4 | 9.1 TS1M3 SP4 |
Microsoft Windows 2000 Datacenter Server | 4.1 | 4.1 | 9.1 TS1M3 SP4 | 9.1 TS1M3 SP4 |
Microsoft Windows 2000 Server | 4.1 | 4.1 | 9.1 TS1M3 SP4 | 9.1 TS1M3 SP4 |
Microsoft Windows 2000 Professional | 4.1 | 4.1 | 9.1 TS1M3 SP4 | 9.1 TS1M3 SP4 |
Microsoft Windows NT Workstation | 4.1 | 4.1 | 9.1 TS1M3 SP4 | 9.1 TS1M3 SP4 |
Microsoft Windows Server 2003 Datacenter Edition | 4.1 | 4.1 | 9.1 TS1M3 SP4 | 9.1 TS1M3 SP4 |
Microsoft Windows Server 2003 Enterprise Edition | 4.1 | 4.1 | 9.1 TS1M3 SP4 | 9.1 TS1M3 SP4 |
Microsoft Windows Server 2003 Standard Edition | 4.1 | 4.1 | 9.1 TS1M3 SP4 | 9.1 TS1M3 SP4 |
Microsoft Windows XP Professional | 4.1 | 4.1 | 9.1 TS1M3 SP4 | 9.1 TS1M3 SP4 |
Windows Vista | 4.1 | 4.1 | 9.1 TS1M3 SP4 | 9.1 TS1M3 SP4 |
*
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.
Type: | Problem Note |
Priority: | medium |
Date Modified: | 2011-07-06 07:23:56 |
Date Created: | 2011-03-10 13:13:28 |