<?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: How to set each parameter above the corresponding table page title in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-set-each-parameter-above-the-corresponding-table-page/m-p/883509#M349090</link>
    <description>&lt;P&gt;Please show the code that creates the report.&lt;/P&gt;</description>
    <pubDate>Wed, 05 Jul 2023 06:44:00 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2023-07-05T06:44:00Z</dc:date>
    <item>
      <title>How to set each parameter above the corresponding table page title</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-set-each-parameter-above-the-corresponding-table-page/m-p/883497#M349080</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="joycefilm_0-1688523803144.png" style="width: 200px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/85558i803819512067ED2F/image-size/small?v=v2&amp;amp;px=200" role="button" title="joycefilm_0-1688523803144.png" alt="joycefilm_0-1688523803144.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;hellow all,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I only know how to put parameters in the table, but set to the top of each page will not work.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Any suggestion please ?&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV class=""&gt;&lt;CENTER&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/CENTER&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 05 Jul 2023 02:34:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-set-each-parameter-above-the-corresponding-table-page/m-p/883497#M349080</guid>
      <dc:creator>joycefilm</dc:creator>
      <dc:date>2023-07-05T02:34:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to set each parameter above the corresponding table page title</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-set-each-parameter-above-the-corresponding-table-page/m-p/883509#M349090</link>
      <description>&lt;P&gt;Please show the code that creates the report.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jul 2023 06:44:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-set-each-parameter-above-the-corresponding-table-page/m-p/883509#M349090</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2023-07-05T06:44:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to set each parameter above the corresponding table page title</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-set-each-parameter-above-the-corresponding-table-page/m-p/883536#M349095</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods rtf file='c:\temp\temp.rtf' style=journal bodytitle;
proc report data=sashelp.class nowd ;
compute before _page_/style={bordertopcolor=white bordertopwidth=2 borderbottomcolor=black borderbottomwidth=2};
line 'xxxxxx';
endcomp;
run;
ods rtf close;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ksharp_0-1688557638516.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/85561i968DEFA14365D1E0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ksharp_0-1688557638516.png" alt="Ksharp_0-1688557638516.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jul 2023 11:47:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-set-each-parameter-above-the-corresponding-table-page/m-p/883536#M349095</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2023-07-05T11:47:04Z</dc:date>
    </item>
  </channel>
</rss>

