<?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: Column not Accepted when Creating Oracle Table from SAS Dataset in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Column-not-Accepted-when-Creating-Oracle-Table-from-SAS-Dataset/m-p/437722#M109047</link>
    <description>&lt;P&gt;Same error.&amp;nbsp; I think Oracle is more restrictive than SAS, looking into the restriction is tricky.&lt;/P&gt;</description>
    <pubDate>Thu, 15 Feb 2018 18:44:16 GMT</pubDate>
    <dc:creator>DavidPhillips2</dc:creator>
    <dc:date>2018-02-15T18:44:16Z</dc:date>
    <item>
      <title>Column not Accepted when Creating Oracle Table from SAS Dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Column-not-Accepted-when-Creating-Oracle-Table-from-SAS-Dataset/m-p/437713#M109039</link>
      <description>&lt;P&gt;When I try to write a SAS dataset from SAS to Oracle I receive the error message:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ERROR: Error attempting to CREATE a DBMS table. ERROR: ORACLE execute error: ORA-00907: missing right parenthesis..&lt;/P&gt;
&lt;P&gt;This might be due to the column names that I am trying to import.&amp;nbsp; Oddly there is no ‘(‘ in the column names.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The list of column names is attached.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2018 18:08:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Column-not-Accepted-when-Creating-Oracle-Table-from-SAS-Dataset/m-p/437713#M109039</guid>
      <dc:creator>DavidPhillips2</dc:creator>
      <dc:date>2018-02-15T18:08:19Z</dc:date>
    </item>
    <item>
      <title>Re: Column not Accepted when Creating Oracle Table from SAS Dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Column-not-Accepted-when-Creating-Oracle-Table-from-SAS-Dataset/m-p/437718#M109044</link>
      <description>&lt;P&gt;try options validvarname = any;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2018 18:37:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Column-not-Accepted-when-Creating-Oracle-Table-from-SAS-Dataset/m-p/437718#M109044</guid>
      <dc:creator>kiranv_</dc:creator>
      <dc:date>2018-02-15T18:37:06Z</dc:date>
    </item>
    <item>
      <title>Re: Column not Accepted when Creating Oracle Table from SAS Dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Column-not-Accepted-when-Creating-Oracle-Table-from-SAS-Dataset/m-p/437720#M109045</link>
      <description>&lt;DIV&gt;Do use at the top of the script, like?&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;options validvarname = any;&lt;/DIV&gt;
&lt;DIV&gt;libname ods oracle user=xxx password="xxxx"&amp;nbsp; path=ods1 schema=xxxx dbserver_max_bytes=1;&lt;/DIV&gt;</description>
      <pubDate>Thu, 15 Feb 2018 18:41:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Column-not-Accepted-when-Creating-Oracle-Table-from-SAS-Dataset/m-p/437720#M109045</guid>
      <dc:creator>DavidPhillips2</dc:creator>
      <dc:date>2018-02-15T18:41:39Z</dc:date>
    </item>
    <item>
      <title>Re: Column not Accepted when Creating Oracle Table from SAS Dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Column-not-Accepted-when-Creating-Oracle-Table-from-SAS-Dataset/m-p/437721#M109046</link>
      <description>&lt;P&gt;ya. try that&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2018 18:42:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Column-not-Accepted-when-Creating-Oracle-Table-from-SAS-Dataset/m-p/437721#M109046</guid>
      <dc:creator>kiranv_</dc:creator>
      <dc:date>2018-02-15T18:42:13Z</dc:date>
    </item>
    <item>
      <title>Re: Column not Accepted when Creating Oracle Table from SAS Dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Column-not-Accepted-when-Creating-Oracle-Table-from-SAS-Dataset/m-p/437722#M109047</link>
      <description>&lt;P&gt;Same error.&amp;nbsp; I think Oracle is more restrictive than SAS, looking into the restriction is tricky.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2018 18:44:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Column-not-Accepted-when-Creating-Oracle-Table-from-SAS-Dataset/m-p/437722#M109047</guid>
      <dc:creator>DavidPhillips2</dc:creator>
      <dc:date>2018-02-15T18:44:16Z</dc:date>
    </item>
    <item>
      <title>Re: Column not Accepted when Creating Oracle Table from SAS Dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Column-not-Accepted-when-Creating-Oracle-Table-from-SAS-Dataset/m-p/437723#M109048</link>
      <description>&lt;P&gt;try this one last time&amp;nbsp;PRESERVE_COL_NAMES = Yes&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2018 18:47:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Column-not-Accepted-when-Creating-Oracle-Table-from-SAS-Dataset/m-p/437723#M109048</guid>
      <dc:creator>kiranv_</dc:creator>
      <dc:date>2018-02-15T18:47:29Z</dc:date>
    </item>
    <item>
      <title>Re: Column not Accepted when Creating Oracle Table from SAS Dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Column-not-Accepted-when-Creating-Oracle-Table-from-SAS-Dataset/m-p/437725#M109050</link>
      <description>&lt;P&gt;The below worked:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc sql;&lt;BR /&gt; create table ods.OPDS_IPEDS_MULTI_INST (PRESERVE_COL_NAMES = Yes) as&lt;BR /&gt; select * from yearsCombined;&lt;BR /&gt;quit;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your help with this.&amp;nbsp; I having a hard time researching this one.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2018 18:54:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Column-not-Accepted-when-Creating-Oracle-Table-from-SAS-Dataset/m-p/437725#M109050</guid>
      <dc:creator>DavidPhillips2</dc:creator>
      <dc:date>2018-02-15T18:54:32Z</dc:date>
    </item>
  </channel>
</rss>

