<?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 layout display in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/proc-report-layout-display/m-p/124194#M34147</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using Proc report data=test;&amp;nbsp; with column and define statements. I am getting the report if it has records, but getting blank page if dataset doesn't have any records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to see the layout structure(column) even dataset has empty records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any proc report option to display&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 May 2012 23:26:06 GMT</pubDate>
    <dc:creator>sunilreddy</dc:creator>
    <dc:date>2012-05-22T23:26:06Z</dc:date>
    <item>
      <title>proc report layout display</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-report-layout-display/m-p/124194#M34147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using Proc report data=test;&amp;nbsp; with column and define statements. I am getting the report if it has records, but getting blank page if dataset doesn't have any records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to see the layout structure(column) even dataset has empty records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any proc report option to display&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2012 23:26:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-report-layout-display/m-p/124194#M34147</guid>
      <dc:creator>sunilreddy</dc:creator>
      <dc:date>2012-05-22T23:26:06Z</dc:date>
    </item>
    <item>
      <title>Re: proc report layout display</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-report-layout-display/m-p/124195#M34148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;&amp;nbsp; PROC REPORT can only show what is in the dataset specified by the DATA= option. If the dataset (let's call it WORK.NEW) has zero observations, then you are probably seeing messages like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;NOTE: No observations in data set WORK.NEW.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;NOTE: No observations in input data set.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; If you need to find out whether there are observations in the data set so you can change your program logic to insert an observation with all missing values, then you will probably need to look to more advanced programming techniques or using SAS Macro programming to craft a solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2012 01:12:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-report-layout-display/m-p/124195#M34148</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2012-05-23T01:12:48Z</dc:date>
    </item>
  </channel>
</rss>

