<?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: Tabulate Weight in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Tabulate-Weight/m-p/201018#M7495</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;data genderData;&lt;/P&gt;&lt;P&gt;input gender $ 1-12 year admissions;&lt;/P&gt;&lt;P&gt;datalines;&lt;/P&gt;&lt;P&gt;Not Reported 2010 3&lt;/P&gt;&lt;P&gt;Not Reported 2011 5&lt;/P&gt;&lt;P&gt;Not Reported 2012 7&lt;/P&gt;&lt;P&gt;Not Reported 2013 6&lt;/P&gt;&lt;P&gt;Not Reported 2014 4&lt;/P&gt;&lt;P&gt;Male&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2010 5&lt;/P&gt;&lt;P&gt;Male&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2011 1&lt;/P&gt;&lt;P&gt;Male&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2012 1&lt;/P&gt;&lt;P&gt;Male&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2013 3&lt;/P&gt;&lt;P&gt;Male&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2014 4&lt;/P&gt;&lt;P&gt;Female&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2010 2&lt;/P&gt;&lt;P&gt;Female&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2011 1&lt;/P&gt;&lt;P&gt;Female&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2012 1&lt;/P&gt;&lt;P&gt;Female&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2013 2&lt;/P&gt;&lt;P&gt;Female&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2014 1&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Aug 2015 14:37:30 GMT</pubDate>
    <dc:creator>DavidPhillips2</dc:creator>
    <dc:date>2015-08-18T14:37:30Z</dc:date>
    <item>
      <title>Tabulate Weight</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Tabulate-Weight/m-p/201010#M7487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm following the example in Weight the Results II in the book:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="https://books.google.com/books?id=6lpACQAAQBAJ&amp;amp;pg=PT230&amp;amp;lpg=PT230&amp;amp;dq=tabulate+sumwgt&amp;amp;source=bl&amp;amp;ots=mgWIRaUbhx&amp;amp;sig=ODJ_x3EFQnSBeWDCNrsFKwJeE34&amp;amp;hl=en&amp;amp;sa=X&amp;amp;ved=0CFAQ6AEwCGoVChMIpcKr7O-wxwIVhIsNCh2r0QD9#v=onepage&amp;amp;q=tabulate%20sumwgt&amp;amp;f=true" title="https://books.google.com/books?id=6lpACQAAQBAJ&amp;amp;pg=PT230&amp;amp;lpg=PT230&amp;amp;dq=tabulate+sumwgt&amp;amp;source=bl&amp;amp;ots=mgWIRaUbhx&amp;amp;sig=ODJ_x3EFQnSBeWDCNrsFKwJeE34&amp;amp;hl=en&amp;amp;sa=X&amp;amp;ved=0CFAQ6AEwCGoVChMIpcKr7O-wxwIVhIsNCh2r0QD9#v=onepage&amp;amp;q=tabulate%20sumwgt&amp;amp;f=true"&gt;https://books.google.com/books?id=6lpACQAAQBAJ&amp;amp;pg=PT230&amp;amp;lpg=PT230&amp;amp;dq=tabulate+sumwgt&amp;amp;source=bl&amp;amp;ots=mgWIRaUbhx&amp;amp;sig=ODJ_x3EFQnSBeWDCNrsFKwJeE34&amp;amp;hl=en&amp;amp;sa=X&amp;amp;ved=0CFAQ6AEwCGoVChMIpcKr7O-wxwIVhIsNCh2r0QD9#v=onepage&amp;amp;q=tabulate%20sumwgt&amp;amp;f=true&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial, sans-serif; color: black; background: white;"&gt;and I’m running into the error &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial, sans-serif; color: black; background: white;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial, sans-serif; color: black; background: white;"&gt;ERROR: Variable GENDER in list does not match type prescribed for this list.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial, sans-serif; color: black; background: white;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial, sans-serif; color: black; background: white;"&gt;when I uncomment the comment below.&amp;nbsp; Does the line not work in SAS 9.2?&amp;nbsp; Am I missing something simple?&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial',sans-serif; color: black; background: white;"&gt;I’m trying to multiply gender by the number of admissions.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc tabulate data=enrollment out=barGraphDataTEST;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /*var gender / weight=admissions;*/&lt;/P&gt;&lt;P&gt;&amp;nbsp; class academic_period_desc gender;&lt;/P&gt;&lt;P&gt;&amp;nbsp; table academic_period_desc, gender*rowpctn gender*colpctn;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2015 20:21:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Tabulate-Weight/m-p/201010#M7487</guid>
      <dc:creator>DavidPhillips2</dc:creator>
      <dc:date>2015-08-17T20:21:32Z</dc:date>
    </item>
    <item>
      <title>Re: Tabulate Weight</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Tabulate-Weight/m-p/201011#M7488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It works as both char and numeric for me in SAS9.3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc tabulate data=sashelp.class out=barGraphDataTEST;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /*var gender / weight=admissions;*/&lt;/P&gt;&lt;P&gt;&amp;nbsp; class age sex;&lt;/P&gt;&lt;P&gt;&amp;nbsp; table age, sex*rowpctn sex*colpctn;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data class;&lt;/P&gt;&lt;P&gt;set sashelp.class;&lt;/P&gt;&lt;P&gt;gender=ifn(sex='F', 1, 0);&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc tabulate data=class out=barGraphDataTEST;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /*var gender / weight=admissions;*/&lt;/P&gt;&lt;P&gt;&amp;nbsp; class age gender;&lt;/P&gt;&lt;P&gt;&amp;nbsp; table age, gender*rowpctn gender*colpctn;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2015 20:36:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Tabulate-Weight/m-p/201011#M7488</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-08-17T20:36:27Z</dc:date>
    </item>
    <item>
      <title>Re: Tabulate Weight</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Tabulate-Weight/m-p/201012#M7489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In 9.2 this breaks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc tabulate data=sashelp.class out=barGraphDataTEST;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var sex / weight=age;&lt;/P&gt;&lt;P&gt;&amp;nbsp; class age;&lt;/P&gt;&lt;P&gt;&amp;nbsp; table age, sex*rowpctn sex*colpctn;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2015 20:43:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Tabulate-Weight/m-p/201012#M7489</guid>
      <dc:creator>DavidPhillips2</dc:creator>
      <dc:date>2015-08-17T20:43:36Z</dc:date>
    </item>
    <item>
      <title>Re: Tabulate Weight</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Tabulate-Weight/m-p/201013#M7490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It does in 9.3 as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sex should be a class variable as it's a grouping variable not an analysis variable. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2015 21:16:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Tabulate-Weight/m-p/201013#M7490</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-08-17T21:16:05Z</dc:date>
    </item>
    <item>
      <title>Re: Tabulate Weight</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Tabulate-Weight/m-p/201014#M7491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial',sans-serif; color: black; background: white;"&gt;How can I multiply a grouping variable by a weight column?&amp;nbsp; E.g. Sex by age and still use the rowpctn with it?&amp;nbsp; The idea is if there are 15 instances of gender and the column age = 100.&amp;nbsp; The value should be 1500.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2015 13:05:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Tabulate-Weight/m-p/201014#M7491</guid>
      <dc:creator>DavidPhillips2</dc:creator>
      <dc:date>2015-08-18T13:05:46Z</dc:date>
    </item>
    <item>
      <title>Re: Tabulate Weight</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Tabulate-Weight/m-p/201015#M7492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What I am trying to create is like this multiplied by the column admissions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="gender.png" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/11411_gender.png" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2015 13:25:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Tabulate-Weight/m-p/201015#M7492</guid>
      <dc:creator>DavidPhillips2</dc:creator>
      <dc:date>2015-08-18T13:25:47Z</dc:date>
    </item>
    <item>
      <title>Re: Tabulate Weight</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Tabulate-Weight/m-p/201016#M7493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This produces the same structure but oddly does not multiply by admissions.&amp;nbsp; It simply adds the grouping admissions above gender.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc tabulate data=enrollment out=barGraphDataTEST;&lt;/P&gt;&lt;P&gt;&amp;nbsp; var admissions;&lt;/P&gt;&lt;P&gt;&amp;nbsp; class academic_period_desc gender;&lt;/P&gt;&lt;P&gt;&amp;nbsp; table academic_period_desc, gender*(admissions*rowpctn) gender*(admissions*colpctn);&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This produces the same thing.&amp;nbsp; It doesn't actually weight.&lt;/P&gt;&lt;P&gt;proc tabulate data=enrollment out=barGraphDataTEST;&lt;/P&gt;&lt;P&gt;&amp;nbsp; weight admissions;&lt;/P&gt;&lt;P&gt;&amp;nbsp; class academic_period_desc gender;&lt;/P&gt;&lt;P&gt;&amp;nbsp; table academic_period_desc, (gender*admissions)*rowpctn (gender*admissions)*colpctn;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2015 13:43:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Tabulate-Weight/m-p/201016#M7493</guid>
      <dc:creator>DavidPhillips2</dc:creator>
      <dc:date>2015-08-18T13:43:35Z</dc:date>
    </item>
    <item>
      <title>Re: Tabulate Weight</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Tabulate-Weight/m-p/201017#M7494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post sample input data?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2015 14:31:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Tabulate-Weight/m-p/201017#M7494</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-08-18T14:31:56Z</dc:date>
    </item>
    <item>
      <title>Re: Tabulate Weight</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Tabulate-Weight/m-p/201018#M7495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;data genderData;&lt;/P&gt;&lt;P&gt;input gender $ 1-12 year admissions;&lt;/P&gt;&lt;P&gt;datalines;&lt;/P&gt;&lt;P&gt;Not Reported 2010 3&lt;/P&gt;&lt;P&gt;Not Reported 2011 5&lt;/P&gt;&lt;P&gt;Not Reported 2012 7&lt;/P&gt;&lt;P&gt;Not Reported 2013 6&lt;/P&gt;&lt;P&gt;Not Reported 2014 4&lt;/P&gt;&lt;P&gt;Male&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2010 5&lt;/P&gt;&lt;P&gt;Male&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2011 1&lt;/P&gt;&lt;P&gt;Male&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2012 1&lt;/P&gt;&lt;P&gt;Male&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2013 3&lt;/P&gt;&lt;P&gt;Male&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2014 4&lt;/P&gt;&lt;P&gt;Female&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2010 2&lt;/P&gt;&lt;P&gt;Female&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2011 1&lt;/P&gt;&lt;P&gt;Female&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2012 1&lt;/P&gt;&lt;P&gt;Female&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2013 2&lt;/P&gt;&lt;P&gt;Female&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2014 1&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2015 14:37:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Tabulate-Weight/m-p/201018#M7495</guid>
      <dc:creator>DavidPhillips2</dc:creator>
      <dc:date>2015-08-18T14:37:30Z</dc:date>
    </item>
    <item>
      <title>Re: Tabulate Weight</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Tabulate-Weight/m-p/201019#M7496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try the FREQ option instead of Weight.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2015 14:48:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Tabulate-Weight/m-p/201019#M7496</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-08-18T14:48:06Z</dc:date>
    </item>
    <item>
      <title>Re: Tabulate Weight</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Tabulate-Weight/m-p/201020#M7497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This worked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data genderData;&lt;/P&gt;&lt;P&gt;input gender $ 1-12 year admissions;&lt;/P&gt;&lt;P&gt;datalines;&lt;/P&gt;&lt;P&gt;Not Reported 2010 3&lt;/P&gt;&lt;P&gt;Not Reported 2011 5&lt;/P&gt;&lt;P&gt;Not Reported 2012 7&lt;/P&gt;&lt;P&gt;Not Reported 2013 6&lt;/P&gt;&lt;P&gt;Not Reported 2014 4&lt;/P&gt;&lt;P&gt;Male&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2010 5&lt;/P&gt;&lt;P&gt;Male&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2011 1&lt;/P&gt;&lt;P&gt;Male&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2012 1&lt;/P&gt;&lt;P&gt;Male&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2013 3&lt;/P&gt;&lt;P&gt;Male&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2014 4&lt;/P&gt;&lt;P&gt;Female&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2010 2&lt;/P&gt;&lt;P&gt;Female&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2011 1&lt;/P&gt;&lt;P&gt;Female&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2012 1&lt;/P&gt;&lt;P&gt;Female&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2013 2&lt;/P&gt;&lt;P&gt;Female&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2014 1&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc tabulate data=genderData out=barGraphDataTEST;&lt;/P&gt;&lt;P&gt;&amp;nbsp; freq admissions;&lt;/P&gt;&lt;P&gt;&amp;nbsp; class year gender;&lt;/P&gt;&lt;P&gt;&amp;nbsp; table year, (gender)*rowpctn (gender)*colpctn;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2015 14:57:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Tabulate-Weight/m-p/201020#M7497</guid>
      <dc:creator>DavidPhillips2</dc:creator>
      <dc:date>2015-08-18T14:57:17Z</dc:date>
    </item>
  </channel>
</rss>

