<?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 in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Proc-report/m-p/46139#M12248</link>
    <description>Hi:&lt;BR /&gt;
  Generally, PROC REPORT, PROC TABULATE go hand-in-hand with ODS for reporting. So it was an OK place to post your original question. &lt;BR /&gt;
&lt;BR /&gt;
  Did you look at the program I posted??? It shows a similar data scenario - -using SASHELP.CLASS -- but with only 3 rows and 5 variables. However, one of the rows has missing values for 2 of the variables -- so except for the number of rows and the number of variables, the situation in my program will illustrate the fact that you cannot "remove" the column header for the 2 missing values.&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
    <pubDate>Tue, 07 Dec 2010 21:20:17 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2010-12-07T21:20:17Z</dc:date>
    <item>
      <title>Proc report</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-report/m-p/46134#M12243</link>
      <description>Hello if anyone know the solution please reply me&lt;BR /&gt;
&lt;BR /&gt;
i have a data set with around 40 variables and 20 observarions&lt;BR /&gt;
i need to produce a report  for that in the below mentioned way&lt;BR /&gt;
&lt;BR /&gt;
1.each observation in a page i.e 20 observations in 20 pages&lt;BR /&gt;
&lt;BR /&gt;
2.one obervation has only 18 variables and the data and in the remaining 2 variables s missing.&lt;BR /&gt;
&lt;BR /&gt;
report for this observation should have only 18 variables and the variables with missing data must be removed.&lt;BR /&gt;
&lt;BR /&gt;
for this program with proc report i need to give all the  40 variable names in the column statement.&lt;BR /&gt;
&lt;BR /&gt;
is there any other way to solve this without giving the 40 variable names&lt;BR /&gt;
since i have many data sets with different variable names&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Thanks&lt;BR /&gt;
Sid</description>
      <pubDate>Tue, 07 Dec 2010 18:58:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-report/m-p/46134#M12243</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-12-07T18:58:11Z</dc:date>
    </item>
    <item>
      <title>Re: Proc report</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-report/m-p/46135#M12244</link>
      <description>Help me here a bit.  rows are observations. Variables columns.&lt;BR /&gt;
&lt;BR /&gt;
You have a data set with 40 variables and 20 observations and you want to report on one observation at a time.  OK so far,&lt;BR /&gt;
&lt;BR /&gt;
But in the 2) portion of your post you have 18 variables, do you mean observations?  You want to only include non-missing data in your report?&lt;BR /&gt;
&lt;BR /&gt;
Perhaps if you gave us a dummy example, it might help us understand.  Say 3 rows and 4 columns of made up data.</description>
      <pubDate>Tue, 07 Dec 2010 19:34:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-report/m-p/46135#M12244</guid>
      <dc:creator>ArtC</dc:creator>
      <dc:date>2010-12-07T19:34:22Z</dc:date>
    </item>
    <item>
      <title>Re: Proc report</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-report/m-p/46136#M12245</link>
      <description>Art asks good questions. Also, you do not need to post your question in multiple forums. I posted a response to this question in the ODS and Reporting forum.&lt;BR /&gt;
 &lt;BR /&gt;
 cynthia</description>
      <pubDate>Tue, 07 Dec 2010 19:50:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-report/m-p/46136#M12245</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2010-12-07T19:50:24Z</dc:date>
    </item>
    <item>
      <title>Re: Proc report</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-report/m-p/46137#M12246</link>
      <description>@cynthia Sorry....i forgot to mention it. i thought it was a wrong place for posting my question</description>
      <pubDate>Tue, 07 Dec 2010 21:12:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-report/m-p/46137#M12246</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-12-07T21:12:12Z</dc:date>
    </item>
    <item>
      <title>Re: Proc report</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-report/m-p/46138#M12247</link>
      <description>@art i got the answer for my question &lt;BR /&gt;
&lt;BR /&gt;
one observation has 38 variables means the other 2  variables has missing data in the total 40 variables.&lt;BR /&gt;
variables are columns and observations are rows&lt;BR /&gt;
&lt;BR /&gt;
each row has 40 columns</description>
      <pubDate>Tue, 07 Dec 2010 21:14:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-report/m-p/46138#M12247</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-12-07T21:14:00Z</dc:date>
    </item>
    <item>
      <title>Re: Proc report</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-report/m-p/46139#M12248</link>
      <description>Hi:&lt;BR /&gt;
  Generally, PROC REPORT, PROC TABULATE go hand-in-hand with ODS for reporting. So it was an OK place to post your original question. &lt;BR /&gt;
&lt;BR /&gt;
  Did you look at the program I posted??? It shows a similar data scenario - -using SASHELP.CLASS -- but with only 3 rows and 5 variables. However, one of the rows has missing values for 2 of the variables -- so except for the number of rows and the number of variables, the situation in my program will illustrate the fact that you cannot "remove" the column header for the 2 missing values.&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
      <pubDate>Tue, 07 Dec 2010 21:20:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-report/m-p/46139#M12248</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2010-12-07T21:20:17Z</dc:date>
    </item>
    <item>
      <title>Re: Proc report</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-report/m-p/46140#M12249</link>
      <description>yes Cynthia i got the answer from your post only</description>
      <pubDate>Tue, 07 Dec 2010 23:34:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-report/m-p/46140#M12249</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-12-07T23:34:02Z</dc:date>
    </item>
  </channel>
</rss>

