<?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 Print doesn't produce any results except a title in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Proc-Print-doesn-t-produce-any-results-except-a-title/m-p/875117#M345772</link>
    <description>&lt;P&gt;Please note the misspelling in this statement:&lt;/P&gt;
&lt;PRE&gt;RBREAK AFTER/ SUMMAIZE OL SKIP;&lt;/PRE&gt;
&lt;P&gt;Did you check your SAS log for errors?&amp;nbsp;SUMMAIZE should be&amp;nbsp;SUMMARIZE.&lt;/P&gt;</description>
    <pubDate>Wed, 10 May 2023 23:51:34 GMT</pubDate>
    <dc:creator>SASKiwi</dc:creator>
    <dc:date>2023-05-10T23:51:34Z</dc:date>
    <item>
      <title>Proc Print doesn't produce any results except a title</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Print-doesn-t-produce-any-results-except-a-title/m-p/875111#M345770</link>
      <description>&lt;PRE&gt;Proc report Data=libname.thisdata NOWINDOWS Headline headskip;
column id  LNAME FNAME BIRTH_DATE GENDER group status;
Define group/ Group 'Grouped by something';
BREAK AFTER PROV_ID/ summarize OL SKIP;
RBREAK AFTER/ SUMMAIZE OL SKIP;
Define status/ Across;
TITLE 'today title';
run;&lt;/PRE&gt;
&lt;P&gt;Hello team,&lt;/P&gt;
&lt;P&gt;This code does not give any errors, but it doesn't provide any results either. It only displays title in the result tab of SAS eg 7.0.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Blue blue&lt;/P&gt;</description>
      <pubDate>Wed, 10 May 2023 23:23:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Print-doesn-t-produce-any-results-except-a-title/m-p/875111#M345770</guid>
      <dc:creator>GN0001</dc:creator>
      <dc:date>2023-05-10T23:23:25Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Print doesn't produce any results except a title</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Print-doesn-t-produce-any-results-except-a-title/m-p/875117#M345772</link>
      <description>&lt;P&gt;Please note the misspelling in this statement:&lt;/P&gt;
&lt;PRE&gt;RBREAK AFTER/ SUMMAIZE OL SKIP;&lt;/PRE&gt;
&lt;P&gt;Did you check your SAS log for errors?&amp;nbsp;SUMMAIZE should be&amp;nbsp;SUMMARIZE.&lt;/P&gt;</description>
      <pubDate>Wed, 10 May 2023 23:51:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Print-doesn-t-produce-any-results-except-a-title/m-p/875117#M345772</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2023-05-10T23:51:34Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Print doesn't produce any results except a title</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Print-doesn-t-produce-any-results-except-a-title/m-p/875129#M345777</link>
      <description>&lt;P&gt;Also how can you&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;BREAK AFTER PROV_ID/ summarize OL SKIP;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;When PROV_ID is not listed in the COLUMN statement?&lt;/P&gt;</description>
      <pubDate>Thu, 11 May 2023 02:31:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Print-doesn-t-produce-any-results-except-a-title/m-p/875129#M345777</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2023-05-11T02:31:17Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Print doesn't produce any results except a title</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Print-doesn-t-produce-any-results-except-a-title/m-p/875271#M345838</link>
      <description>&lt;P&gt;Why is the subject "Proc Print" when the code shown is "Proc Report"?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Where is LOG. Just because it doesn't show errors the log still is likely to show something about why no output is generated. So include the LOG with ALL the code, notes and messages associated with the procedure call.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Nothing like seeing something like this to clarify why no output was generated:&lt;/P&gt;
&lt;PRE&gt;26
27   proc report data=junk;
28   run;

NOTE: No observations in data set WORK.JUNK.
NOTE: No observations in input data set.
&lt;/PRE&gt;
&lt;P&gt;Run a report on an empty set =&amp;gt; empty report.&lt;/P&gt;
&lt;P&gt;So, show the log.&lt;/P&gt;</description>
      <pubDate>Thu, 11 May 2023 16:08:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Print-doesn-t-produce-any-results-except-a-title/m-p/875271#M345838</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2023-05-11T16:08:33Z</dc:date>
    </item>
  </channel>
</rss>

