<?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 Remove &amp;quot;.&amp;quot; in Variable Name in SAS in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Remove-quot-quot-in-Variable-Name-in-SAS/m-p/818852#M40866</link>
    <description>&lt;P&gt;I need to use SAS EG 8 to work on some tables. however in each variable name has ".",how to remove them?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example ,&amp;nbsp; table name is T1, the variable name in T1 is like T1.V1, T1.V2 and so on..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;</description>
    <pubDate>Fri, 17 Jun 2022 16:17:20 GMT</pubDate>
    <dc:creator>WL2</dc:creator>
    <dc:date>2022-06-17T16:17:20Z</dc:date>
    <item>
      <title>Remove "." in Variable Name in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Remove-quot-quot-in-Variable-Name-in-SAS/m-p/818852#M40866</link>
      <description>&lt;P&gt;I need to use SAS EG 8 to work on some tables. however in each variable name has ".",how to remove them?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example ,&amp;nbsp; table name is T1, the variable name in T1 is like T1.V1, T1.V2 and so on..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jun 2022 16:17:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Remove-quot-quot-in-Variable-Name-in-SAS/m-p/818852#M40866</guid>
      <dc:creator>WL2</dc:creator>
      <dc:date>2022-06-17T16:17:20Z</dc:date>
    </item>
    <item>
      <title>Re: Remove "." in Variable Name in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Remove-quot-quot-in-Variable-Name-in-SAS/m-p/818856#M40867</link>
      <description>&lt;P&gt;Really?&amp;nbsp; That looks like the way you would reference a variable named V1 from a table named T1 in SQL code.&amp;nbsp; Are you sure the actual variable have those named? Run PROC CONTENTS to confirm that those are the actual variable names.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you do have variable names like that which do NOT follow normal naming conventions you will need to reference them using name literals.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;rename "t1.v1"n=v1;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jun 2022 16:24:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Remove-quot-quot-in-Variable-Name-in-SAS/m-p/818856#M40867</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2022-06-17T16:24:10Z</dc:date>
    </item>
    <item>
      <title>Re: Remove "." in Variable Name in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Remove-quot-quot-in-Variable-Name-in-SAS/m-p/818857#M40868</link>
      <description>&lt;P&gt;Did you create the data sets?&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jun 2022 16:24:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Remove-quot-quot-in-Variable-Name-in-SAS/m-p/818857#M40868</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2022-06-17T16:24:05Z</dc:date>
    </item>
    <item>
      <title>Re: Remove "." in Variable Name in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Remove-quot-quot-in-Variable-Name-in-SAS/m-p/818858#M40869</link>
      <description>&lt;P&gt;That sounds like an alias that's used in SQL. Can you provide more context on what is happening here and what you're trying to do.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In SQL you will often alias a table as t1, and then t1.v1 is a variable, v1, from table t1 because different tables can have the same names.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jun 2022 16:24:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Remove-quot-quot-in-Variable-Name-in-SAS/m-p/818858#M40869</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2022-06-17T16:24:14Z</dc:date>
    </item>
  </channel>
</rss>

