<?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: Period in oracle table name in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Period-in-oracle-table-name/m-p/706283#M216762</link>
    <description>This worked. Thank you!</description>
    <pubDate>Wed, 16 Dec 2020 11:59:56 GMT</pubDate>
    <dc:creator>hmadams</dc:creator>
    <dc:date>2020-12-16T11:59:56Z</dc:date>
    <item>
      <title>Period in oracle table name</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Period-in-oracle-table-name/m-p/706201#M216727</link>
      <description>&lt;P&gt;I have an oracle table with a period in the name. How do I get the data into SAS? I have tried...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Libname testlib oracle user='xxxxx' password='xxxxx' path='xxxxx' show_synonyms=YES;&lt;BR /&gt;data table_without_period;&lt;BR /&gt;set testlib.table_name.with_period;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And I have tried...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Libname testlib oracle user='xxxxx' password='xxxxx' path='xxxxx' show_synonyms=YES;&lt;BR /&gt;data table_without_period;&lt;BR /&gt;set testlib.'table_name.with_period'n;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Dec 2020 03:41:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Period-in-oracle-table-name/m-p/706201#M216727</guid>
      <dc:creator>hmadams</dc:creator>
      <dc:date>2020-12-16T03:41:57Z</dc:date>
    </item>
    <item>
      <title>Re: Period in oracle table name</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Period-in-oracle-table-name/m-p/706207#M216730</link>
      <description>&lt;BLOCKQUOTE&gt;
&lt;P&gt;And I have tried...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Libname testlib oracle user='xxxxx' password='xxxxx' path='xxxxx' show_synonyms=YES;&lt;BR /&gt;data table_without_period;&lt;BR /&gt;set testlib.'table_name.with_period'n;&lt;BR /&gt;run;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;What comes back?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have you tried&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sql;
  connect using TESTLIB;
  create table WANT as select * from connection to TESTLIB ( 
    select * from table_name.with_period
  );
quit;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Dec 2020 04:55:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Period-in-oracle-table-name/m-p/706207#M216730</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2020-12-16T04:55:41Z</dc:date>
    </item>
    <item>
      <title>Re: Period in oracle table name</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Period-in-oracle-table-name/m-p/706283#M216762</link>
      <description>This worked. Thank you!</description>
      <pubDate>Wed, 16 Dec 2020 11:59:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Period-in-oracle-table-name/m-p/706283#M216762</guid>
      <dc:creator>hmadams</dc:creator>
      <dc:date>2020-12-16T11:59:56Z</dc:date>
    </item>
  </channel>
</rss>

