<?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 Summary Type in Developers</title>
    <link>https://communities.sas.com/t5/Developers/Proc-Summary-Type/m-p/200378#M4512</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;Please clarify why type 3 returns a dataset that has values for all three of my sum columns.&amp;nbsp; I found that when I use the below syntax and then only select where type = 3 that I receive values for all three columns.&amp;nbsp; What I am concerned about is that I could end up with a situation where I dynamically feed in three columns and there is no type 3 or type 3 is type 4.&amp;nbsp; Is type three always all three columns combined?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc summary data= enrollment;&lt;/P&gt;&lt;P&gt;&amp;nbsp; var enrolled applications admissions;&lt;/P&gt;&lt;P&gt;&amp;nbsp; class FOUR_DIGIT_YEAR ACADEMIC_PERIOD_DESC;&lt;/P&gt;&lt;P&gt;&amp;nbsp; output out = yieldRateSummaryTable sum = enrolled applications admissions;&lt;/P&gt;&lt;P&gt;&amp;nbsp; where FOUR_DIGIT_YEAR ne '';&lt;/P&gt;&lt;P&gt;&amp;nbsp; run;&lt;/P&gt;&lt;P&gt;&amp;nbsp; data yieldRateSummaryTable; set yieldRateSummaryTable;&lt;/P&gt;&lt;P&gt;&amp;nbsp; where _type_ = 3;&lt;/P&gt;&lt;P&gt;&amp;nbsp; run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE cellpadding="3" cellspacing="0" class="Table" summary="Procedure Print: Data Set WORK.YIELDRATESUMMARYTABLE"&gt;&lt;/TABLE&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" summary="Procedure Print: Data Set WORK.YIELDRATESUMMARYTABLE" width="512"&gt;&lt;TBODY&gt;&lt;TR style="border: inherit solid inherit;"&gt;&lt;TD class="xl63" height="69" width="64"&gt;ods&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="64"&gt;FOUR_DIGIT_YEAR&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="64"&gt;ACADEMIC_PERIOD_DESC&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="64"&gt;_TYPE_&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="64"&gt;_FREQ_&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="64"&gt;enrolled&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="64"&gt;applications&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="64"&gt;admissions&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: inherit solid inherit;"&gt;&lt;TD class="xl64" height="21" style="border-top: none;" width="64"&gt;1&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;" width="64"&gt; &lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;" width="64"&gt; &lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;0&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;159091&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;36418&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;672264&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;193728&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: inherit solid inherit;"&gt;&lt;TD class="xl64" height="21" style="border-top: none;" width="64"&gt;2&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;" width="64"&gt; &lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;" width="64"&gt;Fall 2010&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;1&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;30417&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;7230&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;126765&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;36984&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: inherit solid inherit;"&gt;&lt;TD class="xl64" height="21" style="border-top: none;" width="64"&gt;3&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;" width="64"&gt; &lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;" width="64"&gt;Fall 2011&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;1&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;31211&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;7606&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;129024&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;37648&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: inherit solid inherit;"&gt;&lt;TD class="xl64" height="21" style="border-top: none;" width="64"&gt;4&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;" width="64"&gt; &lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;" width="64"&gt;Fall 2012&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;1&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;32371&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;7234&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;141750&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;37952&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: inherit solid inherit;"&gt;&lt;TD class="xl64" height="21" style="border-top: none;" width="64"&gt;5&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;" width="64"&gt; &lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;" width="64"&gt;Fall 2013&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;1&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;32376&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;7176&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;138591&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;39440&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: inherit solid inherit;"&gt;&lt;TD class="xl64" height="21" style="border-top: none;" width="64"&gt;6&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;" width="64"&gt; &lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;" width="64"&gt;Fall 2014&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;1&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;32716&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;7172&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;136134&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;41704&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: inherit solid inherit;"&gt;&lt;TD class="xl64" height="21" style="border-top: none;" width="64"&gt;7&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;2010&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;" width="64"&gt; &lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;2&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;30417&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;7230&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;126765&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;36984&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: inherit solid inherit;"&gt;&lt;TD class="xl64" height="21" style="border-top: none;" width="64"&gt;8&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;2011&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;" width="64"&gt; &lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;2&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;31211&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;7606&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;129024&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;37648&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: inherit solid inherit;"&gt;&lt;TD class="xl64" height="21" style="border-top: none;" width="64"&gt;9&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;2012&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;" width="64"&gt; &lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;2&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;32371&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;7234&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;141750&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;37952&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: inherit solid inherit;"&gt;&lt;TD class="xl64" height="21" style="border-top: none;" width="64"&gt;10&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;2013&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;" width="64"&gt; &lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;2&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;32376&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;7176&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;138591&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;39440&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: inherit solid inherit;"&gt;&lt;TD class="xl64" height="21" style="border-top: none;" width="64"&gt;11&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;2014&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;" width="64"&gt; &lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;2&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;32716&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;7172&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;136134&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;41704&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: inherit solid inherit;"&gt;&lt;TD class="xl64" height="21" style="border-top: none;" width="64"&gt;12&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;2010&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;" width="64"&gt;Fall 2010&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;3&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;30417&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;7230&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;126765&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;36984&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: inherit solid inherit;"&gt;&lt;TD class="xl64" height="21" style="border-top: none;" width="64"&gt;13&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;2011&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;" width="64"&gt;Fall 2011&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;3&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;31211&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;7606&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;129024&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;37648&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: inherit solid inherit;"&gt;&lt;TD class="xl64" height="21" style="border-top: none;" width="64"&gt;14&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;2012&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;" width="64"&gt;Fall 2012&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;3&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;32371&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;7234&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;141750&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;37952&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: inherit solid inherit;"&gt;&lt;TD class="xl64" height="21" style="border-top: none;" width="64"&gt;15&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;2013&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;" width="64"&gt;Fall 2013&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;3&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;32376&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;7176&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;138591&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;39440&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: inherit solid inherit;"&gt;&lt;TD class="xl64" height="21" style="border-top: none;" width="64"&gt;16&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;2014&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;" width="64"&gt;Fall 2014&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;3&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;32716&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;7172&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;136134&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;41704&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Aug 2015 13:26:27 GMT</pubDate>
    <dc:creator>DavidPhillips2</dc:creator>
    <dc:date>2015-08-17T13:26:27Z</dc:date>
    <item>
      <title>Proc Summary Type</title>
      <link>https://communities.sas.com/t5/Developers/Proc-Summary-Type/m-p/200378#M4512</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;Please clarify why type 3 returns a dataset that has values for all three of my sum columns.&amp;nbsp; I found that when I use the below syntax and then only select where type = 3 that I receive values for all three columns.&amp;nbsp; What I am concerned about is that I could end up with a situation where I dynamically feed in three columns and there is no type 3 or type 3 is type 4.&amp;nbsp; Is type three always all three columns combined?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc summary data= enrollment;&lt;/P&gt;&lt;P&gt;&amp;nbsp; var enrolled applications admissions;&lt;/P&gt;&lt;P&gt;&amp;nbsp; class FOUR_DIGIT_YEAR ACADEMIC_PERIOD_DESC;&lt;/P&gt;&lt;P&gt;&amp;nbsp; output out = yieldRateSummaryTable sum = enrolled applications admissions;&lt;/P&gt;&lt;P&gt;&amp;nbsp; where FOUR_DIGIT_YEAR ne '';&lt;/P&gt;&lt;P&gt;&amp;nbsp; run;&lt;/P&gt;&lt;P&gt;&amp;nbsp; data yieldRateSummaryTable; set yieldRateSummaryTable;&lt;/P&gt;&lt;P&gt;&amp;nbsp; where _type_ = 3;&lt;/P&gt;&lt;P&gt;&amp;nbsp; run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE cellpadding="3" cellspacing="0" class="Table" summary="Procedure Print: Data Set WORK.YIELDRATESUMMARYTABLE"&gt;&lt;/TABLE&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" summary="Procedure Print: Data Set WORK.YIELDRATESUMMARYTABLE" width="512"&gt;&lt;TBODY&gt;&lt;TR style="border: inherit solid inherit;"&gt;&lt;TD class="xl63" height="69" width="64"&gt;ods&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="64"&gt;FOUR_DIGIT_YEAR&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="64"&gt;ACADEMIC_PERIOD_DESC&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="64"&gt;_TYPE_&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="64"&gt;_FREQ_&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="64"&gt;enrolled&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="64"&gt;applications&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="64"&gt;admissions&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: inherit solid inherit;"&gt;&lt;TD class="xl64" height="21" style="border-top: none;" width="64"&gt;1&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;" width="64"&gt; &lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;" width="64"&gt; &lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;0&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;159091&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;36418&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;672264&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;193728&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: inherit solid inherit;"&gt;&lt;TD class="xl64" height="21" style="border-top: none;" width="64"&gt;2&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;" width="64"&gt; &lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;" width="64"&gt;Fall 2010&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;1&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;30417&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;7230&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;126765&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;36984&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: inherit solid inherit;"&gt;&lt;TD class="xl64" height="21" style="border-top: none;" width="64"&gt;3&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;" width="64"&gt; &lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;" width="64"&gt;Fall 2011&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;1&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;31211&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;7606&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;129024&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;37648&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: inherit solid inherit;"&gt;&lt;TD class="xl64" height="21" style="border-top: none;" width="64"&gt;4&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;" width="64"&gt; &lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;" width="64"&gt;Fall 2012&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;1&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;32371&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;7234&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;141750&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;37952&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: inherit solid inherit;"&gt;&lt;TD class="xl64" height="21" style="border-top: none;" width="64"&gt;5&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;" width="64"&gt; &lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;" width="64"&gt;Fall 2013&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;1&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;32376&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;7176&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;138591&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;39440&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: inherit solid inherit;"&gt;&lt;TD class="xl64" height="21" style="border-top: none;" width="64"&gt;6&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;" width="64"&gt; &lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;" width="64"&gt;Fall 2014&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;1&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;32716&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;7172&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;136134&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;41704&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: inherit solid inherit;"&gt;&lt;TD class="xl64" height="21" style="border-top: none;" width="64"&gt;7&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;2010&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;" width="64"&gt; &lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;2&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;30417&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;7230&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;126765&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;36984&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: inherit solid inherit;"&gt;&lt;TD class="xl64" height="21" style="border-top: none;" width="64"&gt;8&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;2011&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;" width="64"&gt; &lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;2&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;31211&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;7606&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;129024&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;37648&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: inherit solid inherit;"&gt;&lt;TD class="xl64" height="21" style="border-top: none;" width="64"&gt;9&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;2012&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;" width="64"&gt; &lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;2&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;32371&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;7234&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;141750&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;37952&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: inherit solid inherit;"&gt;&lt;TD class="xl64" height="21" style="border-top: none;" width="64"&gt;10&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;2013&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;" width="64"&gt; &lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;2&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;32376&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;7176&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;138591&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;39440&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: inherit solid inherit;"&gt;&lt;TD class="xl64" height="21" style="border-top: none;" width="64"&gt;11&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;2014&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;" width="64"&gt; &lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;2&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;32716&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;7172&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;136134&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;41704&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: inherit solid inherit;"&gt;&lt;TD class="xl64" height="21" style="border-top: none;" width="64"&gt;12&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;2010&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;" width="64"&gt;Fall 2010&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;3&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;30417&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;7230&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;126765&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;36984&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: inherit solid inherit;"&gt;&lt;TD class="xl64" height="21" style="border-top: none;" width="64"&gt;13&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;2011&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;" width="64"&gt;Fall 2011&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;3&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;31211&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;7606&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;129024&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;37648&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: inherit solid inherit;"&gt;&lt;TD class="xl64" height="21" style="border-top: none;" width="64"&gt;14&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;2012&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;" width="64"&gt;Fall 2012&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;3&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;32371&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;7234&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;141750&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;37952&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: inherit solid inherit;"&gt;&lt;TD class="xl64" height="21" style="border-top: none;" width="64"&gt;15&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;2013&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;" width="64"&gt;Fall 2013&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;3&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;32376&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;7176&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;138591&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;39440&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: inherit solid inherit;"&gt;&lt;TD class="xl64" height="21" style="border-top: none;" width="64"&gt;16&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;2014&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;" width="64"&gt;Fall 2014&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;3&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;32716&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;7172&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;136134&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;" width="64"&gt;41704&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2015 13:26:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Proc-Summary-Type/m-p/200378#M4512</guid>
      <dc:creator>DavidPhillips2</dc:creator>
      <dc:date>2015-08-17T13:26:27Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Summary Type</title>
      <link>https://communities.sas.com/t5/Developers/Proc-Summary-Type/m-p/200379#M4513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;David,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this H&lt;A href="http://support.sas.com/documentation/cdl/en/proc/67916/HTML/default/viewer.htm#n026epq8bpz1f9n10oeb7zen7s1e.htm#n0aqxhrf1s1408n1vi4p31jcpah1"&gt;elp Doc related to the Proc Means&lt;/A&gt; which is very similar to Proc Summary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to the "Output Data Set" section, and in there you should find an explanation on how the _type_ value is calculated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Ahmed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2015 13:36:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Proc-Summary-Type/m-p/200379#M4513</guid>
      <dc:creator>AhmedAl_Attar</dc:creator>
      <dc:date>2015-08-17T13:36:09Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Summary Type</title>
      <link>https://communities.sas.com/t5/Developers/Proc-Summary-Type/m-p/200380#M4514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://www2.sas.com/proceedings/sugi27/p077-27.pdf" title="http://www2.sas.com/proceedings/sugi27/p077-27.pdf"&gt;http://www2.sas.com/proceedings/sugi27/p077-27.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Type is based off of the class variables.&amp;nbsp; The above documentation spells it out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2015 13:42:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Proc-Summary-Type/m-p/200380#M4514</guid>
      <dc:creator>DavidPhillips2</dc:creator>
      <dc:date>2015-08-17T13:42:10Z</dc:date>
    </item>
  </channel>
</rss>

