<?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: executing sas viya code in sas studio and sas EG 7.1 in SAS Viya</title>
    <link>https://communities.sas.com/t5/SAS-Viya/executing-sas-viya-code-in-sas-studio-and-sas-EG-7-1/m-p/326591#M31</link>
    <description>&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/44053"&gt;@LineMoon&lt;/a&gt;: as someone earlier said, you should by know a question need to look like...&lt;BR /&gt;What does not work? The log pls...&lt;BR /&gt;Are you even running this on a Viya session?</description>
    <pubDate>Sun, 22 Jan 2017 17:13:20 GMT</pubDate>
    <dc:creator>LinusH</dc:creator>
    <dc:date>2017-01-22T17:13:20Z</dc:date>
    <item>
      <title>executing sas viya code in sas studio and sas EG 7.1</title>
      <link>https://communities.sas.com/t5/SAS-Viya/executing-sas-viya-code-in-sas-studio-and-sas-EG-7-1/m-p/326569#M30</link>
      <description>&lt;P&gt;Hello experts,&lt;/P&gt;
&lt;P&gt;I have tried the code below extrait from sas support "Accelerating SAS® DATA Step Performance with SAS® Viya"&lt;/P&gt;
&lt;P&gt;But&amp;nbsp;my test &amp;nbsp;does not work under sas studio and EG7.1.&lt;/P&gt;
&lt;P&gt;Please, why ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;cas mysession sessopts=(caslib=casuser);&lt;BR /&gt;libname mycas cas caslib=casuser;&lt;/P&gt;
&lt;P&gt;proc casutil;&lt;BR /&gt;&amp;nbsp; load data=sashelp.cars replace;&lt;BR /&gt;&amp;nbsp; run;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;data mycar.test;&lt;BR /&gt;&amp;nbsp;set sashelp.cars;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;do i= 1 to 10000;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;output;&lt;BR /&gt;&amp;nbsp;end;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;data mycar.bigcars_score;&lt;BR /&gt;&amp;nbsp; set mycar.test;&lt;BR /&gt;&amp;nbsp; length myscore 8;&lt;BR /&gt;&amp;nbsp; myscore=0.3*Invoice;&lt;BR /&gt;&amp;nbsp; thread=_threadid_;&lt;BR /&gt;&amp;nbsp;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 22 Jan 2017 12:33:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/executing-sas-viya-code-in-sas-studio-and-sas-EG-7-1/m-p/326569#M30</guid>
      <dc:creator>LineMoon</dc:creator>
      <dc:date>2017-01-22T12:33:09Z</dc:date>
    </item>
    <item>
      <title>Re: executing sas viya code in sas studio and sas EG 7.1</title>
      <link>https://communities.sas.com/t5/SAS-Viya/executing-sas-viya-code-in-sas-studio-and-sas-EG-7-1/m-p/326591#M31</link>
      <description>&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/44053"&gt;@LineMoon&lt;/a&gt;: as someone earlier said, you should by know a question need to look like...&lt;BR /&gt;What does not work? The log pls...&lt;BR /&gt;Are you even running this on a Viya session?</description>
      <pubDate>Sun, 22 Jan 2017 17:13:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/executing-sas-viya-code-in-sas-studio-and-sas-EG-7-1/m-p/326591#M31</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2017-01-22T17:13:20Z</dc:date>
    </item>
    <item>
      <title>Re: executing sas viya code in sas studio and sas EG 7.1</title>
      <link>https://communities.sas.com/t5/SAS-Viya/executing-sas-viya-code-in-sas-studio-and-sas-EG-7-1/m-p/326701#M32</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/44053"&gt;@LineMoon&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The code you're using can work only if you are connected to a SAS Viya environment. &amp;nbsp;Are you? &amp;nbsp;If you're unsure -- then you are probably&amp;nbsp;&lt;STRONG&gt;not&lt;/STRONG&gt; using SAS Viya. &amp;nbsp;It's a brand new platform for analytics from SAS, and I think if you had access to it, you would definitely have been provided some helpful "onboarding" information for getting started.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you are running with SAS Viya, then we &lt;A href="https://communities.sas.com/t5/SAS-Viya/ct-p/sas-viya" target="_self"&gt;have a special discussion forum&lt;/A&gt; for that.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jan 2017 13:10:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/executing-sas-viya-code-in-sas-studio-and-sas-EG-7-1/m-p/326701#M32</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2017-01-23T13:10:33Z</dc:date>
    </item>
    <item>
      <title>Re: executing sas viya code in sas studio and sas EG 7.1</title>
      <link>https://communities.sas.com/t5/SAS-Viya/executing-sas-viya-code-in-sas-studio-and-sas-EG-7-1/m-p/326894#M33</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/4"&gt;@ChrisHemedinger&lt;/a&gt;&amp;nbsp;: thank you&lt;/P&gt;
&lt;P&gt;How can I know if I connect to it ?&lt;/P&gt;
&lt;P&gt;By proc product_stats ?&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jan 2017 23:32:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/executing-sas-viya-code-in-sas-studio-and-sas-EG-7-1/m-p/326894#M33</guid>
      <dc:creator>LineMoon</dc:creator>
      <dc:date>2017-01-23T23:32:14Z</dc:date>
    </item>
    <item>
      <title>Re: executing sas viya code in sas studio and sas EG 7.1</title>
      <link>https://communities.sas.com/t5/SAS-Viya/executing-sas-viya-code-in-sas-studio-and-sas-EG-7-1/m-p/326897#M34</link>
      <description>&lt;P&gt;I'm going to go out on a limb and suggest that you probably don't have access to SAS Viya at your organization right now. &amp;nbsp; But if you are interested in checking it out, &lt;A href="http://www.sas.com/en_us/software/viya.html" target="_self"&gt;visit the SAS Viya page and follow the links to learn more&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jan 2017 00:13:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/executing-sas-viya-code-in-sas-studio-and-sas-EG-7-1/m-p/326897#M34</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2017-01-24T00:13:48Z</dc:date>
    </item>
    <item>
      <title>Re: executing sas viya code in sas studio and sas EG 7.1</title>
      <link>https://communities.sas.com/t5/SAS-Viya/executing-sas-viya-code-in-sas-studio-and-sas-EG-7-1/m-p/327584#M35</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/4"&gt;@ChrisHemedinger&lt;/a&gt;&amp;nbsp;: Thank you.&lt;/P&gt;
&lt;P&gt;sas proc product_staus normally can show&amp;nbsp;the viya module&amp;nbsp;?&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jan 2017 23:20:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/executing-sas-viya-code-in-sas-studio-and-sas-EG-7-1/m-p/327584#M35</guid>
      <dc:creator>LineMoon</dc:creator>
      <dc:date>2017-01-25T23:20:54Z</dc:date>
    </item>
    <item>
      <title>Re: executing sas viya code in sas studio and sas EG 7.1</title>
      <link>https://communities.sas.com/t5/SAS-Viya/executing-sas-viya-code-in-sas-studio-and-sas-EG-7-1/m-p/327628#M36</link>
      <description>&lt;P&gt;SAS Viya isn't a traditional SAS module -- it's another platform that you would have access to for in-memory analytics. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You could connect to the environment from SAS 9.4 or from other programming languages. &amp;nbsp;Or you could work from a dedicated SAS Studio environment that connects to SAS Viya. &amp;nbsp;You would need SAS Viya installed on-premise, in the cloud, or access to our early preview program.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jan 2017 02:49:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/executing-sas-viya-code-in-sas-studio-and-sas-EG-7-1/m-p/327628#M36</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2017-01-26T02:49:17Z</dc:date>
    </item>
    <item>
      <title>Re: executing sas viya code in sas studio and sas EG 7.1</title>
      <link>https://communities.sas.com/t5/SAS-Viya/executing-sas-viya-code-in-sas-studio-and-sas-EG-7-1/m-p/328303#M37</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/4"&gt;@ChrisHemedinger&lt;/a&gt;&amp;nbsp;: Thank you very much.&lt;/P&gt;
&lt;P&gt;To try SAS Viya for Free, I think , we must have to agree for the cookies on the sas website ? if not, we can not try it ?&lt;/P&gt;
&lt;P&gt;So I would like to try it on sas studio and sas EG&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jan 2017 00:13:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/executing-sas-viya-code-in-sas-studio-and-sas-EG-7-1/m-p/328303#M37</guid>
      <dc:creator>LineMoon</dc:creator>
      <dc:date>2017-01-30T00:13:09Z</dc:date>
    </item>
    <item>
      <title>Re: executing sas viya code in sas studio and sas EG 7.1</title>
      <link>https://communities.sas.com/t5/SAS-Viya/executing-sas-viya-code-in-sas-studio-and-sas-EG-7-1/m-p/328314#M38</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/44053"&gt;@LineMoon&lt;/a&gt;&amp;nbsp;-&amp;nbsp;The Early Preview program is not currently a "self-serve" signup/registration. &amp;nbsp;You can &lt;A href="http://www.sas.com/en_us/software/viya.html#preview" target="_self"&gt;use the interest link to register your interest&lt;/A&gt; (on your own or on behalf of your company) and someone at SAS will review your details and get back with you.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jan 2017 02:05:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/executing-sas-viya-code-in-sas-studio-and-sas-EG-7-1/m-p/328314#M38</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2017-01-30T02:05:11Z</dc:date>
    </item>
  </channel>
</rss>

