<?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: DI Studio 4.901 - Specify NOIPASSTHRU on Extract Transformation? in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/DI-Studio-4-901-Specify-NOIPASSTHRU-on-Extract-Transformation/m-p/316251#M9066</link>
    <description>&lt;P&gt;SAS passes the query down to SPDS automatically unless I specify NOIPASSTHRU (implicit pass-thru this is called).&lt;/P&gt;&lt;P&gt;My problem is that i can't find an option in the extract transformation that prevents the passthru.&lt;/P&gt;&lt;P&gt;There is a NODBIDIRECTEXECT option but this doesn't work for SPDS (i tried).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 02 Dec 2016 13:45:01 GMT</pubDate>
    <dc:creator>bheinsius</dc:creator>
    <dc:date>2016-12-02T13:45:01Z</dc:date>
    <item>
      <title>DI Studio 4.901 - Specify NOIPASSTHRU on Extract Transformation?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/DI-Studio-4-901-Specify-NOIPASSTHRU-on-Extract-Transformation/m-p/315584#M9025</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I need to specify NOIPASSTHRU on the PROC SQL code that the DIS 4.901 Extract transformation generates to prevent query from passing thru to SPDS.&lt;BR /&gt;Any way to do that?&lt;BR /&gt;&lt;BR /&gt;Bart&lt;/P&gt;</description>
      <pubDate>Wed, 30 Nov 2016 16:06:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/DI-Studio-4-901-Specify-NOIPASSTHRU-on-Extract-Transformation/m-p/315584#M9025</guid>
      <dc:creator>bheinsius</dc:creator>
      <dc:date>2016-11-30T16:06:03Z</dc:date>
    </item>
    <item>
      <title>Re: DI Studio 4.901 - Specify NOIPASSTHRU on Extract Transformation?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/DI-Studio-4-901-Specify-NOIPASSTHRU-on-Extract-Transformation/m-p/316209#M9059</link>
      <description>Why would you like to that? Can't really imagine the situation when an extract is better performed by the SAS client. &lt;BR /&gt;The only way I know of is to avoid use the IP=YES LIBNAME option. &lt;BR /&gt;But that can be quite awkward in a metadata environment if you wish to use IP=YES in other situations.</description>
      <pubDate>Fri, 02 Dec 2016 11:11:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/DI-Studio-4-901-Specify-NOIPASSTHRU-on-Extract-Transformation/m-p/316209#M9059</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2016-12-02T11:11:01Z</dc:date>
    </item>
    <item>
      <title>Re: DI Studio 4.901 - Specify NOIPASSTHRU on Extract Transformation?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/DI-Studio-4-901-Specify-NOIPASSTHRU-on-Extract-Transformation/m-p/316236#M9063</link>
      <description>&lt;P&gt;By default all commands are carried out in the SAS engine so you should be okay. As part of a PROC SQL statement you need to stipulate that the SQL is being passed through to the database server. e.g. below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc sql outobs=15;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; connect to oracle as ora2 (user=&lt;SPAN class="xis-userSuppliedValue"&gt;user-id&lt;/SPAN&gt; password=&lt;SPAN class="xis-userSuppliedValue"&gt;password&lt;/SPAN&gt;);&lt;BR /&gt;&amp;nbsp;&amp;nbsp; select * from connection to ora2 (select lname, fname, state from staff);&lt;BR /&gt;&amp;nbsp;&amp;nbsp; disconnect from ora2;&lt;BR /&gt;quit;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You could try and lock this down even further by tightening how your Library connects to the DB&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/acreldb/63647/HTML/default/viewer.htm#a001342247.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/acreldb/63647/HTML/default/viewer.htm#a001342247.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Dec 2016 12:48:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/DI-Studio-4-901-Specify-NOIPASSTHRU-on-Extract-Transformation/m-p/316236#M9063</guid>
      <dc:creator>David_Luttrell</dc:creator>
      <dc:date>2016-12-02T12:48:55Z</dc:date>
    </item>
    <item>
      <title>Re: DI Studio 4.901 - Specify NOIPASSTHRU on Extract Transformation?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/DI-Studio-4-901-Specify-NOIPASSTHRU-on-Extract-Transformation/m-p/316249#M9064</link>
      <description>&lt;P&gt;SPDS still uses SQL optimizer from SAS 6.12&lt;/P&gt;&lt;P&gt;Some queries run much faster when processed by SAS 9.4. Mine goes from 2 minutes to 18 seconds when not passing through.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Dec 2016 13:41:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/DI-Studio-4-901-Specify-NOIPASSTHRU-on-Extract-Transformation/m-p/316249#M9064</guid>
      <dc:creator>bheinsius</dc:creator>
      <dc:date>2016-12-02T13:41:43Z</dc:date>
    </item>
    <item>
      <title>Re: DI Studio 4.901 - Specify NOIPASSTHRU on Extract Transformation?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/DI-Studio-4-901-Specify-NOIPASSTHRU-on-Extract-Transformation/m-p/316251#M9066</link>
      <description>&lt;P&gt;SAS passes the query down to SPDS automatically unless I specify NOIPASSTHRU (implicit pass-thru this is called).&lt;/P&gt;&lt;P&gt;My problem is that i can't find an option in the extract transformation that prevents the passthru.&lt;/P&gt;&lt;P&gt;There is a NODBIDIRECTEXECT option but this doesn't work for SPDS (i tried).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Dec 2016 13:45:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/DI-Studio-4-901-Specify-NOIPASSTHRU-on-Extract-Transformation/m-p/316251#M9066</guid>
      <dc:creator>bheinsius</dc:creator>
      <dc:date>2016-12-02T13:45:01Z</dc:date>
    </item>
    <item>
      <title>Re: DI Studio 4.901 - Specify NOIPASSTHRU on Extract Transformation?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/DI-Studio-4-901-Specify-NOIPASSTHRU-on-Extract-Transformation/m-p/350514#M10426</link>
      <description>&lt;P&gt;I changed&amp;nbsp;from the SQL Extract to the SQL Join transformation and not joining anything, which lets me specify proc sql options.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Apr 2017 14:19:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/DI-Studio-4-901-Specify-NOIPASSTHRU-on-Extract-Transformation/m-p/350514#M10426</guid>
      <dc:creator>bheinsius</dc:creator>
      <dc:date>2017-04-17T14:19:57Z</dc:date>
    </item>
  </channel>
</rss>

