<?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 Visual Anlytics - Querying in memory table from EG in SAS Visual Analytics</title>
    <link>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-Visual-Anlytics-Querying-in-memory-table-from-EG/m-p/415778#M8759</link>
    <description>&lt;P&gt;Hi Fahim,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope the below weblink is helpful to you:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/vaug/67270/HTML/default/viewer.htm#p0ci6glvfbc1kin1ipn3uae2xnyv.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/vaug/67270/HTML/default/viewer.htm#p0ci6glvfbc1kin1ipn3uae2xnyv.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 23 Nov 2017 09:05:04 GMT</pubDate>
    <dc:creator>sandykota</dc:creator>
    <dc:date>2017-11-23T09:05:04Z</dc:date>
    <item>
      <title>SAS Visual Anlytics - Querying in memory table from EG</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-Visual-Anlytics-Querying-in-memory-table-from-EG/m-p/415741#M8749</link>
      <description>&lt;P&gt;Hi Community members,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Need assistance on one topic.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Product name : SAS Visual Analytics&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Issue : Querying in memory LASR table in SAS.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Description :&lt;/P&gt;
&lt;P&gt;SAS dataset is loaded into memory in Visual Analytics in SAS LASR server and it can be used successfully in SAS VA reports.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Question : Can we query SAS LASR table or in memory table using SAS EG or proc sql or any other way ?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Same question in another way :&amp;nbsp;I am trying to understand whether we can query in memory SAS table any way ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your help in advance, as always.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Fahim&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Nov 2017 06:21:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-Visual-Anlytics-Querying-in-memory-table-from-EG/m-p/415741#M8749</guid>
      <dc:creator>pathanfahim1986</dc:creator>
      <dc:date>2017-11-23T06:21:01Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Visual Anlytics - Querying in memory table from EG</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-Visual-Anlytics-Querying-in-memory-table-from-EG/m-p/415752#M8751</link>
      <description>&lt;P&gt;Yes you can using SAS code, EG, SAS Studio and so on. You can connect to your SAS VA server the same way you connect to any other SAS Compute server. Then if you are using the public LASR server the default LIBNAME for that is LASRLIB. For example:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc print data = LASRLIB.MyLASRTable (obs=10);
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 23 Nov 2017 07:06:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-Visual-Anlytics-Querying-in-memory-table-from-EG/m-p/415752#M8751</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2017-11-23T07:06:16Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Visual Anlytics - Querying in memory table from EG</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-Visual-Anlytics-Querying-in-memory-table-from-EG/m-p/415754#M8752</link>
      <description>&lt;P&gt;Thanks for answer.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Question is : Will execution happen in memory or at standard SASAppVA workspace server ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am looking for method to query in memory table and execution of query should be in memory.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Fahim&lt;/P&gt;</description>
      <pubDate>Thu, 23 Nov 2017 07:12:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-Visual-Anlytics-Querying-in-memory-table-from-EG/m-p/415754#M8752</guid>
      <dc:creator>pathanfahim1986</dc:creator>
      <dc:date>2017-11-23T07:12:47Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Visual Anlytics - Querying in memory table from EG</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-Visual-Anlytics-Querying-in-memory-table-from-EG/m-p/415757#M8753</link>
      <description>&lt;P&gt;Processing happens on the SASAppVA workspace server CPUs but IO is done from LASR memory so in my experience it is fast but not as fast as queries built in SAS VA.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Nov 2017 07:38:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-Visual-Anlytics-Querying-in-memory-table-from-EG/m-p/415757#M8753</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2017-11-23T07:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Visual Anlytics - Querying in memory table from EG</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-Visual-Anlytics-Querying-in-memory-table-from-EG/m-p/415760#M8754</link>
      <description>&lt;P&gt;Also have a look at Proc IMSTAT&lt;/P&gt;
&lt;P&gt;&lt;A href="http://go.documentation.sas.com/?docsetId=inmsref&amp;amp;docsetTarget=p10dosb1fybvpzn1hw38gxuotopk.htm&amp;amp;docsetVersion=2.81&amp;amp;locale=en" target="_blank"&gt;http://go.documentation.sas.com/?docsetId=inmsref&amp;amp;docsetTarget=p10dosb1fybvpzn1hw38gxuotopk.htm&amp;amp;docsetVersion=2.81&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://go.documentation.sas.com/?docsetId=inmsref&amp;amp;docsetTarget=n1l5k6bed95vzqn1a47vafe3q958.htm&amp;amp;docsetVersion=2.81&amp;amp;locale=en" target="_blank"&gt;http://go.documentation.sas.com/?docsetId=inmsref&amp;amp;docsetTarget=n1l5k6bed95vzqn1a47vafe3q958.htm&amp;amp;docsetVersion=2.81&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Using this procedure, processing will be done in the LASR Server&lt;/P&gt;</description>
      <pubDate>Thu, 23 Nov 2017 07:52:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-Visual-Anlytics-Querying-in-memory-table-from-EG/m-p/415760#M8754</guid>
      <dc:creator>BrunoMueller</dc:creator>
      <dc:date>2017-11-23T07:52:44Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Visual Anlytics - Querying in memory table from EG</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-Visual-Anlytics-Querying-in-memory-table-from-EG/m-p/415764#M8757</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/32"&gt;@BrunoMueller&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13976"&gt;@SASKiwi&lt;/a&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I will look at IMSTAT procedure in more details. This answers are helpful.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What I am trying to do is to find out a familiar SQL way to query memory tables in VA either from SAS VA interface or EG and execution should happen in VA memory in place of it uses traditional IO.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any insight on below questions will help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there any interface within SAS VA where we can write down queries same as it is written in SAS EG ? or&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;some simple code within IMSTAT proc , which allows user to write proc sql ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Fahim&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Nov 2017 08:13:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-Visual-Anlytics-Querying-in-memory-table-from-EG/m-p/415764#M8757</guid>
      <dc:creator>pathanfahim1986</dc:creator>
      <dc:date>2017-11-23T08:13:07Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Visual Anlytics - Querying in memory table from EG</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-Visual-Anlytics-Querying-in-memory-table-from-EG/m-p/415778#M8759</link>
      <description>&lt;P&gt;Hi Fahim,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope the below weblink is helpful to you:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/vaug/67270/HTML/default/viewer.htm#p0ci6glvfbc1kin1ipn3uae2xnyv.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/vaug/67270/HTML/default/viewer.htm#p0ci6glvfbc1kin1ipn3uae2xnyv.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Nov 2017 09:05:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-Visual-Anlytics-Querying-in-memory-table-from-EG/m-p/415778#M8759</guid>
      <dc:creator>sandykota</dc:creator>
      <dc:date>2017-11-23T09:05:04Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Visual Anlytics - Querying in memory table from EG</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-Visual-Anlytics-Querying-in-memory-table-from-EG/m-p/415786#M8760</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/120599"&gt;@sandykota&lt;/a&gt;&amp;nbsp;thanks.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Will try all options and let you guys know how it goes.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; Regards,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Fahim&lt;/P&gt;</description>
      <pubDate>Thu, 23 Nov 2017 09:35:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-Visual-Anlytics-Querying-in-memory-table-from-EG/m-p/415786#M8760</guid>
      <dc:creator>pathanfahim1986</dc:creator>
      <dc:date>2017-11-23T09:35:57Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Visual Anlytics - Querying in memory table from EG</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-Visual-Anlytics-Querying-in-memory-table-from-EG/m-p/416964#M8795</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/120599"&gt;@sandykota&lt;/a&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/32"&gt;@BrunoMueller&lt;/a&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13976"&gt;@SASKiwi&lt;/a&gt;&amp;nbsp;and all , Will go through all details and update here outcome.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Fahim&lt;/P&gt;</description>
      <pubDate>Wed, 29 Nov 2017 06:25:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-Visual-Anlytics-Querying-in-memory-table-from-EG/m-p/416964#M8795</guid>
      <dc:creator>pathanfahim1986</dc:creator>
      <dc:date>2017-11-29T06:25:16Z</dc:date>
    </item>
  </channel>
</rss>

