<?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 with No Page Numbers in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Proc-Print-with-No-Page-Numbers/m-p/777118#M247189</link>
    <description>&lt;P&gt;Also check out the SPLIT= option on the PROC PRINT statement.&lt;/P&gt;</description>
    <pubDate>Thu, 28 Oct 2021 19:54:03 GMT</pubDate>
    <dc:creator>Astounding</dc:creator>
    <dc:date>2021-10-28T19:54:03Z</dc:date>
    <item>
      <title>Proc Print with No Page Numbers</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Print-with-No-Page-Numbers/m-p/777072#M247180</link>
      <description>&lt;P&gt;In my assignment, I am told to print some data with specifications such as:&lt;/P&gt;&lt;P&gt;1. no page numbers&lt;/P&gt;&lt;P&gt;2. two titles and a footnote&lt;/P&gt;&lt;P&gt;3. row numbers suppressed from output&lt;/P&gt;&lt;P&gt;4. label breaks for "2012 NCAA&amp;nbsp; Athletic Conference"&lt;/P&gt;&lt;P&gt;ex. Column looks like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 2012 NCAA&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Athletic&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Conference&lt;/P&gt;&lt;P&gt;5. Apply user-defined formats&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So far, I believe I have the correct program for requirements 2, 3, and 5.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am requesting help on how to print without page numbers and how to make a label break in the correct spot. Below is my code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc print data = stat304.cleanset (obs=10) NOOBS label;&lt;BR /&gt;var Rank Conf Name Team Class Position;&lt;BR /&gt;format Class $formclass. Position $formposition. Calc_PPG formcalc.;&lt;BR /&gt;title1 "2012 NCAA Division 1 Men's Basketball";&lt;BR /&gt;title2 "Top 10 Scores";&lt;BR /&gt;footnote "Point Values as of March 1, 2012";&lt;BR /&gt;label Conf = "2012 NCAA Athletic Conference";&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Oct 2021 17:47:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Print-with-No-Page-Numbers/m-p/777072#M247180</guid>
      <dc:creator>soculhane</dc:creator>
      <dc:date>2021-10-28T17:47:28Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Print with No Page Numbers</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Print-with-No-Page-Numbers/m-p/777074#M247181</link>
      <description>&lt;P&gt;Check out the OPTIONS statement.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Oct 2021 17:54:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Print-with-No-Page-Numbers/m-p/777074#M247181</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2021-10-28T17:54:32Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Print with No Page Numbers</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Print-with-No-Page-Numbers/m-p/777118#M247189</link>
      <description>&lt;P&gt;Also check out the SPLIT= option on the PROC PRINT statement.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Oct 2021 19:54:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Print-with-No-Page-Numbers/m-p/777118#M247189</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2021-10-28T19:54:03Z</dc:date>
    </item>
  </channel>
</rss>

