<?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 Template - Header Lines in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Template-Header-Lines/m-p/395032#M19321</link>
    <description>&lt;P&gt;Change it in your proc report code:&lt;/P&gt;
&lt;PRE&gt;proc report...;
...

  compute before;
    line ' ';
  endcomp;
  compute after;
    line ' ';
  endcomp;
run;&lt;/PRE&gt;</description>
    <pubDate>Tue, 12 Sep 2017 08:20:38 GMT</pubDate>
    <dc:creator>RW9</dc:creator>
    <dc:date>2017-09-12T08:20:38Z</dc:date>
    <item>
      <title>Proc Template - Header Lines</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Template-Header-Lines/m-p/395004#M19320</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.JPG" style="width: 319px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/15027i19984775103FDCA0/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.JPG" alt="Capture.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Please see above table columns with data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Column names is almost overlapped with header lines. but when I zoom they actually not. I would like to get a space between header lines and columns and header and body data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;what should be changed proc template code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using proc template.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc template;&lt;BR /&gt;define style std/store=templates;&lt;BR /&gt;parent = Styles.rtf ;&lt;BR /&gt;class fonts /&lt;BR /&gt;'TitleFont' = ("Courier, Times Roman, Times", 8pt )&lt;BR /&gt;'TitleFont2' = ("Courier, Times Roman, Times", 8pt )&lt;BR /&gt;'footFont' = ("Courier, Times Roman, Times", 8pt )&lt;BR /&gt;'StrongFont' = ("Courier, Times Roman, Times", 8pt)&lt;BR /&gt;'EmphasisFont' = ("Courier, Times Roman, Times", 8pt)&lt;BR /&gt;'headingEmphasisFont' = ("Courier, Times Roman, Times", 8pt)&lt;BR /&gt;'headingFont' = ("Courier, Times Roman, Times", 8pt)&lt;BR /&gt;'docFont' = ("Courier, Times Roman, Times",8pt)&lt;BR /&gt;'FixedEmphasisFont' = ("Courier, Times Roman, Times", 8pt)&lt;BR /&gt;'FixedStrongFont' = ("Courier, Times Roman, Times", 8pt)&lt;BR /&gt;'FixedHeadingFont' = ("Courier, Times Roman, Times", 8pt)&lt;BR /&gt;'BatchFixedFont' = ("Courier, Times Roman, Times", 8pt)&lt;BR /&gt;'FixedFont' = ("Courier, Times Roman, Times", 8pt) ;&lt;/P&gt;&lt;P&gt;class color_list / 'link'= blue 'bgH' = white 'bgT' = white 'bgD' = white 'fg' = black 'bg' = white ;&lt;/P&gt;&lt;P&gt;style Table from Output / rules = groups frame= above cellpadding = 0 cellspacing = 0 ;&lt;/P&gt;&lt;P&gt;replace headersandFooters from cell/&lt;BR /&gt;font = fonts('HeadingFont') foreground = blank background = white;&lt;/P&gt;&lt;P&gt;class systemtitle / protectspecialchars=OFF asis=ON ;&lt;BR /&gt;class systemfooter / font=Fonts('footFont') protectspecialchars=OFF asis=ON ;&lt;BR /&gt;class text / 'continued' = " " ;&lt;BR /&gt;class continued / pretext=text('continued') width=_undef_ frame=void rules=none borderspacing = 0 padding = 0 ;&lt;BR /&gt;class header / protectspecialchars=off ;&lt;BR /&gt;class data / protectspecialchars=off ;&lt;BR /&gt;class rowheader / protectspecialchars=off ;&lt;BR /&gt;class usertext / protectspecialchars=off ;&lt;BR /&gt;class byline / protectspecialchars=off ;&lt;BR /&gt;end;&lt;BR /&gt;quit;&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;&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>Tue, 12 Sep 2017 06:35:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Template-Header-Lines/m-p/395004#M19320</guid>
      <dc:creator>vandhan</dc:creator>
      <dc:date>2017-09-12T06:35:01Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Template - Header Lines</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Template-Header-Lines/m-p/395032#M19321</link>
      <description>&lt;P&gt;Change it in your proc report code:&lt;/P&gt;
&lt;PRE&gt;proc report...;
...

  compute before;
    line ' ';
  endcomp;
  compute after;
    line ' ';
  endcomp;
run;&lt;/PRE&gt;</description>
      <pubDate>Tue, 12 Sep 2017 08:20:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Template-Header-Lines/m-p/395032#M19321</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2017-09-12T08:20:38Z</dc:date>
    </item>
  </channel>
</rss>

