<?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: Convert data set into two-way report without aggregation in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Convert-data-set-into-two-way-report-without-aggregation/m-p/889320#M351355</link>
    <description>&lt;P&gt;DEFINE cat1 as GROUP, cat2 as ACROSS, and value as ANALYSIS. Combine cat2 and value with a comma in the COLUMN statement. This will work with your data as the cat1/cat2 combinations are unique.&lt;/P&gt;</description>
    <pubDate>Tue, 15 Aug 2023 11:09:50 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2023-08-15T11:09:50Z</dc:date>
    <item>
      <title>Convert data set into two-way report without aggregation</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Convert-data-set-into-two-way-report-without-aggregation/m-p/889319#M351354</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;I want to convert sas data set into summary report (Two -way summary report).&lt;/P&gt;
&lt;P&gt;The summary report should NOT aggregate any&amp;nbsp; &amp;nbsp;value and just display it&lt;/P&gt;
&lt;P&gt;Required summary report&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ronein_0-1692096999260.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/86730iE91A8DFC2053590C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ronein_0-1692096999260.png" alt="Ronein_0-1692096999260.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What is the way to do it please?&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data have;
input cat1 $ cat2 $ value;
cards;
a 1 10
a 2 20
a 3 30
b 1 40
b 2 50
b 3 60
c 1 70
c 2 80
c 3 90
;
Run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 15 Aug 2023 10:57:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Convert-data-set-into-two-way-report-without-aggregation/m-p/889319#M351354</guid>
      <dc:creator>Ronein</dc:creator>
      <dc:date>2023-08-15T10:57:04Z</dc:date>
    </item>
    <item>
      <title>Re: Convert data set into two-way report without aggregation</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Convert-data-set-into-two-way-report-without-aggregation/m-p/889320#M351355</link>
      <description>&lt;P&gt;DEFINE cat1 as GROUP, cat2 as ACROSS, and value as ANALYSIS. Combine cat2 and value with a comma in the COLUMN statement. This will work with your data as the cat1/cat2 combinations are unique.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Aug 2023 11:09:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Convert-data-set-into-two-way-report-without-aggregation/m-p/889320#M351355</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2023-08-15T11:09:50Z</dc:date>
    </item>
  </channel>
</rss>

