<?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 ODS Excel Issues in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-Excel-Issues/m-p/593710#M23358</link>
    <description>&lt;P&gt;When building a listing report, ODS is causing text variables to wrap where some spaces are. I used the TAGATTR to remove the wrapping, but then the spaces disappear in some spots in the text variables giving the appearance of names that are run together. They do not appear this way in the dataset. Suggestions as to a workaround?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ods excel file="aaa.xlsx"&amp;nbsp; options(SHEET_NAME='Recap' autofilter = 'All' embedded_titles='Yes'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; absolute_column_width='20,8,30,30,15,14,14,14,14,14,14,14,14,14') style = htmlblue;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Title "YTD Recap for the Period Ending&amp;nbsp; &amp;amp;Rpt_AS_OF";&lt;/P&gt;&lt;P&gt;Title2 "Summary Report as of &amp;amp;Rpt_Date";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt; &lt;STRONG&gt;report&lt;/STRONG&gt; data = recap2 nowd contents = ' '&amp;nbsp; ;&lt;/P&gt;&lt;P&gt;column&amp;nbsp; &amp;nbsp;&amp;nbsp; name&lt;/P&gt;&lt;P&gt;code&lt;/P&gt;&lt;P&gt;market&lt;/P&gt;&lt;P&gt;area&lt;/P&gt;&lt;P&gt;PD_CM_PTS&lt;/P&gt;&lt;P&gt;CA_CM_PTS&lt;/P&gt;&lt;P&gt;FIN&lt;/P&gt;&lt;P&gt;S1_CM_PTS&lt;/P&gt;&lt;P&gt;S2_CM_PTS&lt;/P&gt;&lt;P&gt;CR NARR&lt;/P&gt;&lt;P&gt;COV&lt;/P&gt;&lt;P&gt;NUM_POL&lt;/P&gt;&lt;P&gt;ZZZ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; define name /&amp;nbsp; "Name"&amp;nbsp;&amp;nbsp; style={tagattr='wrap:No'};&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; define code /&amp;nbsp; "Code"&amp;nbsp; ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; define Market / "Market" format = $mkt.&amp;nbsp; order = data style={tagattr='wrap:No'} ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; define area / "Area" format = $area.&amp;nbsp; order = data style={tagattr='wrap:No'} ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; define CR/&amp;nbsp; 'CR' format = f8.2 ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; define CA_CM_PTS / 'CC ' format = f8.2 ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; define PD_CM_PTS / 'PD' format = f8.2 ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; define S1_CM_PTS / 'S1' format = f8.2 ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; define S2_CM_PTS / 'S2' format = f8.2 ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; define FIN / 'Fin.' format = f8.2 ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; define NARR / 'Narr.' format = f8.2 ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; define NUM_COV / 'Cov' format = f8.2 ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; define NUM_POL / 'Pol' format = f8.2 ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; define ZZZ&amp;nbsp; /'Overall' format = f8.3 ;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;ODS excel CLOSE;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;NOTE: There were 158 observations read from the data set WORK.RECAP2.&lt;BR /&gt;NOTE: PROCEDURE REPORT used (Total process time):&lt;BR /&gt;real time 0.59 seconds&lt;BR /&gt;cpu time 0.56 seconds&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;NOTE: Writing EXCEL file: \aaa.xlsx&lt;/P&gt;</description>
    <pubDate>Thu, 03 Oct 2019 13:49:48 GMT</pubDate>
    <dc:creator>Doug____</dc:creator>
    <dc:date>2019-10-03T13:49:48Z</dc:date>
    <item>
      <title>ODS Excel Issues</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-Excel-Issues/m-p/593710#M23358</link>
      <description>&lt;P&gt;When building a listing report, ODS is causing text variables to wrap where some spaces are. I used the TAGATTR to remove the wrapping, but then the spaces disappear in some spots in the text variables giving the appearance of names that are run together. They do not appear this way in the dataset. Suggestions as to a workaround?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ods excel file="aaa.xlsx"&amp;nbsp; options(SHEET_NAME='Recap' autofilter = 'All' embedded_titles='Yes'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; absolute_column_width='20,8,30,30,15,14,14,14,14,14,14,14,14,14') style = htmlblue;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Title "YTD Recap for the Period Ending&amp;nbsp; &amp;amp;Rpt_AS_OF";&lt;/P&gt;&lt;P&gt;Title2 "Summary Report as of &amp;amp;Rpt_Date";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt; &lt;STRONG&gt;report&lt;/STRONG&gt; data = recap2 nowd contents = ' '&amp;nbsp; ;&lt;/P&gt;&lt;P&gt;column&amp;nbsp; &amp;nbsp;&amp;nbsp; name&lt;/P&gt;&lt;P&gt;code&lt;/P&gt;&lt;P&gt;market&lt;/P&gt;&lt;P&gt;area&lt;/P&gt;&lt;P&gt;PD_CM_PTS&lt;/P&gt;&lt;P&gt;CA_CM_PTS&lt;/P&gt;&lt;P&gt;FIN&lt;/P&gt;&lt;P&gt;S1_CM_PTS&lt;/P&gt;&lt;P&gt;S2_CM_PTS&lt;/P&gt;&lt;P&gt;CR NARR&lt;/P&gt;&lt;P&gt;COV&lt;/P&gt;&lt;P&gt;NUM_POL&lt;/P&gt;&lt;P&gt;ZZZ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; define name /&amp;nbsp; "Name"&amp;nbsp;&amp;nbsp; style={tagattr='wrap:No'};&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; define code /&amp;nbsp; "Code"&amp;nbsp; ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; define Market / "Market" format = $mkt.&amp;nbsp; order = data style={tagattr='wrap:No'} ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; define area / "Area" format = $area.&amp;nbsp; order = data style={tagattr='wrap:No'} ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; define CR/&amp;nbsp; 'CR' format = f8.2 ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; define CA_CM_PTS / 'CC ' format = f8.2 ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; define PD_CM_PTS / 'PD' format = f8.2 ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; define S1_CM_PTS / 'S1' format = f8.2 ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; define S2_CM_PTS / 'S2' format = f8.2 ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; define FIN / 'Fin.' format = f8.2 ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; define NARR / 'Narr.' format = f8.2 ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; define NUM_COV / 'Cov' format = f8.2 ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; define NUM_POL / 'Pol' format = f8.2 ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; define ZZZ&amp;nbsp; /'Overall' format = f8.3 ;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;ODS excel CLOSE;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;NOTE: There were 158 observations read from the data set WORK.RECAP2.&lt;BR /&gt;NOTE: PROCEDURE REPORT used (Total process time):&lt;BR /&gt;real time 0.59 seconds&lt;BR /&gt;cpu time 0.56 seconds&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;NOTE: Writing EXCEL file: \aaa.xlsx&lt;/P&gt;</description>
      <pubDate>Thu, 03 Oct 2019 13:49:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-Excel-Issues/m-p/593710#M23358</guid>
      <dc:creator>Doug____</dc:creator>
      <dc:date>2019-10-03T13:49:48Z</dc:date>
    </item>
    <item>
      <title>Re: ODS Excel Issues</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-Excel-Issues/m-p/594090#M23361</link>
      <description>&lt;P&gt;No sure if it work, Try another style.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;style={tagattr='wrap:No'&amp;nbsp; asis=on } ;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Oct 2019 13:14:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-Excel-Issues/m-p/594090#M23361</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2019-10-04T13:14:04Z</dc:date>
    </item>
    <item>
      <title>Re: ODS Excel Issues</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-Excel-Issues/m-p/594111#M23362</link>
      <description>&lt;P&gt;That worked! I haven't used asis for quite some time...&lt;/P&gt;</description>
      <pubDate>Fri, 04 Oct 2019 14:11:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-Excel-Issues/m-p/594111#M23362</guid>
      <dc:creator>Doug____</dc:creator>
      <dc:date>2019-10-04T14:11:17Z</dc:date>
    </item>
  </channel>
</rss>

