<?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 Creating an Instructions sheet in report output in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Creating-an-Instructions-sheet-in-report-output/m-p/371038#M18863</link>
    <description>&lt;P&gt;I run a daily report, and based on the entries in the report there are different instuctions on what to do. &amp;nbsp;I wanted to put an instructions sheet in the report to refer to. &amp;nbsp;How can I do that?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Elliott&lt;/P&gt;</description>
    <pubDate>Tue, 27 Jun 2017 19:34:27 GMT</pubDate>
    <dc:creator>Elliott</dc:creator>
    <dc:date>2017-06-27T19:34:27Z</dc:date>
    <item>
      <title>Creating an Instructions sheet in report output</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Creating-an-Instructions-sheet-in-report-output/m-p/371038#M18863</link>
      <description>&lt;P&gt;I run a daily report, and based on the entries in the report there are different instuctions on what to do. &amp;nbsp;I wanted to put an instructions sheet in the report to refer to. &amp;nbsp;How can I do that?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Elliott&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jun 2017 19:34:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Creating-an-Instructions-sheet-in-report-output/m-p/371038#M18863</guid>
      <dc:creator>Elliott</dc:creator>
      <dc:date>2017-06-27T19:34:27Z</dc:date>
    </item>
    <item>
      <title>Re: Creating an Instructions sheet in report output</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Creating-an-Instructions-sheet-in-report-output/m-p/371041#M18864</link>
      <description>&lt;P&gt;You can use ODS TEXT to write text to the output destination.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jun 2017 20:15:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Creating-an-Instructions-sheet-in-report-output/m-p/371041#M18864</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-06-27T20:15:44Z</dc:date>
    </item>
    <item>
      <title>Re: Creating an Instructions sheet in report output</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Creating-an-Instructions-sheet-in-report-output/m-p/371057#M18866</link>
      <description>&lt;P&gt;Procs ODSTEXT and or ODSLIST, a bit different than ODS Text, might be a better joice for significant blocks of text. For one thing you can keep data in a data set and use that to generate output. So it may be possible to link data to your report data and customize the instrutions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jun 2017 21:24:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Creating-an-Instructions-sheet-in-report-output/m-p/371057#M18866</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-06-27T21:24:44Z</dc:date>
    </item>
    <item>
      <title>Re: Creating an Instructions sheet in report output</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Creating-an-Instructions-sheet-in-report-output/m-p/371078#M18867</link>
      <description>So the answer is it depends. There are methods of adding information to various places. If you use HTML maybe it's a tooltip. If it's something else, the options can vary. Basically you need to provide more information if you need more details.</description>
      <pubDate>Tue, 27 Jun 2017 22:50:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Creating-an-Instructions-sheet-in-report-output/m-p/371078#M18867</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-06-27T22:50:19Z</dc:date>
    </item>
    <item>
      <title>Re: Creating an Instructions sheet in report output</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Creating-an-Instructions-sheet-in-report-output/m-p/371096#M18869</link>
      <description>I am using ods to create an excel report, I wanted to add an additional sheet with instructions on how to work the report.&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Jun 2017 00:02:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Creating-an-Instructions-sheet-in-report-output/m-p/371096#M18869</guid>
      <dc:creator>Elliott</dc:creator>
      <dc:date>2017-06-28T00:02:39Z</dc:date>
    </item>
    <item>
      <title>Re: Creating an Instructions sheet in report output</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Creating-an-Instructions-sheet-in-report-output/m-p/371104#M18870</link>
      <description>&lt;P&gt;Add instructions as text to a dataset. Proc Print/Report the dataset to ODS.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jun 2017 00:52:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Creating-an-Instructions-sheet-in-report-output/m-p/371104#M18870</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-06-28T00:52:52Z</dc:date>
    </item>
  </channel>
</rss>

