Problem Note 43432: Duplicate join criteria is shown in the SASMarketingAutomationCore5.3.log
Using an explicit join creates duplicate join criteria in the SQL statements that are generated by SAS® Marketing Automation.
The following example illustrates this behavior. The subject table based on "ID_Key" is joined three times:
proc sql;
create table work.ma0 as select (count(*)) as DII_1 label=''
from
(select distinct table0.ID_KEY as ID_KEY label='Id Key' format=F20.0
from
PNCUSMF1.ID_S table0 inner join dbtmplib.T1001040000001DHOQ1XPUH5XKKAAA
table1 on table1.ID_KEY = table0.ID_KEY and table1.ID_KEY=table0.ID_KEY and
table1.ID_KEY= table0.ID_KEY
where
table0.L3MO_VISIT_CNT >= 3.0
) table2;
quit;
There is no workaround for the problem.
Click the Hot Fix tab in this note to access the hot fix for this issue.
Operating System and Release Information
SAS System | SAS Marketing Automation | Microsoft® Windows® for 64-Bit Itanium-based Systems | 5.3_M3 | 5.4 | 9.2 TS2M3 | 9.2 TS2M3 |
Microsoft Windows Server 2003 Datacenter 64-bit Edition | 5.3_M3 | 5.4 | 9.2 TS2M3 | 9.2 TS2M3 |
Microsoft Windows Server 2003 Enterprise 64-bit Edition | 5.3_M3 | 5.4 | 9.2 TS2M3 | 9.2 TS2M3 |
Microsoft Windows XP 64-bit Edition | 5.3_M3 | 5.4 | 9.2 TS2M3 | 9.2 TS2M3 |
Microsoft Windows Server 2003 Datacenter Edition | 5.3_M3 | 5.4 | 9.2 TS2M3 | 9.2 TS2M3 |
Microsoft Windows Server 2003 Enterprise Edition | 5.3_M3 | 5.4 | 9.2 TS2M3 | 9.2 TS2M3 |
Microsoft Windows Server 2003 Standard Edition | 5.3_M3 | 5.4 | 9.2 TS2M3 | 9.2 TS2M3 |
Microsoft Windows Server 2003 for x64 | 5.3_M3 | 5.4 | 9.2 TS2M3 | 9.2 TS2M3 |
Microsoft Windows Server 2008 | 5.3_M3 | 5.4 | 9.2 TS2M3 | 9.2 TS2M3 |
Microsoft Windows Server 2008 for x64 | 5.3_M3 | 5.4 | 9.2 TS2M3 | 9.2 TS2M3 |
Microsoft Windows XP Professional | 5.3_M3 | 5.4 | 9.2 TS2M3 | 9.2 TS2M3 |
Windows 7 Enterprise 32 bit | 5.3_M3 | 5.4 | 9.2 TS2M3 | 9.2 TS2M3 |
Windows 7 Enterprise x64 | 5.3_M3 | 5.4 | 9.2 TS2M3 | 9.2 TS2M3 |
Windows 7 Home Premium 32 bit | 5.3_M3 | 5.4 | 9.2 TS2M3 | 9.2 TS2M3 |
Windows 7 Home Premium x64 | 5.3_M3 | 5.4 | 9.2 TS2M3 | 9.2 TS2M3 |
Windows 7 Professional 32 bit | 5.3_M3 | 5.4 | 9.2 TS2M3 | 9.2 TS2M3 |
Windows 7 Professional x64 | 5.3_M3 | 5.4 | 9.2 TS2M3 | 9.2 TS2M3 |
Windows 7 Ultimate 32 bit | 5.3_M3 | 5.4 | 9.2 TS2M3 | 9.2 TS2M3 |
Windows 7 Ultimate x64 | 5.3_M3 | 5.4 | 9.2 TS2M3 | 9.2 TS2M3 |
Windows Vista | 5.3_M3 | 5.4 | 9.2 TS2M3 | 9.2 TS2M3 |
Windows Vista for x64 | 5.3_M3 | 5.4 | 9.2 TS2M3 | 9.2 TS2M3 |
64-bit Enabled AIX | 5.3_M3 | 5.4 | 9.2 TS2M3 | 9.2 TS2M3 |
64-bit Enabled HP-UX | 5.3_M3 | 5.4 | 9.2 TS2M3 | 9.2 TS2M3 |
64-bit Enabled Solaris | 5.3_M3 | 5.4 | 9.2 TS2M3 | 9.2 TS2M3 |
HP-UX IPF | 5.3_M3 | 5.4 | 9.2 TS2M3 | 9.2 TS2M3 |
Linux on Itanium | 5.3_M3 | 5.4 | 9.2 TS2M3 | 9.2 TS2M3 |
*
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-06-17 12:39:00 |
Date Created: | 2011-06-03 11:38:08 |