<?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: Creating a table using Proc tabulate? in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Creating-a-table-using-Proc-tabulate/m-p/109121#M30419</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are there multiple records for each account number in the data?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Feb 2013 15:30:05 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2013-02-14T15:30:05Z</dc:date>
    <item>
      <title>Creating a table using Proc tabulate?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Creating-a-table-using-Proc-tabulate/m-p/109119#M30417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi SAS Forum,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have just a few minutes ago posted a SAS query with the same heading.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I realized that the table I need to create is not clear in the posting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, I am attaching it as an Excel file for clarity. Aplogize for multiple postings.&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;Mirisage&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Feb 2013 22:43:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Creating-a-table-using-Proc-tabulate/m-p/109119#M30417</guid>
      <dc:creator>Mirisage</dc:creator>
      <dc:date>2013-02-13T22:43:15Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a table using Proc tabulate?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Creating-a-table-using-Proc-tabulate/m-p/109120#M30418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt; It is good to have an example of the output you want. What code have you tried? What does your input data look like? You're the only one who knows what your input data looks like? Does it look like SASHELP.SHOES, does it look like SASHELP.PRDSALE? The structure of the input data must be known in order to code a solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Feb 2013 05:37:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Creating-a-table-using-Proc-tabulate/m-p/109120#M30418</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2013-02-14T05:37:01Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a table using Proc tabulate?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Creating-a-table-using-Proc-tabulate/m-p/109121#M30419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are there multiple records for each account number in the data?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Feb 2013 15:30:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Creating-a-table-using-Proc-tabulate/m-p/109121#M30419</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2013-02-14T15:30:05Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a table using Proc tabulate?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Creating-a-table-using-Proc-tabulate/m-p/109122#M30420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;proc tabulate;&lt;/P&gt;&lt;P&gt;class prev_arreras cur_arrears;&lt;/P&gt;&lt;P&gt;var account_number prev_bal cur_bal;&lt;/P&gt;&lt;P&gt;table ((prev_arreras all='Total')*(n*account_number sum*prev_bal sum*cur_bal)), (cur_arrears all='Total');&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Feb 2013 07:05:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Creating-a-table-using-Proc-tabulate/m-p/109122#M30420</guid>
      <dc:creator>Litchi</dc:creator>
      <dc:date>2013-02-15T07:05:05Z</dc:date>
    </item>
  </channel>
</rss>

