<?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: Memo Field in First Row of Excel Export? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Memo-Field-in-First-Row-of-Excel-Export/m-p/697993#M213407</link>
    <description>ODS TEXT statement is a good option or use PROC REPORT with a data set with a specific value that is printed before the PRINT.</description>
    <pubDate>Tue, 10 Nov 2020 20:37:02 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2020-11-10T20:37:02Z</dc:date>
    <item>
      <title>Memo Field in First Row of Excel Export?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Memo-Field-in-First-Row-of-Excel-Export/m-p/697956#M213397</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am using ods Excel to export multiple worksheets to an Excel document.&amp;nbsp; Below is the code I am currently using, and it is working well.&lt;/P&gt;
&lt;PRE&gt;ods Excel file=&amp;amp;dad_export_file options(sheet_name="Incons_Demo" Absolute_Column_Width='12,8,8,14,8,12' tab_color="#FABF8F");
proc print data=demo_2f noobs style(Data)=[just=left] style(Header)=[just=center];
var chartno sex bdate HCN_NoVC acctno disdate;
format HCN_NoVC $12. chartno $12. acctno $12.;
run; quit;

ods Excel close;

&lt;/PRE&gt;
&lt;P&gt;What I would like is to have the first row, merged to be the width of all 6 columns above, so I can add narrative about what is showing on the report.&amp;nbsp; Is that possible?&amp;nbsp; Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Nov 2020 18:28:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Memo-Field-in-First-Row-of-Excel-Export/m-p/697956#M213397</guid>
      <dc:creator>shellp55</dc:creator>
      <dc:date>2020-11-10T18:28:40Z</dc:date>
    </item>
    <item>
      <title>Re: Memo Field in First Row of Excel Export?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Memo-Field-in-First-Row-of-Excel-Export/m-p/697993#M213407</link>
      <description>ODS TEXT statement is a good option or use PROC REPORT with a data set with a specific value that is printed before the PRINT.</description>
      <pubDate>Tue, 10 Nov 2020 20:37:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Memo-Field-in-First-Row-of-Excel-Export/m-p/697993#M213407</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-11-10T20:37:02Z</dc:date>
    </item>
    <item>
      <title>Re: Memo Field in First Row of Excel Export?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Memo-Field-in-First-Row-of-Excel-Export/m-p/698005#M213418</link>
      <description>&lt;P&gt;Thanks Reeza, but I'm not understanding what you mean.&amp;nbsp; Where would this statement go in relation to the code I provided?&amp;nbsp; &amp;nbsp;Thanks so much.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Nov 2020 21:10:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Memo-Field-in-First-Row-of-Excel-Export/m-p/698005#M213418</guid>
      <dc:creator>shellp55</dc:creator>
      <dc:date>2020-11-10T21:10:38Z</dc:date>
    </item>
  </channel>
</rss>

