<?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: Create a custom task like a query builder in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Create-a-custom-task-like-a-query-builder/m-p/505619#M32289</link>
    <description>&lt;P&gt;Another possible option is to use SAS Studio. In my opinion, the custom task functionality is easier to use but less powerful in Studio.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Tom&lt;/P&gt;</description>
    <pubDate>Thu, 18 Oct 2018 15:51:44 GMT</pubDate>
    <dc:creator>TomKari</dc:creator>
    <dc:date>2018-10-18T15:51:44Z</dc:date>
    <item>
      <title>Create a custom task like a query builder</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Create-a-custom-task-like-a-query-builder/m-p/505454#M32275</link>
      <description>&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm working on a custom task.&lt;/P&gt;&lt;P&gt;Because the customer wants to do an operation to throw a query to BigQuery.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Although we are considering offering by custom task, we are thinking whether Query Builder parts can be used.&lt;BR /&gt;Is it possible to use a query builder form such as "join" or "filter" for custom tasks?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Takahashi.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Oct 2018 08:15:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Create-a-custom-task-like-a-query-builder/m-p/505454#M32275</guid>
      <dc:creator>hogego</dc:creator>
      <dc:date>2018-10-18T08:15:25Z</dc:date>
    </item>
    <item>
      <title>Re: Create a custom task like a query builder</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Create-a-custom-task-like-a-query-builder/m-p/505477#M32276</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/206191"&gt;@hogego&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;The master for this topic is certainly &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/4"&gt;@ChrisHemedinger&lt;/a&gt;.&lt;/P&gt;
&lt;P&gt;If you search using keywords plus his name then you'll find a lot of material which might give you direction on how to go about this.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Oct 2018 09:20:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Create-a-custom-task-like-a-query-builder/m-p/505477#M32276</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2018-10-18T09:20:16Z</dc:date>
    </item>
    <item>
      <title>Re: Create a custom task like a query builder</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Create-a-custom-task-like-a-query-builder/m-p/505511#M32282</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/206191"&gt;@hogego&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Unfortunately, none of the built-in query components (join, filter, etc) are available as standalone pieces for use in custom tasks.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;However, if you have SAS/ACCESS to ODBC you may be able to use the EG Query Builder to pull data from BigQuery.&amp;nbsp; BigQuery does support an ODBC connection, and this might work for simple queries.&amp;nbsp; I confess I haven't tried that, but others have discussed this approach on the communities here.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Chris&lt;/P&gt;</description>
      <pubDate>Thu, 18 Oct 2018 12:42:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Create-a-custom-task-like-a-query-builder/m-p/505511#M32282</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2018-10-18T12:42:41Z</dc:date>
    </item>
    <item>
      <title>Re: Create a custom task like a query builder</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Create-a-custom-task-like-a-query-builder/m-p/505619#M32289</link>
      <description>&lt;P&gt;Another possible option is to use SAS Studio. In my opinion, the custom task functionality is easier to use but less powerful in Studio.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Tom&lt;/P&gt;</description>
      <pubDate>Thu, 18 Oct 2018 15:51:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Create-a-custom-task-like-a-query-builder/m-p/505619#M32289</guid>
      <dc:creator>TomKari</dc:creator>
      <dc:date>2018-10-18T15:51:44Z</dc:date>
    </item>
    <item>
      <title>Re: Create a custom task like a query builder</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Create-a-custom-task-like-a-query-builder/m-p/506392#M32323</link>
      <description>&lt;P&gt;Hi Chris.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you for your reply.&lt;BR /&gt;By the way I bought your book.:)&lt;BR /&gt;&lt;BR /&gt;Yes, I confirmed that data can be acquired by ODBC connection.&lt;BR /&gt;However, due to constraints on insertion, it was not possible to populate the Bigquery with data in the Query Builder.&lt;BR /&gt;Google has constraints on the number and frequency of insertions and restrictions on Access to ODBC as DBIDIRECTEXEC and BULKLOAD can not be used.&lt;BR /&gt;&lt;BR /&gt;I would like to create a range possible with standard parts.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;I wish I could add a table&lt;/SPAN&gt;...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Oct 2018 10:33:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Create-a-custom-task-like-a-query-builder/m-p/506392#M32323</guid>
      <dc:creator>hogego</dc:creator>
      <dc:date>2018-10-22T10:33:46Z</dc:date>
    </item>
  </channel>
</rss>

