<?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 Question mark instead of dash in ODS Output in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Question-mark-instead-of-dash-in-ODS-Output/m-p/696961#M212969</link>
    <description>&lt;P&gt;Please forgive me but I cannot replicate the error I am getting.&amp;nbsp; This is a general question&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;processing1 = 'Infosys – Distributed'&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;this is a snippet of code used in a dataset.&amp;nbsp; In the dataset processing1 shows the value Infosys - Distributed.&lt;/P&gt;
&lt;P&gt;However in ODS output the dash is replaced with ?&lt;/P&gt;
&lt;P&gt;It appears ODS tagset ExcelXP is converting the dash to a ?.&amp;nbsp; &amp;nbsp;I realized I did not provide a sample however in general is there a way to get sas to show the dash instead?&lt;/P&gt;</description>
    <pubDate>Thu, 05 Nov 2020 20:13:51 GMT</pubDate>
    <dc:creator>Q1983</dc:creator>
    <dc:date>2020-11-05T20:13:51Z</dc:date>
    <item>
      <title>Question mark instead of dash in ODS Output</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Question-mark-instead-of-dash-in-ODS-Output/m-p/696961#M212969</link>
      <description>&lt;P&gt;Please forgive me but I cannot replicate the error I am getting.&amp;nbsp; This is a general question&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;processing1 = 'Infosys – Distributed'&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;this is a snippet of code used in a dataset.&amp;nbsp; In the dataset processing1 shows the value Infosys - Distributed.&lt;/P&gt;
&lt;P&gt;However in ODS output the dash is replaced with ?&lt;/P&gt;
&lt;P&gt;It appears ODS tagset ExcelXP is converting the dash to a ?.&amp;nbsp; &amp;nbsp;I realized I did not provide a sample however in general is there a way to get sas to show the dash instead?&lt;/P&gt;</description>
      <pubDate>Thu, 05 Nov 2020 20:13:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Question-mark-instead-of-dash-in-ODS-Output/m-p/696961#M212969</guid>
      <dc:creator>Q1983</dc:creator>
      <dc:date>2020-11-05T20:13:51Z</dc:date>
    </item>
    <item>
      <title>Re: Question mark instead of dash in ODS Output</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Question-mark-instead-of-dash-in-ODS-Output/m-p/696964#M212971</link>
      <description>&lt;P&gt;Make sure that the dash is a real dash and not some funny UTF character you got from a word processor.&lt;/P&gt;
&lt;P&gt;Also try ODS EXCEL; TAGSETS.EXCELXP creates XML text files, which grows much larger than the xlsx (compressed archive of XML files) created by ODS EXCEL. And it might deal correctly with UTF characters.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Nov 2020 20:27:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Question-mark-instead-of-dash-in-ODS-Output/m-p/696964#M212971</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-11-05T20:27:23Z</dc:date>
    </item>
    <item>
      <title>Re: Question mark instead of dash in ODS Output</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Question-mark-instead-of-dash-in-ODS-Output/m-p/697063#M213001</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;processing1 = 'Infosys – Distributed'
processing1 = 'Infosys - Distributed'&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;The first line is from your post, in the second line I typed the dash in manually; by looking closely, you can see the difference.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Nov 2020 06:47:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Question-mark-instead-of-dash-in-ODS-Output/m-p/697063#M213001</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-11-06T06:47:38Z</dc:date>
    </item>
  </channel>
</rss>

