<?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: Listing output begins with multiple blank pages and all of my footnotes in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Listing-output-begins-with-multiple-blank-pages-and-all-of-my/m-p/590661#M169099</link>
    <description>&lt;P&gt;I don't have any prior footnotes as the lines I posted are the exact beginning of my code.&amp;nbsp; &amp;nbsp;After fixing the _all_ and placing the footnote beforehand, I still have a print preview displaying the footnotes and several blank pages.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 21 Sep 2019 21:31:11 GMT</pubDate>
    <dc:creator>camlester</dc:creator>
    <dc:date>2019-09-21T21:31:11Z</dc:date>
    <item>
      <title>Listing output begins with multiple blank pages and all of my footnotes</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Listing-output-begins-with-multiple-blank-pages-and-all-of-my/m-p/590652#M169097</link>
      <description>&lt;P&gt;I'm trying to get my listing output to display results from the same procedure on the same page.&amp;nbsp; While it works for all of my procedures, my listing output for some reason begins with all of my footnotes on separate pages and then numerous blank pages before eventually displaying my content about halfway down the document.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The first part of my code, which I assume to be the most relevant to this issue, is the following:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;libname Lab1 "C:\Users\Cam\Documents\Lab1";&lt;BR /&gt;options pagesize = 20 topmargin = .5 bottom margin = .5&lt;BR /&gt;leftmargin = .5 rightmargin = .5;&lt;BR /&gt;PROC CONTENTS data = Lab1._all_;&lt;BR /&gt;title "Exercise 1";&lt;BR /&gt;footnote;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However I see no reason in here for the listing to begin with blanks and footnotes.&amp;nbsp; Any reason why this is?&lt;/P&gt;</description>
      <pubDate>Sat, 21 Sep 2019 20:30:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Listing-output-begins-with-multiple-blank-pages-and-all-of-my/m-p/590652#M169097</guid>
      <dc:creator>camlester</dc:creator>
      <dc:date>2019-09-21T20:30:13Z</dc:date>
    </item>
    <item>
      <title>Re: Listing output begins with multiple blank pages and all of my footnotes</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Listing-output-begins-with-multiple-blank-pages-and-all-of-my/m-p/590658#M169098</link>
      <description>&lt;P&gt;Have you any previous FOOTNOTEs in your code ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The statement&amp;nbsp;&lt;STRONG&gt;footnote;&amp;nbsp;&lt;/STRONG&gt;means clear any footnote.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Usually I locate TITLEs and FOOTNOTEs before any printing procedure,&lt;/P&gt;
&lt;P&gt;thus clearing previous&amp;nbsp; definitions.&lt;/P&gt;
&lt;P&gt;Try:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;title "Exercise 1";
footnote;
proc contents data=lab1._all_;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;BTW,&amp;nbsp;&lt;STRONG&gt;lab1._all_&amp;nbsp;&lt;/STRONG&gt; will start each dataset contents in a new page.&lt;/P&gt;</description>
      <pubDate>Sat, 21 Sep 2019 21:12:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Listing-output-begins-with-multiple-blank-pages-and-all-of-my/m-p/590658#M169098</guid>
      <dc:creator>Shmuel</dc:creator>
      <dc:date>2019-09-21T21:12:28Z</dc:date>
    </item>
    <item>
      <title>Re: Listing output begins with multiple blank pages and all of my footnotes</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Listing-output-begins-with-multiple-blank-pages-and-all-of-my/m-p/590661#M169099</link>
      <description>&lt;P&gt;I don't have any prior footnotes as the lines I posted are the exact beginning of my code.&amp;nbsp; &amp;nbsp;After fixing the _all_ and placing the footnote beforehand, I still have a print preview displaying the footnotes and several blank pages.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 21 Sep 2019 21:31:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Listing-output-begins-with-multiple-blank-pages-and-all-of-my/m-p/590661#M169099</guid>
      <dc:creator>camlester</dc:creator>
      <dc:date>2019-09-21T21:31:11Z</dc:date>
    </item>
    <item>
      <title>Re: Listing output begins with multiple blank pages and all of my footnotes</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Listing-output-begins-with-multiple-blank-pages-and-all-of-my/m-p/590668#M169101</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/291612"&gt;@camlester&lt;/a&gt;&amp;nbsp;and welcome to the SAS Support Communities!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To avoid unnecessary page breaks in procedure (listing) output you can use the &lt;A href="https://documentation.sas.com/?docsetId=lesysoptsref&amp;amp;docsetTarget=n0vr78nr6afoxzn158j8cj5g224s.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en" target="_blank" rel="noopener"&gt;FORMDLIM system option&lt;/A&gt;:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;options formdlim=' ';&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;After your PROC step you may want to reset it to its default value:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;options formdlim='';&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 21 Sep 2019 22:39:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Listing-output-begins-with-multiple-blank-pages-and-all-of-my/m-p/590668#M169101</guid>
      <dc:creator>FreelanceReinh</dc:creator>
      <dc:date>2019-09-21T22:39:22Z</dc:date>
    </item>
    <item>
      <title>Re: Listing output begins with multiple blank pages and all of my footnotes</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Listing-output-begins-with-multiple-blank-pages-and-all-of-my/m-p/590783#M169138</link>
      <description>&lt;P&gt;Not sure why you would see blank pages.&amp;nbsp;&lt;STRONG&gt; But it does seem strange to limit your pages to just 20 lines.&lt;/STRONG&gt; That will not leave much rome for PROC CONTENTS to place much output on a page.&amp;nbsp; Especially if you have any footnotes and/or titles.&amp;nbsp; If you have the maximum of 10 title lines and 10 footnote lines then there will be zero lines left for the output.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Sep 2019 01:43:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Listing-output-begins-with-multiple-blank-pages-and-all-of-my/m-p/590783#M169138</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2019-09-23T01:43:07Z</dc:date>
    </item>
    <item>
      <title>Re: Listing output begins with multiple blank pages and all of my footnotes</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Listing-output-begins-with-multiple-blank-pages-and-all-of-my/m-p/591347#M169367</link>
      <description>&lt;P&gt;I fixed the pagelines and restarted my SAS.&amp;nbsp; I think part of the issue was the page sizes and the other was old blank pages being stored in the ouput, but it's all fixed now!&lt;/P&gt;</description>
      <pubDate>Wed, 25 Sep 2019 01:43:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Listing-output-begins-with-multiple-blank-pages-and-all-of-my/m-p/591347#M169367</guid>
      <dc:creator>camlester</dc:creator>
      <dc:date>2019-09-25T01:43:08Z</dc:date>
    </item>
  </channel>
</rss>

