<?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 proc tabulate in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/proc-tabulate/m-p/42209#M1830</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; FYI- you were correct !&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;shame that when i said it in class he did not listen to me . have a good day and thanks !&amp;nbsp;&amp;nbsp; CL &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Feb 2012 06:54:09 GMT</pubDate>
    <dc:creator>clcl</dc:creator>
    <dc:date>2012-02-02T06:54:09Z</dc:date>
    <item>
      <title>proc tabulate</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-tabulate/m-p/42203#M1824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;cant seem to get this to work .. tried a few different ways and get get different errors . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;452&amp;nbsp; proc tabulate data=q2;&lt;/P&gt;&lt;P&gt;453&amp;nbsp; class country;&lt;/P&gt;&lt;P&gt;454&amp;nbsp; var parcid payment costprice;&lt;/P&gt;&lt;P&gt;455&lt;/P&gt;&lt;P&gt;456&amp;nbsp; table country all,&lt;/P&gt;&lt;P&gt;457&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; parcid*n&lt;/P&gt;&lt;P&gt;458&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; payment*sum&lt;/P&gt;&lt;P&gt;459&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; costprice*sum&lt;/P&gt;&lt;P&gt;460&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; payment-costprice*sum;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 22&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ---------&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 202&lt;/P&gt;&lt;P&gt;ERROR 22-322: Syntax error, expecting one of the following: a name, a quoted string, ;, (, *, ',',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /, &amp;lt;, =, [, {.&lt;/P&gt;&lt;P&gt;ERROR 202-322: The option or parameter is not recognized and will be ignored.&lt;/P&gt;&lt;P&gt;461&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2012 19:23:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-tabulate/m-p/42203#M1824</guid>
      <dc:creator>clcl</dc:creator>
      <dc:date>2012-01-31T19:23:29Z</dc:date>
    </item>
    <item>
      <title>Re: proc tabulate</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-tabulate/m-p/42204#M1825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Is this helpful?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; font-size: 10pt; background-color: white; font-family: 'Courier New';"&gt;proc&lt;/STRONG&gt; &lt;STRONG style="color: navy; font-size: 10pt; background-color: white; font-family: 'Courier New';"&gt;tabulate&lt;/STRONG&gt; &lt;SPAN style="background-color: white; font-family: 'Courier New'; color: blue; font-size: 10pt;"&gt;data&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: 'Courier New'; color: black; font-size: 10pt;"&gt;=sashelp.class;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: white; font-family: 'Courier New'; color: blue; font-size: 10pt;"&gt;class&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: 'Courier New'; color: black; font-size: 10pt;"&gt; sex;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: white; font-family: 'Courier New'; color: blue; font-size: 10pt;"&gt;var&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: 'Courier New'; color: black; font-size: 10pt;"&gt; height &lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: 'Courier New'; color: blue; font-size: 10pt;"&gt;weight&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: 'Courier New'; color: black; font-size: 10pt;"&gt; age;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: white; font-family: 'Courier New'; color: blue; font-size: 10pt;"&gt;table&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: 'Courier New'; color: black; font-size: 10pt;"&gt; (sex all)*(height weight age)*(sum n);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; font-size: 10pt; background-color: white; font-family: 'Courier New';"&gt;run&lt;/STRONG&gt;&lt;SPAN style="background-color: white; font-family: 'Courier New'; color: black; font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Linlin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2012 20:20:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-tabulate/m-p/42204#M1825</guid>
      <dc:creator>Linlin</dc:creator>
      <dc:date>2012-01-31T20:20:40Z</dc:date>
    </item>
    <item>
      <title>proc tabulate</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-tabulate/m-p/42205#M1826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no, i need to subtract:&amp;nbsp;&amp;nbsp; &lt;SPAN style="background-color: #eef4f9;"&gt;payment-costprice&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2012 20:23:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-tabulate/m-p/42205#M1826</guid>
      <dc:creator>clcl</dc:creator>
      <dc:date>2012-01-31T20:23:22Z</dc:date>
    </item>
    <item>
      <title>Re: proc tabulate</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-tabulate/m-p/42206#M1827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think you can do that in proc tabulate, ie create a new variable, you'll need either proc report or a datastep.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I typically prefer a datastep but it's up to you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2012 20:37:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-tabulate/m-p/42206#M1827</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2012-01-31T20:37:48Z</dc:date>
    </item>
    <item>
      <title>Re: proc tabulate</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-tabulate/m-p/42207#M1828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i also dont think you can . but my prof. taught us today that you can, but his example does not work .... &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2012 20:47:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-tabulate/m-p/42207#M1828</guid>
      <dc:creator>clcl</dc:creator>
      <dc:date>2012-01-31T20:47:53Z</dc:date>
    </item>
    <item>
      <title>Re: proc tabulate</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-tabulate/m-p/42208#M1829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then ask your prof to clarify &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt; or call Tech Support, they'll know the answer immediately.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2012 21:01:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-tabulate/m-p/42208#M1829</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2012-01-31T21:01:34Z</dc:date>
    </item>
    <item>
      <title>proc tabulate</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-tabulate/m-p/42209#M1830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; FYI- you were correct !&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;shame that when i said it in class he did not listen to me . have a good day and thanks !&amp;nbsp;&amp;nbsp; CL &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2012 06:54:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-tabulate/m-p/42209#M1830</guid>
      <dc:creator>clcl</dc:creator>
      <dc:date>2012-02-02T06:54:09Z</dc:date>
    </item>
  </channel>
</rss>

