<?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 Studio query builder in SAS Studio</title>
    <link>https://communities.sas.com/t5/SAS-Studio/SAS-Studio-query-builder/m-p/468427#M5684</link>
    <description>&lt;P&gt;Please could you provide the code? I have the same problem. Thanks&lt;/P&gt;</description>
    <pubDate>Thu, 07 Jun 2018 15:58:47 GMT</pubDate>
    <dc:creator>vazmena1</dc:creator>
    <dc:date>2018-06-07T15:58:47Z</dc:date>
    <item>
      <title>SAS Studio query builder</title>
      <link>https://communities.sas.com/t5/SAS-Studio/SAS-Studio-query-builder/m-p/266321#M443</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Is there a way of creating calculated columns with the query builder in SAS Studio (SAS9.4 M2 for Linux) like there is in Enterprise Guide? It's pretty useless as a query tool without it!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Apr 2016 09:44:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/SAS-Studio-query-builder/m-p/266321#M443</guid>
      <dc:creator>stephenjdunn</dc:creator>
      <dc:date>2016-04-26T09:44:36Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Studio query builder</title>
      <link>https://communities.sas.com/t5/SAS-Studio/SAS-Studio-query-builder/m-p/266322#M444</link>
      <description>&lt;P&gt;I can't see a way by default, but the code generated is below and can be modified, so you can add your computed column directly to the code.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This doesn't mean one doesn't exist - just that it's not intuitively obvious.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Annoying, but easily worked around for sure.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Apr 2016 09:52:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/SAS-Studio-query-builder/m-p/266322#M444</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-04-26T09:52:13Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Studio query builder</title>
      <link>https://communities.sas.com/t5/SAS-Studio/SAS-Studio-query-builder/m-p/266324#M445</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I can see you can generate code and edit it but it sort of destroys the point of visual programming. Odd that they have not incorporated such a basic feature. It makes it a hard sell to get the team to use visual programming if the functionality is very low.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Apr 2016 10:24:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/SAS-Studio-query-builder/m-p/266324#M445</guid>
      <dc:creator>stephenjdunn</dc:creator>
      <dc:date>2016-04-26T10:24:15Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Studio query builder</title>
      <link>https://communities.sas.com/t5/SAS-Studio/SAS-Studio-query-builder/m-p/468427#M5684</link>
      <description>&lt;P&gt;Please could you provide the code? I have the same problem. Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jun 2018 15:58:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/SAS-Studio-query-builder/m-p/468427#M5684</guid>
      <dc:creator>vazmena1</dc:creator>
      <dc:date>2018-06-07T15:58:47Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Studio query builder</title>
      <link>https://communities.sas.com/t5/SAS-Studio/SAS-Studio-query-builder/m-p/468499#M5689</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/214248"&gt;@vazmena1&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Please could you provide the code? I have the same problem. Thanks&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Please post a new question, not add on to a several year old one.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Build your code using the query builder and then copy the code to a code node. Then manually add in the calcuations you want.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It follows the format below, in red, with the BMI calculation.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sql;
create table WANT as
select age, name, weight,  &lt;FONT color="#FF0000"&gt; weight/height**2 as BMI &lt;/FONT&gt;
from sashelp.class;
quit;&lt;/CODE&gt;&amp;nbsp;&amp;nbsp;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jun 2018 19:20:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/SAS-Studio-query-builder/m-p/468499#M5689</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-06-07T19:20:43Z</dc:date>
    </item>
  </channel>
</rss>

