<?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: No idea where to start in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/No-idea-where-to-start/m-p/7964#M263</link>
    <description>1) get a copy of "The Little SAS Book" by Slaughter &amp;amp; Delwiche&lt;BR /&gt;
2) the extension SAS7BDAT is a sas data set.  You need to know a bit about it.  Let us assume that it has a name like xxxx.sas7bdat&lt;BR /&gt;
[pre]&lt;BR /&gt;
libname mydat "pathtoyourdata";&lt;BR /&gt;
proc contents data=mydat.xxxx;&lt;BR /&gt;
run;[/pre]&lt;BR /&gt;
here xxxx is the name of your data set.&lt;BR /&gt;
&lt;BR /&gt;
PROC CONTENTS will tell you about the data set.  Read about variable names and how to use them in the little book.&lt;BR /&gt;
&lt;BR /&gt;
3) PROC MEANS and PROC SUMMARY will give you a good start on calculations.&lt;BR /&gt;
&lt;BR /&gt;
4) read about the obs=1000 option to limit data size during testing.&lt;BR /&gt;
Art</description>
    <pubDate>Fri, 11 Feb 2011 04:16:13 GMT</pubDate>
    <dc:creator>ArtC</dc:creator>
    <dc:date>2011-02-11T04:16:13Z</dc:date>
    <item>
      <title>No idea where to start</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/No-idea-where-to-start/m-p/7963#M262</link>
      <description>I desperately need your help!! I have a huge dataset of 10+ million patient data entries and I have no idea how to start working with all that data. &lt;BR /&gt;
&lt;BR /&gt;
The first problem is this: the data is in a SAS7BDAT format. I originally downloaded it off the CD's in a ASCII format, basically. I have no idea how to write a program in the editor that uses the variables/data from this SAS7BDat format. I want to start doing something simple - like, say, calculating the average birth weight of all the patients in the records, before moving on to something bigger. &lt;BR /&gt;
&lt;BR /&gt;
I'm a total beginner to SAS and would appreciate some help!</description>
      <pubDate>Fri, 11 Feb 2011 02:21:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/No-idea-where-to-start/m-p/7963#M262</guid>
      <dc:creator>NoyVoy</dc:creator>
      <dc:date>2011-02-11T02:21:50Z</dc:date>
    </item>
    <item>
      <title>Re: No idea where to start</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/No-idea-where-to-start/m-p/7964#M263</link>
      <description>1) get a copy of "The Little SAS Book" by Slaughter &amp;amp; Delwiche&lt;BR /&gt;
2) the extension SAS7BDAT is a sas data set.  You need to know a bit about it.  Let us assume that it has a name like xxxx.sas7bdat&lt;BR /&gt;
[pre]&lt;BR /&gt;
libname mydat "pathtoyourdata";&lt;BR /&gt;
proc contents data=mydat.xxxx;&lt;BR /&gt;
run;[/pre]&lt;BR /&gt;
here xxxx is the name of your data set.&lt;BR /&gt;
&lt;BR /&gt;
PROC CONTENTS will tell you about the data set.  Read about variable names and how to use them in the little book.&lt;BR /&gt;
&lt;BR /&gt;
3) PROC MEANS and PROC SUMMARY will give you a good start on calculations.&lt;BR /&gt;
&lt;BR /&gt;
4) read about the obs=1000 option to limit data size during testing.&lt;BR /&gt;
Art</description>
      <pubDate>Fri, 11 Feb 2011 04:16:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/No-idea-where-to-start/m-p/7964#M263</guid>
      <dc:creator>ArtC</dc:creator>
      <dc:date>2011-02-11T04:16:13Z</dc:date>
    </item>
    <item>
      <title>Re: No idea where to start</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/No-idea-where-to-start/m-p/7965#M264</link>
      <description>Check this website for help with learning SAS:&lt;BR /&gt;
&lt;A href="http://www.ats.ucla.edu/stat/sas/" target="_blank"&gt;http://www.ats.ucla.edu/stat/sas/&lt;/A&gt;</description>
      <pubDate>Mon, 14 Feb 2011 05:54:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/No-idea-where-to-start/m-p/7965#M264</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2011-02-14T05:54:16Z</dc:date>
    </item>
  </channel>
</rss>

