<?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: Proc report column is missing and percentage is not visible in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Proc-report-column-is-missing-and-percentage-is-not-visible/m-p/683175#M206903</link>
    <description>&lt;P&gt;Interesting problem. Please post the code you have and data so that we can run the code. "data" refers to a data step using datalines, it does NOT refer to attached files.&lt;/P&gt;</description>
    <pubDate>Fri, 11 Sep 2020 07:03:28 GMT</pubDate>
    <dc:creator>andreas_lds</dc:creator>
    <dc:date>2020-09-11T07:03:28Z</dc:date>
    <item>
      <title>Proc report column is missing and percentage is not visible</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-report-column-is-missing-and-percentage-is-not-visible/m-p/683166#M206899</link>
      <description>Hello Team,&lt;BR /&gt;I was trying to display percentages through proc report .&lt;BR /&gt;1.I have used format=perception8.2 for but in out it was showing only % symbol instead 0.39%.&lt;BR /&gt;2. One of the columns was not displaying in output result even it is available on table and in column of proc report and it was last column.&lt;BR /&gt;&lt;BR /&gt;Kindly help me here.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Veeraswamy&lt;BR /&gt;</description>
      <pubDate>Fri, 11 Sep 2020 05:56:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-report-column-is-missing-and-percentage-is-not-visible/m-p/683166#M206899</guid>
      <dc:creator>Itharaju</dc:creator>
      <dc:date>2020-09-11T05:56:01Z</dc:date>
    </item>
    <item>
      <title>Re: Proc report column is missing and percentage is not visible</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-report-column-is-missing-and-percentage-is-not-visible/m-p/683171#M206901</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;hard to say without seeing your code.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you see the percentages here?&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc report data=sashelp.class;
column name height heightpct;
define height / display ;
define heightpct / computed format=percent8.2;
compute heightpct;
   heightpct=height/100;
endcomp;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Sep 2020 06:58:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-report-column-is-missing-and-percentage-is-not-visible/m-p/683171#M206901</guid>
      <dc:creator>Oligolas</dc:creator>
      <dc:date>2020-09-11T06:58:04Z</dc:date>
    </item>
    <item>
      <title>Re: Proc report column is missing and percentage is not visible</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-report-column-is-missing-and-percentage-is-not-visible/m-p/683175#M206903</link>
      <description>&lt;P&gt;Interesting problem. Please post the code you have and data so that we can run the code. "data" refers to a data step using datalines, it does NOT refer to attached files.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Sep 2020 07:03:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-report-column-is-missing-and-percentage-is-not-visible/m-p/683175#M206903</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2020-09-11T07:03:28Z</dc:date>
    </item>
  </channel>
</rss>

