<?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: Reports in EG in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Reports-in-EG/m-p/140533#M11258</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, Tom.&amp;nbsp; This is really outstanding advice.&amp;nbsp; I do have the reports mocked up in excel (well, my boss does!) and I will post them as soon as I can.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Jan 2014 14:40:15 GMT</pubDate>
    <dc:creator>jcb267</dc:creator>
    <dc:date>2014-01-16T14:40:15Z</dc:date>
    <item>
      <title>Reports in EG</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Reports-in-EG/m-p/140528#M11253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created several queries using a data application made in EG 6.1.&amp;nbsp; Now I would like to create reports using the results of the queries in EG.&amp;nbsp; I am new to EG though, can this be done?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jan 2014 15:00:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Reports-in-EG/m-p/140528#M11253</guid>
      <dc:creator>jcb267</dc:creator>
      <dc:date>2014-01-14T15:00:00Z</dc:date>
    </item>
    <item>
      <title>Re: Reports in EG</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Reports-in-EG/m-p/140529#M11254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, John&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, reporting is one of the strengths of Enterprise Guide.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suggest you work through the Enterprise Guide tutorial. In terms of reporting, take a look at the tasks under "Describe". Also, the tasks under "Graph" will let you create a number of different chart types.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jan 2014 23:24:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Reports-in-EG/m-p/140529#M11254</guid>
      <dc:creator>TomKari</dc:creator>
      <dc:date>2014-01-14T23:24:41Z</dc:date>
    </item>
    <item>
      <title>Re: Reports in EG</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Reports-in-EG/m-p/140530#M11255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the suggestions, Tom.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will go through the tutorial today.......I have looked at the options in "Describe" and "Graph" but felt they were somewhat limited......Is it possible to create reports that are not limited in anyway, so that you can choose the parameters to base your report on?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jan 2014 13:54:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Reports-in-EG/m-p/140530#M11255</guid>
      <dc:creator>jcb267</dc:creator>
      <dc:date>2014-01-15T13:54:28Z</dc:date>
    </item>
    <item>
      <title>Re: Reports in EG</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Reports-in-EG/m-p/140531#M11256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In my opinion (and I'm sure several of my compatriots will chime in with their own!) there are two ways to produce reports using SAS and Enterprise Guide. The first is using the "procedures", which underlie the tasks in EG. Their names are PRINT, REPORT, TABULATE, MEANS, and FREQ, which sort-of gives an indication of what they're good at. They are canned programs, which offer a lot of options for customization. In my opinion, they are very similar to what you get in a lot of software packages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The other option is to produce your report using DATA step programming. Doing this is completely flexible, but requires (possibly advanced) programming skills.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If humanly possible, stick with the procedures.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Do you have a rough idea of what your report should look like (perhaps mocked up in Excel or Word)? If so, post it, and the contributors can comment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Are there any particular constraints, i.e. are there any reason that elements of your report MUST be in a particular font, colour, location, etc? That could make it difficult to use the procedures. But not necessarily impossible. Believe me, there are people who monitor these posts who are ABSOLUTE GENIUSes at using these procedures.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jan 2014 23:03:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Reports-in-EG/m-p/140531#M11256</guid>
      <dc:creator>TomKari</dc:creator>
      <dc:date>2014-01-15T23:03:07Z</dc:date>
    </item>
    <item>
      <title>Re: Reports in EG</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Reports-in-EG/m-p/140532#M11257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To add to what &lt;A __default_attr="379045" __jive_macro_name="user" class="jive_macro jive_macro_user" href="https://communities.sas.com/"&gt;&lt;/A&gt; wrote:&lt;/P&gt;&lt;P&gt;The EG Wizards under describe are creating SAS code which then gets executed (eg. SAS code for Proc Report). Procedures like Proc Report are very powerful and flexible and the wizards can't take advantage of all the possibilities.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So if the wizards aren't good enough then you need to code. First try and use procedures like Proc Report and only if this is still not sufficient use data step coding. You have quite a bit of learning ahead of you if you want to go for coding and will need some sort of training.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If coding then I'd probably would start with Proc Report: &lt;A class="active_link" href="http://support.sas.com/documentation/cdl/en/proc/66663/HTML/default/viewer.htm#n1dz7jdasx5t56n1rmlx346dyk6n.htm" title="http://support.sas.com/documentation/cdl/en/proc/66663/HTML/default/viewer.htm#n1dz7jdasx5t56n1rmlx346dyk6n.htm"&gt;Base SAS(R) 9.4 Procedures Guide, Second Edition&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You can use the EG Wizards to generate the initial report and then use the generated code for your amendments.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jan 2014 01:05:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Reports-in-EG/m-p/140532#M11257</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2014-01-16T01:05:36Z</dc:date>
    </item>
    <item>
      <title>Re: Reports in EG</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Reports-in-EG/m-p/140533#M11258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, Tom.&amp;nbsp; This is really outstanding advice.&amp;nbsp; I do have the reports mocked up in excel (well, my boss does!) and I will post them as soon as I can.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jan 2014 14:40:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Reports-in-EG/m-p/140533#M11258</guid>
      <dc:creator>jcb267</dc:creator>
      <dc:date>2014-01-16T14:40:15Z</dc:date>
    </item>
    <item>
      <title>Re: Reports in EG</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Reports-in-EG/m-p/140534#M11259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Patrick.&amp;nbsp; I really appreciate the advice.&amp;nbsp; I am in the process of developing the reports now......I have mock ups of the reports I am working on and will post them soon.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jan 2014 14:48:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Reports-in-EG/m-p/140534#M11259</guid>
      <dc:creator>jcb267</dc:creator>
      <dc:date>2014-01-16T14:48:48Z</dc:date>
    </item>
    <item>
      <title>Re: Reports in EG</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Reports-in-EG/m-p/140535#M11260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tom - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to upload the mock up but the system will not accept it, it is in .xlsx format which I believe is supported.&amp;nbsp; Do you have any suggestions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jan 2014 15:33:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Reports-in-EG/m-p/140535#M11260</guid>
      <dc:creator>jcb267</dc:creator>
      <dc:date>2014-01-16T15:33:12Z</dc:date>
    </item>
    <item>
      <title>Re: Reports in EG</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Reports-in-EG/m-p/140536#M11261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe take a screen scrape and post them as JPEG?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jan 2014 23:28:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Reports-in-EG/m-p/140536#M11261</guid>
      <dc:creator>TomKari</dc:creator>
      <dc:date>2014-01-16T23:28:38Z</dc:date>
    </item>
  </channel>
</rss>

