<?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: Curiousity about SAS Viya and what you normally do with Github? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Curiousity-about-SAS-Viya-and-what-you-normally-do-with-Github/m-p/728054#M226546</link>
    <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/212695"&gt;@Phil_NZ&lt;/a&gt;&amp;nbsp; - Github is about software change control and versioning as well as for collaborating on team software development. It is equally as useful for individuals as as it is for teams.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 22 Mar 2021 00:23:35 GMT</pubDate>
    <dc:creator>SASKiwi</dc:creator>
    <dc:date>2021-03-22T00:23:35Z</dc:date>
    <item>
      <title>Curiousity about SAS Viya and what you normally do with Github?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Curiousity-about-SAS-Viya-and-what-you-normally-do-with-Github/m-p/728000#M226511</link>
      <description>&lt;P&gt;Hi all SAS Experts,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am quite new to SAS and normally I use SAS EG to deal with tasks. I can see a trend of experts using SAS Viya and some experts using GitHub quite a bit.&lt;/P&gt;
&lt;P&gt;I have a look at the usefulness of SAS Viya and quite surprise about what they offer. I have two novice questions here:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. How can I know that whether my school paid for SAS Viya ? And what is the main use of SAS Viya to you? And whether the code in SAS Viya is hard (different environment compared to that in SAS EG)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2. Why people normally store their code and example in Github? Is there any document for reference about the link between GitHub and SAS code as well?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Warmest regards,&lt;/P&gt;
&lt;P&gt;Phil.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 21 Mar 2021 11:13:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Curiousity-about-SAS-Viya-and-what-you-normally-do-with-Github/m-p/728000#M226511</guid>
      <dc:creator>Phil_NZ</dc:creator>
      <dc:date>2021-03-21T11:13:11Z</dc:date>
    </item>
    <item>
      <title>Re: Curiousity about SAS Viya and what you normally do with Github?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Curiousity-about-SAS-Viya-and-what-you-normally-do-with-Github/m-p/728007#M226518</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Look at this blog for a starter:&lt;/P&gt;
&lt;P&gt;Moving from SAS Enterprise Guide to SAS Studio&lt;/P&gt;
&lt;P&gt;&lt;A href="https://blogs.sas.com/content/sgf/2020/11/10/sas-eg-to-sas-studio/" target="_blank"&gt;https://blogs.sas.com/content/sgf/2020/11/10/sas-eg-to-sas-studio/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;It also contains a section on the integration between SAS/Studio and Git(Hub).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here's more info on SAS Studio and Git:&lt;/P&gt;
&lt;P&gt;How to organize your SAS projects in Git?&lt;/P&gt;
&lt;P&gt;&lt;A href="https://blogs.sas.com/content/sasdummy/2020/11/10/sas-projects-git/" target="_blank"&gt;https://blogs.sas.com/content/sasdummy/2020/11/10/sas-projects-git/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SAS Studio also has the possibility to set up (parallel) Process Flows. SAS Studio Process Flows may be preferred over coding by prior Enterprise Guide users.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Good luck,&lt;/P&gt;
&lt;P&gt;Koen&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 21 Mar 2021 13:57:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Curiousity-about-SAS-Viya-and-what-you-normally-do-with-Github/m-p/728007#M226518</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2021-03-21T13:57:55Z</dc:date>
    </item>
    <item>
      <title>Re: Curiousity about SAS Viya and what you normally do with Github?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Curiousity-about-SAS-Viya-and-what-you-normally-do-with-Github/m-p/728048#M226543</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/60547"&gt;@sbxkoenk&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your suggestion and given document, I went through the second document already and it seems to me that Git (Hub) is mainly for team-work and the like, and now I still work by myself so I will come back to Git(Hub) later. I will read your other suggestion about SAS EG and SAS Studio.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Warm regards.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Mar 2021 00:02:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Curiousity-about-SAS-Viya-and-what-you-normally-do-with-Github/m-p/728048#M226543</guid>
      <dc:creator>Phil_NZ</dc:creator>
      <dc:date>2021-03-22T00:02:54Z</dc:date>
    </item>
    <item>
      <title>Re: Curiousity about SAS Viya and what you normally do with Github?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Curiousity-about-SAS-Viya-and-what-you-normally-do-with-Github/m-p/728054#M226546</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/212695"&gt;@Phil_NZ&lt;/a&gt;&amp;nbsp; - Github is about software change control and versioning as well as for collaborating on team software development. It is equally as useful for individuals as as it is for teams.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Mar 2021 00:23:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Curiousity-about-SAS-Viya-and-what-you-normally-do-with-Github/m-p/728054#M226546</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2021-03-22T00:23:35Z</dc:date>
    </item>
    <item>
      <title>Re: Curiousity about SAS Viya and what you normally do with Github?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Curiousity-about-SAS-Viya-and-what-you-normally-do-with-Github/m-p/728057#M226547</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/60547"&gt;@sbxkoenk&lt;/a&gt;&amp;nbsp;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;After reading your first document, the thing most impressive to me is about SAS Enterprise Miner, I will have a look at that, what I expect is that this working environment can give me some hint about data summary statistic and some suggestions about which is the reasonable regression mode to deal with a large dataset.&lt;/P&gt;
&lt;P&gt;It is available in my school but I have never touched it previously, what a shame!!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Warm regards.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Mar 2021 01:04:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Curiousity-about-SAS-Viya-and-what-you-normally-do-with-Github/m-p/728057#M226547</guid>
      <dc:creator>Phil_NZ</dc:creator>
      <dc:date>2021-03-22T01:04:57Z</dc:date>
    </item>
    <item>
      <title>Re: Curiousity about SAS Viya and what you normally do with Github?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Curiousity-about-SAS-Viya-and-what-you-normally-do-with-Github/m-p/728058#M226548</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13976"&gt;@SASKiwi&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your suggestion, I may need more time to see the benefits of working with GitHub personally. I am walking around on lexjansen to see if there is any interesting paper mentioning the usage of GitHub and the link to SAS EG for working not in a team so far.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Many thanks and warm regards.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Mar 2021 01:13:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Curiousity-about-SAS-Viya-and-what-you-normally-do-with-Github/m-p/728058#M226548</guid>
      <dc:creator>Phil_NZ</dc:creator>
      <dc:date>2021-03-22T01:13:57Z</dc:date>
    </item>
    <item>
      <title>Re: Curiousity about SAS Viya and what you normally do with Github?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Curiousity-about-SAS-Viya-and-what-you-normally-do-with-Github/m-p/728063#M226551</link>
      <description>&lt;P&gt;At an individual level, Git allows you to go back in time and have a documented history of your programs, and the changes made. If you haven't already wished you could do that, you will soon.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Mar 2021 01:45:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Curiousity-about-SAS-Viya-and-what-you-normally-do-with-Github/m-p/728063#M226551</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2021-03-22T01:45:50Z</dc:date>
    </item>
  </channel>
</rss>

