<?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 best practises to manage sas data sets in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/best-practises-to-manage-sas-data-sets/m-p/7331#M2320</link>
    <description>Theres alot of hype on OLAP, but I am unconvinced that there is one best way to keep or store the various disparate data in one common format or to centralise it? Is it always better to keep your data in OLAP for optimal read and writing for proc and data steps? Or do I have to resort to converting all the various sources to flat files, copy them to a local directory and run them locally off one common box to have optimal IO?&lt;BR /&gt;
&lt;BR /&gt;
what do you guys think?&lt;BR /&gt;
&lt;BR /&gt;
-Josh</description>
    <pubDate>Fri, 07 Mar 2008 18:47:38 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2008-03-07T18:47:38Z</dc:date>
    <item>
      <title>best practises to manage sas data sets</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/best-practises-to-manage-sas-data-sets/m-p/7331#M2320</link>
      <description>Theres alot of hype on OLAP, but I am unconvinced that there is one best way to keep or store the various disparate data in one common format or to centralise it? Is it always better to keep your data in OLAP for optimal read and writing for proc and data steps? Or do I have to resort to converting all the various sources to flat files, copy them to a local directory and run them locally off one common box to have optimal IO?&lt;BR /&gt;
&lt;BR /&gt;
what do you guys think?&lt;BR /&gt;
&lt;BR /&gt;
-Josh</description>
      <pubDate>Fri, 07 Mar 2008 18:47:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/best-practises-to-manage-sas-data-sets/m-p/7331#M2320</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-03-07T18:47:38Z</dc:date>
    </item>
    <item>
      <title>Re: best practises to manage sas data sets</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/best-practises-to-manage-sas-data-sets/m-p/7332#M2321</link>
      <description>Like most IT answers, "It depends".&lt;BR /&gt;
&lt;BR /&gt;
The slowest things in a system:&lt;BR /&gt;
&lt;BR /&gt;
* moving a disk drive's read/write head (seeking)&lt;BR /&gt;
* moving to a specific spot in a file on tape&lt;BR /&gt;
* moving data.&lt;BR /&gt;
&lt;BR /&gt;
Processing data means moving it from storage, to memory, into a processor's cache, into a processor's register, through transformation or detection circuitry (decision making), and ultimately back (especially if it's SAS) to storage.  The less of this is done, the faster things happen.&lt;BR /&gt;
&lt;BR /&gt;
System design is a practice in balancing system resource usage, time, money and politics (interactions of people, groups, and departments).&lt;BR /&gt;
&lt;BR /&gt;
How this is done depends on your corporate/company's culture.&lt;BR /&gt;
&lt;BR /&gt;
Some stuff is best kept in an RDMS -- Oracle, DB2, Sybase, SQL Server, MySQL, Access, FoxBase, InterBase, Paradox, Informix, etc.&lt;BR /&gt;
Some stuff is best kept in a SAS permanent dataset.&lt;BR /&gt;
Some stuff has to come from a VSAM file on a mainframe.&lt;BR /&gt;
Some stuff has to come from SMF or RMF flatfile records on an mainframe.&lt;BR /&gt;
Most stuff can be transferred from one thing to another.&lt;BR /&gt;
&lt;BR /&gt;
Some things are best kept in a central repository -- Data Warehouse&lt;BR /&gt;
Some things are best kept locally.&lt;BR /&gt;
&lt;BR /&gt;
A good answer to this is within the realm of "Business Intelligence" and the idea of "Information Maturity".  A topic also within SAS's world.&lt;BR /&gt;
&lt;BR /&gt;
Best practice is generally to have a central repository -- Data Warehouse -- with a well managed MetaData layer/server to help normalize/control the data access.  But, this is a seriously non-trivial exercise/experience.  The results can be huge for the business, if done well.  If not done well, etc. then it is a huge waste of money and time.</description>
      <pubDate>Fri, 07 Mar 2008 19:16:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/best-practises-to-manage-sas-data-sets/m-p/7332#M2321</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-03-07T19:16:12Z</dc:date>
    </item>
    <item>
      <title>Re: best practises to manage sas data sets</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/best-practises-to-manage-sas-data-sets/m-p/7333#M2322</link>
      <description>thanks. I suppose the reason to set the data in flat files is portability (you can even copy it to tape from one site and carry it to another). I wish all of this made more sense, but theres probably no one glove that fits all hands. &lt;BR /&gt;
&lt;BR /&gt;
I found this youtube video about EG &amp;gt; SAS &amp;gt; DBMS interesting and very enlightening for a layman.&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://youtube.com/watch?v=OSTa1EUpKT8" target="_blank"&gt;http://youtube.com/watch?v=OSTa1EUpKT8&lt;/A&gt;</description>
      <pubDate>Fri, 07 Mar 2008 19:34:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/best-practises-to-manage-sas-data-sets/m-p/7333#M2322</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-03-07T19:34:30Z</dc:date>
    </item>
  </channel>
</rss>

