<?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: SAS Invalid Option in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SAS-Invalid-Option/m-p/699144#M213863</link>
    <description>Hello KurtBremser. Thank you for responding. I tried this code:&lt;BR /&gt;&lt;BR /&gt;proc append&lt;BR /&gt;base=td.vcm (fastload=yes sessions=4)&lt;BR /&gt;data=alldata&lt;BR /&gt;force;&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;BUt i'm receiving this error:&lt;BR /&gt;&lt;BR /&gt;ERROR: Teradata connection: No more room in database BMGU_ROSA_TST. Correct error and restart as an APPEND process with option&lt;BR /&gt;TPT_RESTART=YES. Since no checkpoints were taken, if the previous run used FIRSTOBS=n, use the same value in the restart.&lt;BR /&gt;&lt;BR /&gt;OUr teradata database has enough space though. May I know how to fix this?</description>
    <pubDate>Mon, 16 Nov 2020 14:02:24 GMT</pubDate>
    <dc:creator>iSAS</dc:creator>
    <dc:date>2020-11-16T14:02:24Z</dc:date>
    <item>
      <title>SAS Invalid Option</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Invalid-Option/m-p/699136#M213858</link>
      <description>&lt;P&gt;When i'm running the below query:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data alldata (dbcreate_table_opts='primary index(Detection_Strat_ID,End_Date)');&lt;BR /&gt;set table1 table2;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm having this error:&lt;/P&gt;&lt;P&gt;26 data alldata (dbcreate_table_opts='primary index(Detection_Strat_ID,End_Date)');&lt;BR /&gt;___________________&lt;BR /&gt;22&lt;BR /&gt;ERROR 22-7: Invalid option name DBCREATE_TABLE_OPTS.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;May I know how to fix this? Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 16 Nov 2020 13:52:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Invalid-Option/m-p/699136#M213858</guid>
      <dc:creator>iSAS</dc:creator>
      <dc:date>2020-11-16T13:52:19Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Invalid Option</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Invalid-Option/m-p/699139#M213860</link>
      <description>&lt;P&gt;This option cannot be used with an ordinary SAS DATA step.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;It can be used with the &lt;A href="https://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.5&amp;amp;docsetId=ds2ref&amp;amp;docsetTarget=n0t0ndcsjh77d0n1xgmxohv4pmdk.htm&amp;amp;locale=en" target="_self"&gt;DS2 language&lt;/A&gt; within SAS.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Nov 2020 13:58:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Invalid-Option/m-p/699139#M213860</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-11-16T13:58:10Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Invalid Option</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Invalid-Option/m-p/699140#M213861</link>
      <description>&lt;P&gt;The dataset option&amp;nbsp;&lt;SPAN&gt;&lt;EM&gt;dbcreate_table_opts&lt;/EM&gt; is valid when SAS/ACCESS for Relational Databases is used, it is not valid for library WORK.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Nov 2020 13:57:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Invalid-Option/m-p/699140#M213861</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-11-16T13:57:11Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Invalid Option</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Invalid-Option/m-p/699144#M213863</link>
      <description>Hello KurtBremser. Thank you for responding. I tried this code:&lt;BR /&gt;&lt;BR /&gt;proc append&lt;BR /&gt;base=td.vcm (fastload=yes sessions=4)&lt;BR /&gt;data=alldata&lt;BR /&gt;force;&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;BUt i'm receiving this error:&lt;BR /&gt;&lt;BR /&gt;ERROR: Teradata connection: No more room in database BMGU_ROSA_TST. Correct error and restart as an APPEND process with option&lt;BR /&gt;TPT_RESTART=YES. Since no checkpoints were taken, if the previous run used FIRSTOBS=n, use the same value in the restart.&lt;BR /&gt;&lt;BR /&gt;OUr teradata database has enough space though. May I know how to fix this?</description>
      <pubDate>Mon, 16 Nov 2020 14:02:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Invalid-Option/m-p/699144#M213863</guid>
      <dc:creator>iSAS</dc:creator>
      <dc:date>2020-11-16T14:02:24Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Invalid Option</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Invalid-Option/m-p/699154#M213869</link>
      <description>&lt;P&gt;A search for that message led me to this accepted solution here on the communities:&amp;nbsp;&lt;A href="https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-Teradata-insert-No-more-room-in-database/m-p/442747/highlight/true#M28565" target="_blank" rel="noopener"&gt;https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-Teradata-insert-No-more-room-in-database/m-p/442747/highlight/true#M28565&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See if it is helpful.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Nov 2020 14:32:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Invalid-Option/m-p/699154#M213869</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-11-16T14:32:53Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Invalid Option</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Invalid-Option/m-p/699160#M213871</link>
      <description>&lt;P&gt;Combine your two sets of code.&lt;/P&gt;
&lt;P&gt;Add the options you tried to apply to a SAS dataset to the dataset you are trying to create in your Teradata database.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you don't tell Teradata the primary index then it will pick the first variable in the dataset.&amp;nbsp; If that variable does not have evenly distributed values then you can overload one data/compute node even when the database as a whole has plenty of space.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Nov 2020 14:42:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Invalid-Option/m-p/699160#M213871</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2020-11-16T14:42:26Z</dc:date>
    </item>
  </channel>
</rss>

