<?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: New to SAS in SAS Studio</title>
    <link>https://communities.sas.com/t5/SAS-Studio/New-to-SAS/m-p/278022#M663</link>
    <description>Hi Synthia&lt;BR /&gt;&lt;BR /&gt;Thank you for the reply, I am running SAS studio ver. 3.5 on windows. The&lt;BR /&gt;sample you provided will get me started.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;M.Danesh&lt;BR /&gt;&lt;BR /&gt;##- Please type your reply above this line. Simple formatting, no&lt;BR /&gt;attachments. -##</description>
    <pubDate>Thu, 16 Jun 2016 20:18:30 GMT</pubDate>
    <dc:creator>mdanesh</dc:creator>
    <dc:date>2016-06-16T20:18:30Z</dc:date>
    <item>
      <title>New to SAS</title>
      <link>https://communities.sas.com/t5/SAS-Studio/New-to-SAS/m-p/277615#M660</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I am a long time C programmer but new to SAS, I just installed the app on my loal. I am looking to import few samples to get started. I appreciate it if you can send me few links.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:16:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/New-to-SAS/m-p/277615#M660</guid>
      <dc:creator>mdanesh</dc:creator>
      <dc:date>2016-06-15T17:16:35Z</dc:date>
    </item>
    <item>
      <title>Re: New to SAS</title>
      <link>https://communities.sas.com/t5/SAS-Studio/New-to-SAS/m-p/277629#M661</link>
      <description>&lt;P&gt;This is a very broad question. Popular entry level books are "The Little SAS Book" and "SAS for Dummies".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have a good SAS journey.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;- Jan.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:10:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/New-to-SAS/m-p/277629#M661</guid>
      <dc:creator>jklaverstijn</dc:creator>
      <dc:date>2016-06-15T18:10:54Z</dc:date>
    </item>
    <item>
      <title>Re: New to SAS</title>
      <link>https://communities.sas.com/t5/SAS-Studio/New-to-SAS/m-p/277632#M662</link>
      <description>HI, since you did not specify what "app" you just installed (SAS for Windows, SAS Enterprise Guide, SAS Enterprise Miner, SAS University Edition), it is hard to decide which one of the many samples to send you.&lt;BR /&gt;&lt;BR /&gt;However here is our free tutorial library: &lt;A href="http://support.sas.com/training/tutorial/" target="_blank"&gt;http://support.sas.com/training/tutorial/&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;and to understand SAS Programming in a more organized way, you can activate the free Programming 1 from this web site: &lt;A href="https://support.sas.com/edu/elearning.html?ctry=us&amp;amp;productType=library" target="_blank"&gt;https://support.sas.com/edu/elearning.html?ctry=us&amp;amp;productType=library&lt;/A&gt; (look for the orange "Start Now" button at the top of the page).&lt;BR /&gt;&lt;BR /&gt;And we have a large group of datasets already for you to practice with. They are in the SASHELP library, so depending on what "app" you installed, you should be able to find the way to see SAS libraries fairly easily and you can use any of the  data in the SASHELP library just by referring to the 2 level name (which you will understand better if you take Programming 1).&lt;BR /&gt;&lt;BR /&gt;  Here are some simple procedure examples to get you started: &lt;BR /&gt;proc freq data=sashelp.shoes;&lt;BR /&gt;  tables product;&lt;BR /&gt;run;&lt;BR /&gt;  &lt;BR /&gt;proc freq data=sashelp.cars;&lt;BR /&gt;  tables type /nocum nopercent;&lt;BR /&gt;run;&lt;BR /&gt;  &lt;BR /&gt;proc means data=sashelp.cars min mean max median;&lt;BR /&gt;  class type;&lt;BR /&gt;  var mpg_highway;&lt;BR /&gt;run;&lt;BR /&gt;  &lt;BR /&gt;proc print data=sashelp.class;&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;and here is documentation on all the SASHELP data for you to practice with: &lt;A href="http://support.sas.com/documentation/tools/sashelpug.pdf" target="_blank"&gt;http://support.sas.com/documentation/tools/sashelpug.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;cynthia</description>
      <pubDate>Wed, 15 Jun 2016 18:17:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/New-to-SAS/m-p/277632#M662</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2016-06-15T18:17:46Z</dc:date>
    </item>
    <item>
      <title>Re: New to SAS</title>
      <link>https://communities.sas.com/t5/SAS-Studio/New-to-SAS/m-p/278022#M663</link>
      <description>Hi Synthia&lt;BR /&gt;&lt;BR /&gt;Thank you for the reply, I am running SAS studio ver. 3.5 on windows. The&lt;BR /&gt;sample you provided will get me started.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;M.Danesh&lt;BR /&gt;&lt;BR /&gt;##- Please type your reply above this line. Simple formatting, no&lt;BR /&gt;attachments. -##</description>
      <pubDate>Thu, 16 Jun 2016 20:18:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/New-to-SAS/m-p/278022#M663</guid>
      <dc:creator>mdanesh</dc:creator>
      <dc:date>2016-06-16T20:18:30Z</dc:date>
    </item>
    <item>
      <title>Re: New to SAS</title>
      <link>https://communities.sas.com/t5/SAS-Studio/New-to-SAS/m-p/279058#M686</link>
      <description>&lt;P&gt;Thank you all for responding, this is going better than I expected .&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jun 2016 15:03:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/New-to-SAS/m-p/279058#M686</guid>
      <dc:creator>mdanesh</dc:creator>
      <dc:date>2016-06-21T15:03:55Z</dc:date>
    </item>
  </channel>
</rss>

