<?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: re: proc tabulate suppress blank column in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/re-proc-tabulate-suppress-blank-column/m-p/835672#M330379</link>
    <description>&lt;P&gt;Hi Cynthia,.....Thanks for your help. the suggestion of including ROW=FLOAT worked.&lt;/P&gt;</description>
    <pubDate>Wed, 28 Sep 2022 17:53:24 GMT</pubDate>
    <dc:creator>twildone</dc:creator>
    <dc:date>2022-09-28T17:53:24Z</dc:date>
    <item>
      <title>re: proc tabulate suppress blank column</title>
      <link>https://communities.sas.com/t5/SAS-Programming/re-proc-tabulate-suppress-blank-column/m-p/835638#M330360</link>
      <description>&lt;P&gt;Hi....I am trying to suppress a column that is blank when I run this code. The blank column appears next to the the column labelled "Programs" in the output. Any suggestion on how to suppress this blank column. Thanks&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;proc tabulate data=ListFinal1000;
	
	var COUNT_of_StudentUID;
	class 'Academic Year'n / style=[background=lightgreen  ] order=unformatted missing;
	class "Education Status"n /	style=[background=lightgreen ] order=unformatted missing;
	class Programs / style=[background=lightgreen ] order=unformatted missing;
    classlev 'Academic Year'n / style=[background=lightgreen];
    classlev Programs / style=[background=lightgreen cellwidth=10.0cm];
    classlev "Education Status"n / style=[background=lightgreen cellwidth=3.0cm];

    table "Education Status"n=' ' * Programs=' ' * pctsum&amp;lt;Programs&amp;gt;=''*f=8.2, 'Academic Year'n * COUNT_of_StudentUID='' / box=[label='Percentage of Applications for Each Program and Academic Year' style=[backgroundcolor=lightgreen cellwidth=10.0cm]];
;
run;&lt;/PRE&gt;</description>
      <pubDate>Wed, 28 Sep 2022 15:21:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/re-proc-tabulate-suppress-blank-column/m-p/835638#M330360</guid>
      <dc:creator>twildone</dc:creator>
      <dc:date>2022-09-28T15:21:43Z</dc:date>
    </item>
    <item>
      <title>Re: re: proc tabulate suppress blank column</title>
      <link>https://communities.sas.com/t5/SAS-Programming/re-proc-tabulate-suppress-blank-column/m-p/835667#M330376</link>
      <description>Hi:&lt;BR /&gt;Without data, it's hard to visualize what you're seeing. I see that you have Programs nested inside Education Status with Academic Year and Count of Students in the column dimension, but since Programs is nested inside Education Status it's hard to comment since you are assigning blanks in the TABLE statement for all the variable and statistics headers in the row dimension. You could try ROW=FLOAT, or experiment with MISSING to see which might work to suppress the blank column, but it sort of depends on whether the blanks are to the left or the right or Programs, and whether the blanks are header cells or data cells -- which is hard to see without any data.&lt;BR /&gt;Cynthia</description>
      <pubDate>Wed, 28 Sep 2022 17:20:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/re-proc-tabulate-suppress-blank-column/m-p/835667#M330376</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2022-09-28T17:20:33Z</dc:date>
    </item>
    <item>
      <title>Re: re: proc tabulate suppress blank column</title>
      <link>https://communities.sas.com/t5/SAS-Programming/re-proc-tabulate-suppress-blank-column/m-p/835672#M330379</link>
      <description>&lt;P&gt;Hi Cynthia,.....Thanks for your help. the suggestion of including ROW=FLOAT worked.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Sep 2022 17:53:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/re-proc-tabulate-suppress-blank-column/m-p/835672#M330379</guid>
      <dc:creator>twildone</dc:creator>
      <dc:date>2022-09-28T17:53:24Z</dc:date>
    </item>
  </channel>
</rss>

