<?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: DO you need to know a programming language in order to use the SAS software?...if so, which lang in All Things Community</title>
    <link>https://communities.sas.com/t5/All-Things-Community/DO-you-need-to-know-a-programming-language-in-order-to-use-the/m-p/470481#M3264</link>
    <description>SAS has it's own proprietary language but also has GUI interfaces to manipulate and analyze data. I find the GUI tools take more steps and usually get you about 90% there. That last 10% though requires coding. The good thing is, SAS Studio also generates the code so that you can see it. So if you're not sure how to get started you can use the GUI and then copy and paste the code out, or at least get it started.</description>
    <pubDate>Thu, 14 Jun 2018 23:15:57 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2018-06-14T23:15:57Z</dc:date>
    <item>
      <title>DO you need to know a programming language in order to use the SAS software?...if so, which language</title>
      <link>https://communities.sas.com/t5/All-Things-Community/DO-you-need-to-know-a-programming-language-in-order-to-use-the/m-p/470456#M3260</link>
      <description>&lt;P&gt;Do you need to know a programming language in order to use the SAS software?...if so, which language?&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jun 2018 21:14:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/All-Things-Community/DO-you-need-to-know-a-programming-language-in-order-to-use-the/m-p/470456#M3260</guid>
      <dc:creator>kmcwhite</dc:creator>
      <dc:date>2018-06-14T21:14:18Z</dc:date>
    </item>
    <item>
      <title>Re: DO you need to know a programming language in order to use the SAS software?...if so, which lang</title>
      <link>https://communities.sas.com/t5/All-Things-Community/DO-you-need-to-know-a-programming-language-in-order-to-use-the/m-p/470457#M3261</link>
      <description>SAS?</description>
      <pubDate>Thu, 14 Jun 2018 21:32:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/All-Things-Community/DO-you-need-to-know-a-programming-language-in-order-to-use-the/m-p/470457#M3261</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2018-06-14T21:32:15Z</dc:date>
    </item>
    <item>
      <title>Re: DO you need to know a programming language in order to use the SAS software?...if so, which lang</title>
      <link>https://communities.sas.com/t5/All-Things-Community/DO-you-need-to-know-a-programming-language-in-order-to-use-the/m-p/470458#M3262</link>
      <description>&lt;P&gt;it depends on how much you want to do. If you want to do some basic stats you'll be fine without being acquainted with another programming language. If you want to do eg data simulations, arrays etc then it would help if you knew eg matlab (which you're likely familiar with if you have an engineering background). R programmers could move to sas easily i guess. Someone has a blog showing how tasks can be performed in both sas and R &lt;A href="http://sas-and-r.blogspot.com/" target="_blank"&gt;http://sas-and-r.blogspot.com/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jun 2018 21:38:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/All-Things-Community/DO-you-need-to-know-a-programming-language-in-order-to-use-the/m-p/470458#M3262</guid>
      <dc:creator>pau13rown</dc:creator>
      <dc:date>2018-06-14T21:38:59Z</dc:date>
    </item>
    <item>
      <title>Re: DO you need to know a programming language in order to use the SAS software?...if so, which lang</title>
      <link>https://communities.sas.com/t5/All-Things-Community/DO-you-need-to-know-a-programming-language-in-order-to-use-the/m-p/470464#M3263</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/150674"&gt;@kmcwhite&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Do you need to know a programming language in order to use the SAS software?...if so, which language?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Not a need but if you are going to do much data manipulation (SAS Data step coding) or macros it helps to have some formal training.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For most things in SAS such as data step code then something like BASIC or PASCAL would be sufficient. You would not need an "object oriented language" for most SAS stuff so far.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SAS Proc SQL implements most ANSI standard functionality of the diverse SQL language world for manipulations of database tables in sets of records instead of row order that a data step does. So SQL might help but be aware that every version has different non-stardard elements, including SAS, and examples or code does not always transfer easily.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jun 2018 22:15:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/All-Things-Community/DO-you-need-to-know-a-programming-language-in-order-to-use-the/m-p/470464#M3263</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-06-14T22:15:04Z</dc:date>
    </item>
    <item>
      <title>Re: DO you need to know a programming language in order to use the SAS software?...if so, which lang</title>
      <link>https://communities.sas.com/t5/All-Things-Community/DO-you-need-to-know-a-programming-language-in-order-to-use-the/m-p/470481#M3264</link>
      <description>SAS has it's own proprietary language but also has GUI interfaces to manipulate and analyze data. I find the GUI tools take more steps and usually get you about 90% there. That last 10% though requires coding. The good thing is, SAS Studio also generates the code so that you can see it. So if you're not sure how to get started you can use the GUI and then copy and paste the code out, or at least get it started.</description>
      <pubDate>Thu, 14 Jun 2018 23:15:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/All-Things-Community/DO-you-need-to-know-a-programming-language-in-order-to-use-the/m-p/470481#M3264</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-06-14T23:15:57Z</dc:date>
    </item>
    <item>
      <title>Re: DO you need to know a programming language in order to use the SAS software?...if so, which lang</title>
      <link>https://communities.sas.com/t5/All-Things-Community/DO-you-need-to-know-a-programming-language-in-order-to-use-the/m-p/470529#M3265</link>
      <description>&lt;P&gt;For basic work, you don't, as the GUI interfaces can get you a long way for most &lt;EM&gt;simple&lt;/EM&gt; tasks. But as soon as you encounter the first issue where the GUI wizard is not enough, you'll need to know the SAS language so you can manipulate/create code on your own (the GUI interfaces are just code generators).&lt;/P&gt;
&lt;P&gt;What's more important than previous knowledge of any programming language is the &lt;EM&gt;mindset&lt;/EM&gt; of a programmer:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;thinking in structured ways, being able to deal with formulaic constructs&lt;/LI&gt;
&lt;LI&gt;being able to find the work pattern in something that's done, and/or identify the rules underlying such&lt;/LI&gt;
&lt;LI&gt;boolean algebra (know what &lt;EM&gt;and&lt;/EM&gt;, &lt;EM&gt;or&lt;/EM&gt; and &lt;EM&gt;not&lt;/EM&gt; mean)&lt;/LI&gt;
&lt;LI&gt;ability and willingness to write code in a clean, structured way that reflects the underlying logic&lt;/LI&gt;
&lt;LI&gt;ability to detect patterns in code, logs and data&lt;/LI&gt;
&lt;LI&gt;ability and willingness to draw required information from documentation, and being able to write such documentation yourself&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Note that this list is far from complete, insofar as any list like that can ever be complete.&lt;/P&gt;
&lt;P&gt;As soon as you start with SAS code, have a look at the Maxims. You might find useful hints in there.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jun 2018 08:54:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/All-Things-Community/DO-you-need-to-know-a-programming-language-in-order-to-use-the/m-p/470529#M3265</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-06-15T08:54:33Z</dc:date>
    </item>
    <item>
      <title>Re: DO you need to know a programming language in order to use the SAS software?...if so, which lang</title>
      <link>https://communities.sas.com/t5/All-Things-Community/DO-you-need-to-know-a-programming-language-in-order-to-use-the/m-p/478033#M3314</link>
      <description>&lt;P&gt;The short answer is no. The long answer is that it depends heavily on what you want to do.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Tools like SAS Enterprise Guise&amp;nbsp;supports several point and click features. However, learning the actual code lets you do much more complicated tasks.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jul 2018 20:35:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/All-Things-Community/DO-you-need-to-know-a-programming-language-in-order-to-use-the/m-p/478033#M3314</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2018-07-13T20:35:32Z</dc:date>
    </item>
  </channel>
</rss>

