<?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: ODS OUTPUT 'EQUAL TO' CHARACTER TO EXCEL in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/ODS-OUTPUT-EQUAL-TO-CHARACTER-TO-EXCEL/m-p/254851#M48645</link>
    <description>&lt;P&gt;That worked beautifully&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks a lot.&lt;/P&gt;</description>
    <pubDate>Sun, 06 Mar 2016 18:40:29 GMT</pubDate>
    <dc:creator>Sanjay_M</dc:creator>
    <dc:date>2016-03-06T18:40:29Z</dc:date>
    <item>
      <title>ODS OUTPUT 'EQUAL TO' CHARACTER TO EXCEL</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-OUTPUT-EQUAL-TO-CHARACTER-TO-EXCEL/m-p/253248#M48148</link>
      <description>&lt;P&gt;Does anyone know how to output 'equal to' sign to excel file using ODS tagsets.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;compute equalsign2 / character length=2;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; equalsign2 = "=";&lt;BR /&gt;endcomp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This does not work because it considers it to be a formula&lt;/P&gt;</description>
      <pubDate>Mon, 29 Feb 2016 18:54:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-OUTPUT-EQUAL-TO-CHARACTER-TO-EXCEL/m-p/253248#M48148</guid>
      <dc:creator>Sanjay_M</dc:creator>
      <dc:date>2016-02-29T18:54:10Z</dc:date>
    </item>
    <item>
      <title>Re: ODS OUTPUT 'EQUAL TO' CHARACTER TO EXCEL</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-OUTPUT-EQUAL-TO-CHARACTER-TO-EXCEL/m-p/253251#M48150</link>
      <description>&lt;P&gt;Have you tried this?&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;equalsign2 = "'=";&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;(I'm only guessing. I don't have Excel installed on my SAS workstation.)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Feb 2016 19:03:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-OUTPUT-EQUAL-TO-CHARACTER-TO-EXCEL/m-p/253251#M48150</guid>
      <dc:creator>FreelanceReinh</dc:creator>
      <dc:date>2016-02-29T19:03:21Z</dc:date>
    </item>
    <item>
      <title>Re: ODS OUTPUT 'EQUAL TO' CHARACTER TO EXCEL</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-OUTPUT-EQUAL-TO-CHARACTER-TO-EXCEL/m-p/253253#M48151</link>
      <description>&lt;P&gt;yes i have. but then when i open the excel file it appears as '=&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;the sign quote disapears only when you go to that cell and move out of it&lt;/P&gt;</description>
      <pubDate>Mon, 29 Feb 2016 19:11:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-OUTPUT-EQUAL-TO-CHARACTER-TO-EXCEL/m-p/253253#M48151</guid>
      <dc:creator>Sanjay_M</dc:creator>
      <dc:date>2016-02-29T19:11:39Z</dc:date>
    </item>
    <item>
      <title>Re: ODS OUTPUT 'EQUAL TO' CHARACTER TO EXCEL</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-OUTPUT-EQUAL-TO-CHARACTER-TO-EXCEL/m-p/253283#M48165</link>
      <description>&lt;P&gt;What will be the purpose of the equals sign in the Excel cell, if not the beginning of a formula?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My Excel 2013 accepts a (manually entered) single equals sign without any problem. Therefore, I assume that in your case there will be some text to the right of the equals sign (a combination which would indeed be interpreted as a formula). Is this true?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;An expression like " =abc" (without quotation marks, but with a leading blank) does not seem to be interpreted as a formula. Would this be an option?&lt;/P&gt;</description>
      <pubDate>Mon, 29 Feb 2016 20:51:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-OUTPUT-EQUAL-TO-CHARACTER-TO-EXCEL/m-p/253283#M48165</guid>
      <dc:creator>FreelanceReinh</dc:creator>
      <dc:date>2016-02-29T20:51:11Z</dc:date>
    </item>
    <item>
      <title>Re: ODS OUTPUT 'EQUAL TO' CHARACTER TO EXCEL</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-OUTPUT-EQUAL-TO-CHARACTER-TO-EXCEL/m-p/253288#M48169</link>
      <description>&lt;P&gt;The purpose of puting the equal to sign is to display 2 + 2 = 4&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I need to display this statement as it is.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2&lt;/P&gt;
&lt;P&gt;+&lt;/P&gt;
&lt;P&gt;2&lt;/P&gt;
&lt;P&gt;=&lt;/P&gt;
&lt;P&gt;4&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;they all are in different cells and there is no text after the equal as you see in the example given&lt;/P&gt;</description>
      <pubDate>Mon, 29 Feb 2016 21:02:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-OUTPUT-EQUAL-TO-CHARACTER-TO-EXCEL/m-p/253288#M48169</guid>
      <dc:creator>Sanjay_M</dc:creator>
      <dc:date>2016-02-29T21:02:38Z</dc:date>
    </item>
    <item>
      <title>Re: ODS OUTPUT 'EQUAL TO' CHARACTER TO EXCEL</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-OUTPUT-EQUAL-TO-CHARACTER-TO-EXCEL/m-p/253297#M48176</link>
      <description>&lt;P&gt;Thanks for the clarification. What exactly is the issue (e.g. error message) when you put the single equals sign into a cell?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If the " =" (equals sign preceded by a space) is not acceptable for you, we could try a variety of other ASCII characters (from the code range 0, ..., 31) as replacements for the space (ASCII 32). I've just written all of these together with an equals sign into individual cells of an Excel sheet and several of them seem to be totally invisible (i.e. do not even appear as a blank space to the left of the equals sign, neither in Excel, nor in Notepad). ASCII 31 (hex 1F) is one of these. So, maybe this would be a candidate:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;equalsign2 = '1F3D'x;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;('3D'x is the equals sign in hexadecimal notation.)&lt;/P&gt;</description>
      <pubDate>Mon, 29 Feb 2016 21:25:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-OUTPUT-EQUAL-TO-CHARACTER-TO-EXCEL/m-p/253297#M48176</guid>
      <dc:creator>FreelanceReinh</dc:creator>
      <dc:date>2016-02-29T21:25:55Z</dc:date>
    </item>
    <item>
      <title>Re: ODS OUTPUT 'EQUAL TO' CHARACTER TO EXCEL</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-OUTPUT-EQUAL-TO-CHARACTER-TO-EXCEL/m-p/253310#M48184</link>
      <description>&lt;P&gt;Thank you for your support.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Below is the message output to a log file. I'm using SAS University Edition.&lt;/P&gt;
&lt;P&gt;Actually it is considering the equal sign as the beginning of a formula.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;compute equalsign / character length=4 ;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;equalsign = '3D'x;&lt;BR /&gt;endcomp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;XML Spreadsheet Warning in Table&lt;BR /&gt;REASON:&amp;nbsp;Bad Value&lt;BR /&gt;FILE:&amp;nbsp;C:\Myfile.xls&lt;BR /&gt;GROUP:&amp;nbsp;Row&lt;BR /&gt;TAG:&amp;nbsp;Cell&lt;BR /&gt;ATTRIB:&amp;nbsp;Formula&lt;BR /&gt;VALUE:&amp;nbsp;=&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Feb 2016 22:28:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-OUTPUT-EQUAL-TO-CHARACTER-TO-EXCEL/m-p/253310#M48184</guid>
      <dc:creator>Sanjay_M</dc:creator>
      <dc:date>2016-02-29T22:28:42Z</dc:date>
    </item>
    <item>
      <title>Re: ODS OUTPUT 'EQUAL TO' CHARACTER TO EXCEL</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-OUTPUT-EQUAL-TO-CHARACTER-TO-EXCEL/m-p/253311#M48185</link>
      <description>&lt;P&gt;Ok, I see. Have you tried&amp;nbsp;'1F3D'x (or&amp;nbsp;'1E3D'x or&amp;nbsp;'1D3D'x or ...)?&lt;/P&gt;</description>
      <pubDate>Mon, 29 Feb 2016 22:39:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-OUTPUT-EQUAL-TO-CHARACTER-TO-EXCEL/m-p/253311#M48185</guid>
      <dc:creator>FreelanceReinh</dc:creator>
      <dc:date>2016-02-29T22:39:27Z</dc:date>
    </item>
    <item>
      <title>Re: ODS OUTPUT 'EQUAL TO' CHARACTER TO EXCEL</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-OUTPUT-EQUAL-TO-CHARACTER-TO-EXCEL/m-p/253314#M48187</link>
      <description>&lt;P&gt;YES JUST TRIED THANKS.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;USING THESE 3, IT DISPLAYED&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;?=&lt;/P&gt;</description>
      <pubDate>Mon, 29 Feb 2016 22:51:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-OUTPUT-EQUAL-TO-CHARACTER-TO-EXCEL/m-p/253314#M48187</guid>
      <dc:creator>Sanjay_M</dc:creator>
      <dc:date>2016-02-29T22:51:07Z</dc:date>
    </item>
    <item>
      <title>Re: ODS OUTPUT 'EQUAL TO' CHARACTER TO EXCEL</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-OUTPUT-EQUAL-TO-CHARACTER-TO-EXCEL/m-p/253315#M48188</link>
      <description>&lt;P&gt;going to bed now, will catch ya tomorrow&lt;/P&gt;
&lt;P&gt;thanks a million.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Feb 2016 22:55:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-OUTPUT-EQUAL-TO-CHARACTER-TO-EXCEL/m-p/253315#M48188</guid>
      <dc:creator>Sanjay_M</dc:creator>
      <dc:date>2016-02-29T22:55:47Z</dc:date>
    </item>
    <item>
      <title>Re: ODS OUTPUT 'EQUAL TO' CHARACTER TO EXCEL</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-OUTPUT-EQUAL-TO-CHARACTER-TO-EXCEL/m-p/253323#M48189</link>
      <description>&lt;P&gt;How about this :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods tagsets.excelxp file='c:\temp\xyz.xml';
proc report data=sashelp.class nowd;
column name age equalsign ;
define name/display;
define age/display;
define equalsign /computed;
compute equalsign / character length=4 ;
   equalsign = '09'x||'=';
endcomp;
run;
ods tagsets.excelxp close;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 01 Mar 2016 01:15:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-OUTPUT-EQUAL-TO-CHARACTER-TO-EXCEL/m-p/253323#M48189</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2016-03-01T01:15:47Z</dc:date>
    </item>
    <item>
      <title>Re: ODS OUTPUT 'EQUAL TO' CHARACTER TO EXCEL</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-OUTPUT-EQUAL-TO-CHARACTER-TO-EXCEL/m-p/254851#M48645</link>
      <description>&lt;P&gt;That worked beautifully&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks a lot.&lt;/P&gt;</description>
      <pubDate>Sun, 06 Mar 2016 18:40:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-OUTPUT-EQUAL-TO-CHARACTER-TO-EXCEL/m-p/254851#M48645</guid>
      <dc:creator>Sanjay_M</dc:creator>
      <dc:date>2016-03-06T18:40:29Z</dc:date>
    </item>
  </channel>
</rss>

