<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Proc SQL left join warning message in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Proc-SQL-left-join-warning-message/m-p/564567#M158380</link>
    <description>&lt;P&gt;Remove B.subjid from the select columns. You don't need it since it is already in table ct.&lt;/P&gt;</description>
    <pubDate>Fri, 07 Jun 2019 20:04:56 GMT</pubDate>
    <dc:creator>PGStats</dc:creator>
    <dc:date>2019-06-07T20:04:56Z</dc:date>
    <item>
      <title>Proc SQL left join warning message</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-SQL-left-join-warning-message/m-p/564564#M158378</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need help removing this warning log message:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;"WARNING: Variable USUBJID already exists on file WORK.DS0."&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've searched for answers in other posts but nothing was able to fix.&amp;nbsp; Can anyone help me?? Thanks.&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sql noprint;  
	create table DS0 as
	select A.* ,B.USUBJID, B.RFSTDTC, B.RFENDTC, B.RFXSTDTC, B.RFXENDTC 
	from ct as A left join&lt;BR /&gt;             sdtm.dm as B 
	on A.usubjid = B.usubjid;
quit;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jun 2019 20:00:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-SQL-left-join-warning-message/m-p/564564#M158378</guid>
      <dc:creator>HitmonTran</dc:creator>
      <dc:date>2019-06-07T20:00:13Z</dc:date>
    </item>
    <item>
      <title>Re: Proc SQL left join warning message</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-SQL-left-join-warning-message/m-p/564567#M158380</link>
      <description>&lt;P&gt;Remove B.subjid from the select columns. You don't need it since it is already in table ct.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jun 2019 20:04:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-SQL-left-join-warning-message/m-p/564567#M158380</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2019-06-07T20:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: Proc SQL left join warning message</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-SQL-left-join-warning-message/m-p/564573#M158382</link>
      <description>wow thanks PGStats! I spend a couple hours reading and testing different solutions until I decided to post. Thank you! you made my Friday</description>
      <pubDate>Fri, 07 Jun 2019 20:30:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-SQL-left-join-warning-message/m-p/564573#M158382</guid>
      <dc:creator>HitmonTran</dc:creator>
      <dc:date>2019-06-07T20:30:25Z</dc:date>
    </item>
  </channel>
</rss>

