<?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: Help with Proc Print NOBYLINE statement in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Help-with-Proc-Print-NOBYLINE-statement/m-p/36961#M5271</link>
    <description>SASMatt&lt;BR /&gt;
that is very few columns!&lt;BR /&gt;
How wide are they? What variable lengths and formats have they.&lt;BR /&gt;
To check a number of printing options, please post the log reported when you submit this code: &lt;BR /&gt;
proc options group = listcontrol ;run;&lt;BR /&gt;
 &lt;BR /&gt;
&lt;BR /&gt;
PeterC</description>
    <pubDate>Fri, 08 Jan 2010 15:11:25 GMT</pubDate>
    <dc:creator>Peter_C</dc:creator>
    <dc:date>2010-01-08T15:11:25Z</dc:date>
    <item>
      <title>Help with Proc Print NOBYLINE statement</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Help-with-Proc-Print-NOBYLINE-statement/m-p/36959#M5269</link>
      <description>Hi ,&lt;BR /&gt;
&lt;BR /&gt;
I'm using code below for my report and willing to get all the report in one page. I'm also using NOBYLINE statement in my option to suppress the page break for each by group but doesn't work. Can someone let me know where I'm going wrong?&lt;BR /&gt;
&lt;BR /&gt;
options nobyline; &lt;BR /&gt;
proc print data=info split='*';  &lt;BR /&gt;
by centerno ; &lt;BR /&gt;
ID centerno gender; &lt;BR /&gt;
var   race age;&lt;BR /&gt;
Run;&lt;BR /&gt;
 &lt;BR /&gt;
&lt;BR /&gt;
Thanks for your time.&lt;BR /&gt;
&lt;BR /&gt;
Regards,&lt;BR /&gt;
Matt</description>
      <pubDate>Tue, 05 Jan 2010 17:24:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Help-with-Proc-Print-NOBYLINE-statement/m-p/36959#M5269</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-01-05T17:24:02Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Proc Print NOBYLINE statement</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Help-with-Proc-Print-NOBYLINE-statement/m-p/36960#M5270</link>
      <description>The option NOBYLINE does not suppress page breaks, it only suppresses the SAS-generated BY statement variable/value combinations you normally find with PROC PRINT.&lt;BR /&gt;
&lt;BR /&gt;
To suppress (or at least reduce) the SAS-generated pagination event, you can set OPTIONS PAGESIZE=MAX;  in your SAS program prior to the PROC PRINT invocation.&lt;BR /&gt;
&lt;BR /&gt;
WARNING: If you are using ODS HTML, however, you will have a different challenge with pagination.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.&lt;BR /&gt;
&lt;BR /&gt;
Recommended Google advanced search argument for topic-related references:&lt;BR /&gt;
&lt;BR /&gt;
nobyline site:sas.com</description>
      <pubDate>Tue, 05 Jan 2010 19:26:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Help-with-Proc-Print-NOBYLINE-statement/m-p/36960#M5270</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2010-01-05T19:26:34Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Proc Print NOBYLINE statement</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Help-with-Proc-Print-NOBYLINE-statement/m-p/36961#M5271</link>
      <description>SASMatt&lt;BR /&gt;
that is very few columns!&lt;BR /&gt;
How wide are they? What variable lengths and formats have they.&lt;BR /&gt;
To check a number of printing options, please post the log reported when you submit this code: &lt;BR /&gt;
proc options group = listcontrol ;run;&lt;BR /&gt;
 &lt;BR /&gt;
&lt;BR /&gt;
PeterC</description>
      <pubDate>Fri, 08 Jan 2010 15:11:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Help-with-Proc-Print-NOBYLINE-statement/m-p/36961#M5271</guid>
      <dc:creator>Peter_C</dc:creator>
      <dc:date>2010-01-08T15:11:25Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Proc Print NOBYLINE statement</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Help-with-Proc-Print-NOBYLINE-statement/m-p/36962#M5272</link>
      <description>If you are using ODS PDF or ODS RTF, you can suppress page breaks by using the STARTPAGE=NO option:&lt;BR /&gt;
 &lt;BR /&gt;
[pre]&lt;BR /&gt;
ods pdf file='c:\temp\nobr.pdf' startpage=no;&lt;BR /&gt;
ods rtf file='c:\temp\nobr.rtf' startpage=no;&lt;BR /&gt;
...rest of code;&lt;BR /&gt;
ods _all_ close;&lt;BR /&gt;
[/pre]&lt;BR /&gt;
         &lt;BR /&gt;
cynthia</description>
      <pubDate>Fri, 08 Jan 2010 19:22:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Help-with-Proc-Print-NOBYLINE-statement/m-p/36962#M5272</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2010-01-08T19:22:37Z</dc:date>
    </item>
  </channel>
</rss>

