<?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: Suppress a column in Proc Report in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Suppress-a-column-in-Proc-Report/m-p/469417#M120074</link>
    <description>&lt;P&gt;Then I would suggest either a computed column that sets it to blank if it's 4, or a custom format that masks it if it's 4.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 11 Jun 2018 21:43:20 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2018-06-11T21:43:20Z</dc:date>
    <item>
      <title>Suppress a column in Proc Report</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Suppress-a-column-in-Proc-Report/m-p/469387#M120065</link>
      <description>&lt;P&gt;In the proc report example below, is there a way to hide or suppress the column where y=4 from the output?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;data&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; a;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;input&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; x &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;1.&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt; y &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;1.&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;datalines&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;14&lt;/P&gt;&lt;P&gt;24&lt;/P&gt;&lt;P&gt;33&lt;/P&gt;&lt;P&gt;22&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;report&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;data&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=a;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;columns&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; x y;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;define&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; x / &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;group&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;define&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; y / &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;across&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;define&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;n&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; / &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;format&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;8.&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jun 2018 20:01:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Suppress-a-column-in-Proc-Report/m-p/469387#M120065</guid>
      <dc:creator>Batman</dc:creator>
      <dc:date>2018-06-11T20:01:16Z</dc:date>
    </item>
    <item>
      <title>Re: Suppress a column in Proc Report</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Suppress-a-column-in-Proc-Report/m-p/469388#M120066</link>
      <description>&lt;P&gt;Use a where condition near data&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc report data=a(where=(y&amp;lt;&amp;gt;4));&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 11 Jun 2018 20:06:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Suppress-a-column-in-Proc-Report/m-p/469388#M120066</guid>
      <dc:creator>SuryaKiran</dc:creator>
      <dc:date>2018-06-11T20:06:03Z</dc:date>
    </item>
    <item>
      <title>Re: Suppress a column in Proc Report</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Suppress-a-column-in-Proc-Report/m-p/469405#M120068</link>
      <description>&lt;P&gt;&lt;FONT face="Courier New" size="3" color="#000080"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/FONT&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;FONT face="Courier New" size="3" color="#000080"&gt;report&lt;/FONT&gt;&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT face="Courier New" size="3" color="#0000ff"&gt;data&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=a;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4" color="#993366"&gt;&lt;STRONG&gt;&lt;FONT face="Courier New"&gt;WHERE y ne 4;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="3" color="#0000ff"&gt;columns&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;x y;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="3" color="#0000ff"&gt;define&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;x /&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3" color="#0000ff"&gt;group&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="3" color="#0000ff"&gt;define&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;y /&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3" color="#0000ff"&gt;across&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="3" color="#0000ff"&gt;define&lt;/FONT&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT face="Courier New" size="3" color="#0000ff"&gt;n&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;/&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3" color="#0000ff"&gt;format&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT face="Courier New" size="3" color="#008080"&gt;8.&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="3" color="#000080"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;Most procs support a WHERE statement.&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jun 2018 21:05:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Suppress-a-column-in-Proc-Report/m-p/469405#M120068</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-06-11T21:05:35Z</dc:date>
    </item>
    <item>
      <title>Re: Suppress a column in Proc Report</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Suppress-a-column-in-Proc-Report/m-p/469411#M120070</link>
      <description>&lt;P&gt;Thanks to both respondents.&amp;nbsp; I should have been clearer, I actually plan to use more variables and would like the observations that contain y=4 to be in those distributions.&amp;nbsp;&amp;nbsp; The solution you recommended wouldn't allow that.&amp;nbsp;&amp;nbsp; Is there a way to just hide the column from the output for display purposes?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jun 2018 21:29:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Suppress-a-column-in-Proc-Report/m-p/469411#M120070</guid>
      <dc:creator>Batman</dc:creator>
      <dc:date>2018-06-11T21:29:42Z</dc:date>
    </item>
    <item>
      <title>Re: Suppress a column in Proc Report</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Suppress-a-column-in-Proc-Report/m-p/469414#M120072</link>
      <description>&lt;P&gt;Provide more details, preferably some more data and an example of what you want as output.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/9248"&gt;@Batman&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Thanks to both respondents.&amp;nbsp; I should have been clearer, I actually plan to use more variables and would like the observations that contain y=4 to be in those distributions.&amp;nbsp;&amp;nbsp; The solution you recommended wouldn't allow that.&amp;nbsp;&amp;nbsp; Is there a way to just hide the column from the output for display purposes?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jun 2018 21:32:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Suppress-a-column-in-Proc-Report/m-p/469414#M120072</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-06-11T21:32:58Z</dc:date>
    </item>
    <item>
      <title>Re: Suppress a column in Proc Report</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Suppress-a-column-in-Proc-Report/m-p/469416#M120073</link>
      <description>&lt;P&gt;Here is a better example.&amp;nbsp;&amp;nbsp; I'd like to hide the column where y=4, but I'd still like all values of z to appear.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;data&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; a;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;input&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; x &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;1.&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt; y &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;1.&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt; z &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;1.&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;datalines&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;146&lt;/P&gt;&lt;P&gt;240&lt;/P&gt;&lt;P&gt;330&lt;/P&gt;&lt;P&gt;220&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;report&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;data&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=a;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;columns&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; x y z;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;define&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; x / &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;group&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;define&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; y / &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;across&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;define&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; z / &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;across&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;define&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;n&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; / &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;format&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;8.&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jun 2018 21:40:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Suppress-a-column-in-Proc-Report/m-p/469416#M120073</guid>
      <dc:creator>Batman</dc:creator>
      <dc:date>2018-06-11T21:40:15Z</dc:date>
    </item>
    <item>
      <title>Re: Suppress a column in Proc Report</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Suppress-a-column-in-Proc-Report/m-p/469417#M120074</link>
      <description>&lt;P&gt;Then I would suggest either a computed column that sets it to blank if it's 4, or a custom format that masks it if it's 4.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jun 2018 21:43:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Suppress-a-column-in-Proc-Report/m-p/469417#M120074</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-06-11T21:43:20Z</dc:date>
    </item>
    <item>
      <title>Re: Suppress a column in Proc Report</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Suppress-a-column-in-Proc-Report/m-p/469420#M120076</link>
      <description>&lt;P&gt;Do you have a sample of either?&amp;nbsp;&amp;nbsp; How can I write a compute block for a value of a variable that is defined as an across variable?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jun 2018 21:51:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Suppress-a-column-in-Proc-Report/m-p/469420#M120076</guid>
      <dc:creator>Batman</dc:creator>
      <dc:date>2018-06-11T21:51:24Z</dc:date>
    </item>
    <item>
      <title>Re: Suppress a column in Proc Report</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Suppress-a-column-in-Proc-Report/m-p/469431#M120080</link>
      <description>&lt;P&gt;Hi:&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Since you made both Y and Z Across variables and you're getting the count in every cell, it's going to be hard to suppress the Y=4 column when the data is structured the way you show.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; If you restructured your data, so that there was only 1 value on every row and a type indicator that was character, that would be easier to suppress the entire column when Y=4, as shown below:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="restructure_data_suppress_4.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/21161i23B18CAD7A3408BA/image-size/large?v=v2&amp;amp;px=999" role="button" title="restructure_data_suppress_4.png" alt="restructure_data_suppress_4.png" /&gt;&lt;/span&gt;&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you're OK seeing a column for Y=4, but with missing instead of a count, then you could use a COMPUTE block to change the value to 0 or missing. But the challenge with that is that the Y column would still be there and since Y is an ACROSS variable in your example code, you would have to use an absolute column number in the COMPUTE block.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; I just used a datalines for the restructured data to show you how it would work. You could also write a program to restructure what you have into this form. Hope this helps,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cynthia&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jun 2018 22:28:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Suppress-a-column-in-Proc-Report/m-p/469431#M120080</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2018-06-11T22:28:07Z</dc:date>
    </item>
  </channel>
</rss>

