<?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: Add spaces in listing file in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Add-spaces-in-listing-file/m-p/592860#M15421</link>
    <description>&lt;P&gt;You may want to share any system options you are setting that affect the listing output. Your picture tells me that you may be doing some that is reducing vertical space as the default pagesize setting shows considerable space for such output.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Easiest may be a footnote statement or two;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;footnote " ";
footnote2" ";
&lt;/PRE&gt;
&lt;P&gt;would add a couple of lines between each procedures output until canceled with a&lt;/P&gt;
&lt;PRE&gt;footnote;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 30 Sep 2019 23:12:15 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2019-09-30T23:12:15Z</dc:date>
    <item>
      <title>Add spaces in listing file</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Add-spaces-in-listing-file/m-p/592853#M15420</link>
      <description>&lt;P&gt;I usually use HTML output, but my supervisor prefers the LISTING destination. Is there a way to increase the separation between the two PROC CONTENTS to increase readability?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Photo.PNG" style="width: 596px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/32851i5B42BC62125C24F6/image-size/large?v=v2&amp;amp;px=999" role="button" title="Photo.PNG" alt="Photo.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's the code for the sample data sets if it's helpful:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data have_a;
 input id name city;
cards;
1 2 3
4 5 6
7 8 9
;
run;

data have_b;
 input color animal zoo;
cards;
10 11 12
13 14 15
16 17 18
;
run;

proc contents data=have_a; run;
proc contents data=have_b; run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 30 Sep 2019 22:26:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Add-spaces-in-listing-file/m-p/592853#M15420</guid>
      <dc:creator>bkq32</dc:creator>
      <dc:date>2019-09-30T22:26:07Z</dc:date>
    </item>
    <item>
      <title>Re: Add spaces in listing file</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Add-spaces-in-listing-file/m-p/592860#M15421</link>
      <description>&lt;P&gt;You may want to share any system options you are setting that affect the listing output. Your picture tells me that you may be doing some that is reducing vertical space as the default pagesize setting shows considerable space for such output.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Easiest may be a footnote statement or two;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;footnote " ";
footnote2" ";
&lt;/PRE&gt;
&lt;P&gt;would add a couple of lines between each procedures output until canceled with a&lt;/P&gt;
&lt;PRE&gt;footnote;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Sep 2019 23:12:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Add-spaces-in-listing-file/m-p/592860#M15421</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2019-09-30T23:12:15Z</dc:date>
    </item>
    <item>
      <title>Re: Add spaces in listing file</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Add-spaces-in-listing-file/m-p/592873#M15422</link>
      <description>&lt;P&gt;Thank you! You're right, I had set PAGESIZE and LINESIZE to max and at one point used ODS PDF which apparently permanently changed those default options (&lt;A href="http://support.sas.com/kb/41/196.html" target="_blank"&gt;http://support.sas.com/kb/41/196.html&lt;/A&gt;).&lt;/P&gt;</description>
      <pubDate>Tue, 01 Oct 2019 00:25:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Add-spaces-in-listing-file/m-p/592873#M15422</guid>
      <dc:creator>bkq32</dc:creator>
      <dc:date>2019-10-01T00:25:24Z</dc:date>
    </item>
  </channel>
</rss>

