<?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: Variable X is uninitialized in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Variable-X-is-uninitialized/m-p/587723#M14731</link>
    <description>&lt;P&gt;You have renamed the&lt;CODE class="  language-sas"&gt;&amp;nbsp;b&lt;SPAN class="token punctuation"&gt;.&lt;/SPAN&gt;idcode as cite_com in proc sql so you need to use&amp;nbsp;cite_com=' '&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sql; create table want
as select a.*, b.idcode as cite_com
from have1 as a, have2 as b
where a.Var1=b.Var2;
quit; 

data want;
set want;
label cite_com = ' ';
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 11 Sep 2019 05:43:23 GMT</pubDate>
    <dc:creator>Jagadishkatam</dc:creator>
    <dc:date>2019-09-11T05:43:23Z</dc:date>
    <item>
      <title>Variable X is uninitialized</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Variable-X-is-uninitialized/m-p/587718#M14730</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I used the code below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Idcode is the label for cite_come so that column showed "idcode". I tried to remove the label but there is a note saying "Variable idcode is uninitialized". How can I solve this issue? Thanks.&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sql; create table want
as select a.*, b.idcode as cite_com
from have1 as a, have2 as b
where a.Var1=b.Var2;
quit; 

data want;
set want;
label idcode = ' ';
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Sep 2019 04:22:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Variable-X-is-uninitialized/m-p/587718#M14730</guid>
      <dc:creator>dapenDaniel</dc:creator>
      <dc:date>2019-09-11T04:22:16Z</dc:date>
    </item>
    <item>
      <title>Re: Variable X is uninitialized</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Variable-X-is-uninitialized/m-p/587723#M14731</link>
      <description>&lt;P&gt;You have renamed the&lt;CODE class="  language-sas"&gt;&amp;nbsp;b&lt;SPAN class="token punctuation"&gt;.&lt;/SPAN&gt;idcode as cite_com in proc sql so you need to use&amp;nbsp;cite_com=' '&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sql; create table want
as select a.*, b.idcode as cite_com
from have1 as a, have2 as b
where a.Var1=b.Var2;
quit; 

data want;
set want;
label cite_com = ' ';
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Sep 2019 05:43:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Variable-X-is-uninitialized/m-p/587723#M14731</guid>
      <dc:creator>Jagadishkatam</dc:creator>
      <dc:date>2019-09-11T05:43:23Z</dc:date>
    </item>
  </channel>
</rss>

