<?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: Producing a report in a specific arrangement in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Producing-a-report-in-a-specific-arrangement/m-p/718993#M24863</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/364982"&gt;@nduksy&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;The first picture I posted is from a proc freq action.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'll appreciate if you can help with some more clarity per using proc tabulate to produce a similar report as contained in the second picture.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Actual data please. As in a data step to create a data set.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you want to use Proc Tabulate you might be better off using the source data instead of Proc Freq output, if that is the request. Do you want the counts? the Percents? it is not clear what expect Proc Tabulate to create as there are NO VALUES in the table. Your example also implies that the Ebola Negative results are supposed to be suppressed (not shown) but have a row in the data.&lt;/P&gt;</description>
    <pubDate>Fri, 12 Feb 2021 19:31:22 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2021-02-12T19:31:22Z</dc:date>
    <item>
      <title>Producing a report in a specific arrangement</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Producing-a-report-in-a-specific-arrangement/m-p/718966#M24860</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have the dataset below&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dataset.PNG" style="width: 572px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/54662i264645DC373169F6/image-size/large?v=v2&amp;amp;px=999" role="button" title="dataset.PNG" alt="dataset.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;...and I have been asked to present/generate a table like the one below.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="report.PNG" style="width: 929px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/54663iDB5C0FEDBC4D590D/image-size/large?v=v2&amp;amp;px=999" role="button" title="report.PNG" alt="report.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have played around with proc report but no luck yet. I don't know how to manipulate the data so that the numbers are placed in the right column/rows within my report.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will appreciate some help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 12 Feb 2021 18:33:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Producing-a-report-in-a-specific-arrangement/m-p/718966#M24860</guid>
      <dc:creator>nduksy</dc:creator>
      <dc:date>2021-02-12T18:33:13Z</dc:date>
    </item>
    <item>
      <title>Re: Producing a report in a specific arrangement</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Producing-a-report-in-a-specific-arrangement/m-p/718967#M24861</link>
      <description>PROC FREQ output does that by default so pipe the results directly to a file or use PROC TABULATE but both will have the same issue.&lt;BR /&gt;&lt;BR /&gt;ods excel file='/folders/myfolders/demo.xlsx' style=journal;&lt;BR /&gt;proc freq data=nameOfYourDataSet;&lt;BR /&gt;table ebola*truth / nopercent norow nocol;&lt;BR /&gt;run;&lt;BR /&gt;ods excel close;</description>
      <pubDate>Fri, 12 Feb 2021 18:39:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Producing-a-report-in-a-specific-arrangement/m-p/718967#M24861</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2021-02-12T18:39:45Z</dc:date>
    </item>
    <item>
      <title>Re: Producing a report in a specific arrangement</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Producing-a-report-in-a-specific-arrangement/m-p/718972#M24862</link>
      <description>&lt;P&gt;The first picture I posted is from a proc freq action.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'll appreciate if you can help with some more clarity per using proc tabulate to produce a similar report as contained in the second picture.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 12 Feb 2021 18:47:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Producing-a-report-in-a-specific-arrangement/m-p/718972#M24862</guid>
      <dc:creator>nduksy</dc:creator>
      <dc:date>2021-02-12T18:47:50Z</dc:date>
    </item>
    <item>
      <title>Re: Producing a report in a specific arrangement</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Producing-a-report-in-a-specific-arrangement/m-p/718993#M24863</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/364982"&gt;@nduksy&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;The first picture I posted is from a proc freq action.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'll appreciate if you can help with some more clarity per using proc tabulate to produce a similar report as contained in the second picture.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Actual data please. As in a data step to create a data set.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you want to use Proc Tabulate you might be better off using the source data instead of Proc Freq output, if that is the request. Do you want the counts? the Percents? it is not clear what expect Proc Tabulate to create as there are NO VALUES in the table. Your example also implies that the Ebola Negative results are supposed to be suppressed (not shown) but have a row in the data.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Feb 2021 19:31:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Producing-a-report-in-a-specific-arrangement/m-p/718993#M24863</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2021-02-12T19:31:22Z</dc:date>
    </item>
    <item>
      <title>Re: Producing a report in a specific arrangement</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Producing-a-report-in-a-specific-arrangement/m-p/718999#M24864</link>
      <description>Did you run the code I included and check the output?&lt;BR /&gt;&lt;BR /&gt;PROC FREQ has two outputs, one creates a data set in more of a data format and their is the displayed format. The one you have shown is similar to the displayed format, which you can pipe directly to an output file. &lt;BR /&gt;&lt;BR /&gt;We're happy to help but you've posted images. To 'help you with exact code' would mean having to literally type out your data shown to create the sample data, write the code AND show the output (since the code is already above), and I'm sure why you can see why posting data as text, preferably a data step would be easier to get help. &lt;BR /&gt;&lt;BR /&gt;If that code doesn't work, please explain why in detail. Saying something does not work is not informative, it could mean anything from your computer exploded to a missing semicolon. Ideally, provide what you have, the starting point, what you want and what you've tried so far.</description>
      <pubDate>Fri, 12 Feb 2021 20:33:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Producing-a-report-in-a-specific-arrangement/m-p/718999#M24864</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2021-02-12T20:33:14Z</dc:date>
    </item>
    <item>
      <title>Re: Producing a report in a specific arrangement</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Producing-a-report-in-a-specific-arrangement/m-p/719028#M24865</link>
      <description>&lt;P&gt;Thank you so much, that actually worked perfectly!!!&lt;/P&gt;</description>
      <pubDate>Fri, 12 Feb 2021 21:49:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Producing-a-report-in-a-specific-arrangement/m-p/719028#M24865</guid>
      <dc:creator>nduksy</dc:creator>
      <dc:date>2021-02-12T21:49:01Z</dc:date>
    </item>
  </channel>
</rss>

