<?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: ask the expert / what's best method to gather data from many datasets to produce a report in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/ask-the-expert-what-s-best-method-to-gather-data-from-many/m-p/403102#M25871</link>
    <description>Thank you</description>
    <pubDate>Wed, 11 Oct 2017 11:35:43 GMT</pubDate>
    <dc:creator>alepage</dc:creator>
    <dc:date>2017-10-11T11:35:43Z</dc:date>
    <item>
      <title>ask the expert / what's best method to gather data from many datasets to produce a report</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/ask-the-expert-what-s-best-method-to-gather-data-from-many/m-p/401323#M25777</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to modify an old program.&amp;nbsp; It uses around 4000 lines of codes to gather data from many datasets.&amp;nbsp; I am quite sure there is a better way to do this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To gain time, I would like profit from the expertise of the SAS experts and pick directly the best method to gather data from many datasets to produce a pdf report at the end.&amp;nbsp;It also could be a global table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you share your suggestions with me?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Alain&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2017 13:18:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/ask-the-expert-what-s-best-method-to-gather-data-from-many/m-p/401323#M25777</guid>
      <dc:creator>alepage</dc:creator>
      <dc:date>2017-10-05T13:18:28Z</dc:date>
    </item>
    <item>
      <title>Re: ask the expert / what's best method to gather data from many datasets to produce a report</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/ask-the-expert-what-s-best-method-to-gather-data-from-many/m-p/401328#M25780</link>
      <description>&lt;P&gt;Really going to be hard to give any information here.&amp;nbsp; No idea what any of that data format is, what mapping processes need to be done it, what outputs need to be, what systems we are talking about etc.&amp;nbsp; I would suggest you start by mapping out, in a migration document, all the various input types (CSV, Excel, databases etc.) what attached documentation you have for them, i.e. specifications you have on those datasets for format etc.&amp;nbsp; Then look at the code, review what is needed, assess newer methodologies for importing data etc.&lt;/P&gt;
&lt;P&gt;Migrating existing code is not as simple as just changing some things, re-validation and testing, documentation, user notification and training etc.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2017 13:34:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/ask-the-expert-what-s-best-method-to-gather-data-from-many/m-p/401328#M25780</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2017-10-05T13:34:47Z</dc:date>
    </item>
    <item>
      <title>Re: ask the expert / what's best method to gather data from many datasets to produce a report</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/ask-the-expert-what-s-best-method-to-gather-data-from-many/m-p/401381#M25789</link>
      <description>&lt;P&gt;Sometimes you can and sometimes you can't.&amp;nbsp; I lean towards the second if it's&amp;nbsp;data different data sets.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;First, evaluate and document the input data. If the input data cannot be combined somehow it's unlikely you can improve this process.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Second, look at the code. Are there repetitive sections? If so, you can look at either creating a macro or simplifying somehow...&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Third, document your requirements and start a design from scratch. Evaluate how much time your conversion/modifications will take to see if it's worth the effort first.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2017 15:06:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/ask-the-expert-what-s-best-method-to-gather-data-from-many/m-p/401381#M25789</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-10-05T15:06:15Z</dc:date>
    </item>
    <item>
      <title>Re: ask the expert / what's best method to gather data from many datasets to produce a report</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/ask-the-expert-what-s-best-method-to-gather-data-from-many/m-p/401395#M25793</link>
      <description>&lt;P&gt;- know your data. Get a grip on input structures, see where they are similar, so you can identify spots to re-use code&lt;/P&gt;
&lt;P&gt;- know your code. Bring it into solid visual form, so you can get a grip on the logic. Good formatting makes identifying repeating or repeatable sections of code easier&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Once you have solved these two points, you can decide if there is room for optimization, and where. For how, you can get back here.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2017 15:29:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/ask-the-expert-what-s-best-method-to-gather-data-from-many/m-p/401395#M25793</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-10-05T15:29:08Z</dc:date>
    </item>
    <item>
      <title>Re: ask the expert / what's best method to gather data from many datasets to produce a report</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/ask-the-expert-what-s-best-method-to-gather-data-from-many/m-p/403101#M25870</link>
      <description>Thanks you</description>
      <pubDate>Wed, 11 Oct 2017 11:34:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/ask-the-expert-what-s-best-method-to-gather-data-from-many/m-p/403101#M25870</guid>
      <dc:creator>alepage</dc:creator>
      <dc:date>2017-10-11T11:34:46Z</dc:date>
    </item>
    <item>
      <title>Re: ask the expert / what's best method to gather data from many datasets to produce a report</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/ask-the-expert-what-s-best-method-to-gather-data-from-many/m-p/403102#M25871</link>
      <description>Thank you</description>
      <pubDate>Wed, 11 Oct 2017 11:35:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/ask-the-expert-what-s-best-method-to-gather-data-from-many/m-p/403102#M25871</guid>
      <dc:creator>alepage</dc:creator>
      <dc:date>2017-10-11T11:35:43Z</dc:date>
    </item>
  </channel>
</rss>

