<?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: What is a contributing table error? in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/What-is-a-contributing-table-error/m-p/820665#M34839</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/391779"&gt;@Sandeep77&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The error message indicates that your code contains unwanted characters that only look like blanks: one preceding "&lt;FONT face="courier new,courier"&gt;tnkey&lt;/FONT&gt;" (note the double space between that name and the SELECT keyword) and one following "&lt;FONT face="courier new,courier"&gt;tntype&lt;/FONT&gt;". Delete these characters in your code and retype ordinary blanks where necessary.&lt;/P&gt;</description>
    <pubDate>Tue, 28 Jun 2022 11:52:44 GMT</pubDate>
    <dc:creator>FreelanceReinh</dc:creator>
    <dc:date>2022-06-28T11:52:44Z</dc:date>
    <item>
      <title>What is a contributing table error?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/What-is-a-contributing-table-error/m-p/820662#M34837</link>
      <description>&lt;P&gt;Hi Expert,&lt;/P&gt;
&lt;P&gt;I am trying&amp;nbsp; to find some information from the database and I feel that I have correctly written the code but I am getting error as following columns were not found in the contributing tables. I checked the columns in telephonenumbers database and these columns are available in the telephonenumber tables. Please suggest what is the error.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sql;
create table phone_numbers as
select &amp;nbsp;
tnkey as debt_code,
tnphone,
tntype&amp;nbsp;
from p2scflow.telephonenumbers
where tntype = 'D';
quit;

error:

29         proc sql;
30         create table phone_numbers as
31         select &amp;nbsp;tnkey as debt_code,
32         tnphone,
33         tntype&amp;nbsp;
34         from p2scflow.telephonenumbers
35         where tntype = 'D';
ERROR: The following columns were not found in the contributing tables: 'tntype&amp;nbsp;'n, '&amp;nbsp;tnkey'n.
NOTE: PROC SQL set option NOEXEC and will continue to check the syntax of statements.
36         quit;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 28 Jun 2022 10:57:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/What-is-a-contributing-table-error/m-p/820662#M34837</guid>
      <dc:creator>Sandeep77</dc:creator>
      <dc:date>2022-06-28T10:57:34Z</dc:date>
    </item>
    <item>
      <title>Re: What is a contributing table error?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/What-is-a-contributing-table-error/m-p/820665#M34839</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/391779"&gt;@Sandeep77&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The error message indicates that your code contains unwanted characters that only look like blanks: one preceding "&lt;FONT face="courier new,courier"&gt;tnkey&lt;/FONT&gt;" (note the double space between that name and the SELECT keyword) and one following "&lt;FONT face="courier new,courier"&gt;tntype&lt;/FONT&gt;". Delete these characters in your code and retype ordinary blanks where necessary.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jun 2022 11:52:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/What-is-a-contributing-table-error/m-p/820665#M34839</guid>
      <dc:creator>FreelanceReinh</dc:creator>
      <dc:date>2022-06-28T11:52:44Z</dc:date>
    </item>
    <item>
      <title>Re: What is a contributing table error?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/What-is-a-contributing-table-error/m-p/820672#M34840</link>
      <description>Thank you!</description>
      <pubDate>Tue, 28 Jun 2022 12:08:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/What-is-a-contributing-table-error/m-p/820672#M34840</guid>
      <dc:creator>Sandeep77</dc:creator>
      <dc:date>2022-06-28T12:08:24Z</dc:date>
    </item>
  </channel>
</rss>

