<?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 do we specify headers and footers in our reports in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/How-do-we-specify-headers-and-footers-in-our-reports/m-p/65873#M18785</link>
    <description>The simplest technique is using a TITLE and FOOTNOTE statement in your SAS program to generate what I believe you are asking.  Also, the SAS DATA step can be used to generate custom reports.  And, the SAS ODS facility can provide enhanced report generation control.   The SAS website  &lt;A href="http://support.sas.com/" target="_blank"&gt;http://support.sas.com/&lt;/A&gt;  has technical user community papers available for review, as well as SAS documentation.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
SAS product Documentation:&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/" target="_blank"&gt;http://support.sas.com/documentation/&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
SAS Data Step - Writing a Report:&lt;BR /&gt;
&lt;A href="http://support.sas.com/onlinedoc/913/getDoc/en/basess.hlp/a002051742.htm" target="_blank"&gt;http://support.sas.com/onlinedoc/913/getDoc/en/basess.hlp/a002051742.htm&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
SAS TITLE and FOOTNOTE DOC:&lt;BR /&gt;
&lt;A href="http://support.sas.com/onlinedoc/913/getDoc/en/lrdict.hlp/a000293668.htm" target="_blank"&gt;http://support.sas.com/onlinedoc/913/getDoc/en/lrdict.hlp/a000293668.htm&lt;/A&gt;</description>
    <pubDate>Sat, 13 Dec 2008 14:41:14 GMT</pubDate>
    <dc:creator>sbb</dc:creator>
    <dc:date>2008-12-13T14:41:14Z</dc:date>
    <item>
      <title>How do we specify headers and footers in our reports</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-do-we-specify-headers-and-footers-in-our-reports/m-p/65872#M18784</link>
      <description>HI all,&lt;BR /&gt;
     Can any body send me the sas code with explanation .will apreciate great help&lt;BR /&gt;
&lt;BR /&gt;
Regards,&lt;BR /&gt;
Govind.</description>
      <pubDate>Sat, 13 Dec 2008 06:44:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-do-we-specify-headers-and-footers-in-our-reports/m-p/65872#M18784</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-12-13T06:44:50Z</dc:date>
    </item>
    <item>
      <title>Re: How do we specify headers and footers in our reports</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-do-we-specify-headers-and-footers-in-our-reports/m-p/65873#M18785</link>
      <description>The simplest technique is using a TITLE and FOOTNOTE statement in your SAS program to generate what I believe you are asking.  Also, the SAS DATA step can be used to generate custom reports.  And, the SAS ODS facility can provide enhanced report generation control.   The SAS website  &lt;A href="http://support.sas.com/" target="_blank"&gt;http://support.sas.com/&lt;/A&gt;  has technical user community papers available for review, as well as SAS documentation.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
SAS product Documentation:&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/" target="_blank"&gt;http://support.sas.com/documentation/&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
SAS Data Step - Writing a Report:&lt;BR /&gt;
&lt;A href="http://support.sas.com/onlinedoc/913/getDoc/en/basess.hlp/a002051742.htm" target="_blank"&gt;http://support.sas.com/onlinedoc/913/getDoc/en/basess.hlp/a002051742.htm&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
SAS TITLE and FOOTNOTE DOC:&lt;BR /&gt;
&lt;A href="http://support.sas.com/onlinedoc/913/getDoc/en/lrdict.hlp/a000293668.htm" target="_blank"&gt;http://support.sas.com/onlinedoc/913/getDoc/en/lrdict.hlp/a000293668.htm&lt;/A&gt;</description>
      <pubDate>Sat, 13 Dec 2008 14:41:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-do-we-specify-headers-and-footers-in-our-reports/m-p/65873#M18785</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2008-12-13T14:41:14Z</dc:date>
    </item>
    <item>
      <title>Re: How do we specify headers and footers in our reports</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-do-we-specify-headers-and-footers-in-our-reports/m-p/65874#M18786</link>
      <description>And in addition to all the resources that Scott has mentioned, I'd like to give a shout out to PROC REPORT. You can use TITLE and FOOTNOTE statements with PROC REPORT, as with other procedures. However, you can -also- put a table/report header BEFORE or AFTER the report by using COMPUTE blocks and the LINE statement.&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
      <pubDate>Sat, 13 Dec 2008 15:55:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-do-we-specify-headers-and-footers-in-our-reports/m-p/65874#M18786</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2008-12-13T15:55:09Z</dc:date>
    </item>
  </channel>
</rss>

