<?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 REPORT for multiple parameter in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/PROC-REPORT-for-multiple-parameter/m-p/685961#M208084</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;In table output there around 40 columns to be displayed based on parameters. &lt;BR /&gt;for one param there will be few columns with no values &lt;BR /&gt;and the same columns will be having values for an another param.&lt;BR /&gt;so we cannot avoid those columns in paging. but the task is we should not print columns with no values for any parameter&lt;BR /&gt;and if the same column has values for other parameter then it should be displayed for that specific param.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can someone please provide suggest me the logic&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 23 Sep 2020 06:14:37 GMT</pubDate>
    <dc:creator>mnithinshetty</dc:creator>
    <dc:date>2020-09-23T06:14:37Z</dc:date>
    <item>
      <title>PROC REPORT for multiple parameter</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-REPORT-for-multiple-parameter/m-p/685961#M208084</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;In table output there around 40 columns to be displayed based on parameters. &lt;BR /&gt;for one param there will be few columns with no values &lt;BR /&gt;and the same columns will be having values for an another param.&lt;BR /&gt;so we cannot avoid those columns in paging. but the task is we should not print columns with no values for any parameter&lt;BR /&gt;and if the same column has values for other parameter then it should be displayed for that specific param.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can someone please provide suggest me the logic&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Sep 2020 06:14:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-REPORT-for-multiple-parameter/m-p/685961#M208084</guid>
      <dc:creator>mnithinshetty</dc:creator>
      <dc:date>2020-09-23T06:14:37Z</dc:date>
    </item>
    <item>
      <title>Re: PROC REPORT for multiple parameter</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-REPORT-for-multiple-parameter/m-p/685964#M208087</link>
      <description>&lt;P&gt;I think you will have to pre-process the data.&lt;/P&gt;
&lt;P&gt;Posting an excerpt of the data and the proc report you have will allow better suggestions.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Sep 2020 07:00:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-REPORT-for-multiple-parameter/m-p/685964#M208087</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2020-09-23T07:00:12Z</dc:date>
    </item>
    <item>
      <title>Re: PROC REPORT for multiple parameter</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-REPORT-for-multiple-parameter/m-p/686007#M208100</link>
      <description>&lt;P&gt;A variable (your parameter ?) having columns for values in output suggests you are using&lt;/P&gt;
&lt;PRE&gt;define parameter / across;&lt;/PRE&gt;
&lt;P&gt;Is this the case ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are you stacking across variables ?&lt;/P&gt;
&lt;PRE&gt;columns group (parameter1,parameter2);
define group / group;
define parameter1 / across;
define parameter2 / across;&lt;/PRE&gt;
&lt;P&gt;Is this the case ?&amp;nbsp; If so, you might want a WHERE statement added to the PROC step.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Sep 2020 11:44:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-REPORT-for-multiple-parameter/m-p/686007#M208100</guid>
      <dc:creator>RichardDeVen</dc:creator>
      <dc:date>2020-09-23T11:44:14Z</dc:date>
    </item>
  </channel>
</rss>

