<?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: I want to create report in this format. I have a dataset for Acquii where I have A4 values in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/I-want-to-create-report-in-this-format-I-have-a-dataset-for/m-p/702563#M25927</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/300897"&gt;@ss171&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;any way to have 1 row as well&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;You need to describe what that means. I suspect if I thought about it I could come up with at least 4 meanings and possibly none of them would be what you want.&lt;/P&gt;</description>
    <pubDate>Mon, 30 Nov 2020 16:45:16 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2020-11-30T16:45:16Z</dc:date>
    <item>
      <title>I want to create report in this format. I have a dataset for Acquii where I have A4 values</title>
      <link>https://communities.sas.com/t5/New-SAS-User/I-want-to-create-report-in-this-format-I-have-a-dataset-for/m-p/702277#M25886</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 384px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/52108i103BFB6E8988EEEA/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I used proc freq and print to calculate count and percentage . But please help me with the code in getting report similiar to this . How to use Proc tabulate to do this task ?&lt;/P&gt;</description>
      <pubDate>Sun, 29 Nov 2020 09:42:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/I-want-to-create-report-in-this-format-I-have-a-dataset-for/m-p/702277#M25886</guid>
      <dc:creator>ss171</dc:creator>
      <dc:date>2020-11-29T09:42:54Z</dc:date>
    </item>
    <item>
      <title>Re: I want to create report in this format. I have a dataset for Acquii where I have A4 values</title>
      <link>https://communities.sas.com/t5/New-SAS-User/I-want-to-create-report-in-this-format-I-have-a-dataset-for/m-p/702282#M25887</link>
      <description>&lt;PRE&gt;proc tabulate data=sashelp.class;
class sex;
table sex=' ' all='Total',n='count'*f=8.0 pctn='percent'/box='sex' ;
run;&lt;/PRE&gt;</description>
      <pubDate>Sun, 29 Nov 2020 11:09:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/I-want-to-create-report-in-this-format-I-have-a-dataset-for/m-p/702282#M25887</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2020-11-29T11:09:48Z</dc:date>
    </item>
    <item>
      <title>Re: I want to create report in this format. I have a dataset for Acquii where I have A4 values</title>
      <link>https://communities.sas.com/t5/New-SAS-User/I-want-to-create-report-in-this-format-I-have-a-dataset-for/m-p/702412#M25910</link>
      <description>&lt;P&gt;any way to have 1 row as well&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Nov 2020 06:45:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/I-want-to-create-report-in-this-format-I-have-a-dataset-for/m-p/702412#M25910</guid>
      <dc:creator>ss171</dc:creator>
      <dc:date>2020-11-30T06:45:21Z</dc:date>
    </item>
    <item>
      <title>Re: I want to create report in this format. I have a dataset for Acquii where I have A4 values</title>
      <link>https://communities.sas.com/t5/New-SAS-User/I-want-to-create-report-in-this-format-I-have-a-dataset-for/m-p/702563#M25927</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/300897"&gt;@ss171&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;any way to have 1 row as well&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;You need to describe what that means. I suspect if I thought about it I could come up with at least 4 meanings and possibly none of them would be what you want.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Nov 2020 16:45:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/I-want-to-create-report-in-this-format-I-have-a-dataset-for/m-p/702563#M25927</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-11-30T16:45:16Z</dc:date>
    </item>
  </channel>
</rss>

