<?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 Explicit pass-through with &amp;quot;insert&amp;quot; in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/Explicit-pass-through-with-quot-insert-quot/m-p/296714#M8370</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;is there an explicit pass through equivalent for:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;Insert Into stage.Table Select * From SASLib.Table;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;using SAS/ACCESS to ODBC?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&amp;amp;kind regards&lt;/P&gt;</description>
    <pubDate>Tue, 06 Sep 2016 12:29:13 GMT</pubDate>
    <dc:creator>user24feb</dc:creator>
    <dc:date>2016-09-06T12:29:13Z</dc:date>
    <item>
      <title>Explicit pass-through with "insert"</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Explicit-pass-through-with-quot-insert-quot/m-p/296714#M8370</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;is there an explicit pass through equivalent for:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;Insert Into stage.Table Select * From SASLib.Table;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;using SAS/ACCESS to ODBC?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&amp;amp;kind regards&lt;/P&gt;</description>
      <pubDate>Tue, 06 Sep 2016 12:29:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Explicit-pass-through-with-quot-insert-quot/m-p/296714#M8370</guid>
      <dc:creator>user24feb</dc:creator>
      <dc:date>2016-09-06T12:29:13Z</dc:date>
    </item>
    <item>
      <title>Re: Explicit pass-through with "insert"</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Explicit-pass-through-with-quot-insert-quot/m-p/296750#M8373</link>
      <description>Not really.&lt;BR /&gt;If you have the necessary permission you could load a temporary table first, and then issue the insert from an execute block.&lt;BR /&gt;But why?</description>
      <pubDate>Tue, 06 Sep 2016 14:28:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Explicit-pass-through-with-quot-insert-quot/m-p/296750#M8373</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2016-09-06T14:28:09Z</dc:date>
    </item>
    <item>
      <title>Re: Explicit pass-through with "insert"</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Explicit-pass-through-with-quot-insert-quot/m-p/296751#M8374</link>
      <description>&lt;P&gt;.. because the SQL-name exceeds 32 characters (the easy solution is of course to change the names on the SQL-server).&lt;/P&gt;</description>
      <pubDate>Tue, 06 Sep 2016 14:37:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Explicit-pass-through-with-quot-insert-quot/m-p/296751#M8374</guid>
      <dc:creator>user24feb</dc:creator>
      <dc:date>2016-09-06T14:37:08Z</dc:date>
    </item>
    <item>
      <title>Re: Explicit pass-through with "insert"</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Explicit-pass-through-with-quot-insert-quot/m-p/296808#M8376</link>
      <description>&lt;P&gt;...and there's indeed a valid reason.&lt;/P&gt;
&lt;P&gt;If that's an option, reducing DBMS name length will help&amp;nbsp;interoperability in the long run.&lt;/P&gt;
&lt;P&gt;Another option would be creating views, if your DB support those for insert operations.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Sep 2016 19:26:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Explicit-pass-through-with-quot-insert-quot/m-p/296808#M8376</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2016-09-06T19:26:38Z</dc:date>
    </item>
  </channel>
</rss>

