<?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: Reading &amp;quot;&amp;lt;&amp;quot; &amp;quot;&amp;gt;&amp;quot; from excel file on linux in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Reading-quot-lt-quot-quot-gt-quot-from-excel-file-on-linux/m-p/535419#M147023</link>
    <description>&lt;P&gt;Thanks.. That is a good work around..&lt;/P&gt;</description>
    <pubDate>Wed, 13 Feb 2019 21:19:45 GMT</pubDate>
    <dc:creator>SP_SAS</dc:creator>
    <dc:date>2019-02-13T21:19:45Z</dc:date>
    <item>
      <title>Reading "&lt;" "&gt;" from excel file on linux</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Reading-quot-lt-quot-quot-gt-quot-from-excel-file-on-linux/m-p/535281#M146963</link>
      <description>&lt;P&gt;Hi Guys,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have an excel file that has many lines with&amp;nbsp; date &amp;lt; x, or date &amp;gt; x or variable1 &amp;gt; 59 etc. This is all in excel concatenate function.&lt;/P&gt;
&lt;P&gt;=CONCATENATE("(a&amp;lt;=6)","hello")&lt;/P&gt;
&lt;P&gt;When I read&amp;nbsp;this excel file using xlsx libname engine, I get&lt;STRONG&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; (a&amp;amp;lt;=6)hello&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there a way around this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Feb 2019 18:17:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Reading-quot-lt-quot-quot-gt-quot-from-excel-file-on-linux/m-p/535281#M146963</guid>
      <dc:creator>SP_SAS</dc:creator>
      <dc:date>2019-02-13T18:17:25Z</dc:date>
    </item>
    <item>
      <title>Re: Reading "&lt;" "&gt;" from excel file on linux</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Reading-quot-lt-quot-quot-gt-quot-from-excel-file-on-linux/m-p/535292#M146969</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&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;%let LT=&amp;lt;;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 13 Feb 2019 16:53:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Reading-quot-lt-quot-quot-gt-quot-from-excel-file-on-linux/m-p/535292#M146969</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2019-02-13T16:53:22Z</dc:date>
    </item>
    <item>
      <title>Re: Reading "&lt;" "&gt;" from excel file on linux</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Reading-quot-lt-quot-quot-gt-quot-from-excel-file-on-linux/m-p/535341#M146984</link>
      <description>&lt;P&gt;Do you want the text of the formula or the resolved value?&lt;/P&gt;
&lt;P&gt;If the later it may be easier to export the sheet as CSV and read that file.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Feb 2019 18:25:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Reading-quot-lt-quot-quot-gt-quot-from-excel-file-on-linux/m-p/535341#M146984</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2019-02-13T18:25:33Z</dc:date>
    </item>
    <item>
      <title>Re: Reading "&lt;" "&gt;" from excel file on linux</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Reading-quot-lt-quot-quot-gt-quot-from-excel-file-on-linux/m-p/535344#M146985</link>
      <description>&lt;P&gt;Resolved Value.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Feb 2019 18:29:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Reading-quot-lt-quot-quot-gt-quot-from-excel-file-on-linux/m-p/535344#M146985</guid>
      <dc:creator>SP_SAS</dc:creator>
      <dc:date>2019-02-13T18:29:12Z</dc:date>
    </item>
    <item>
      <title>Re: Reading "&lt;" "&gt;" from excel file on linux</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Reading-quot-lt-quot-quot-gt-quot-from-excel-file-on-linux/m-p/535414#M147020</link>
      <description>&lt;P&gt;Hi SP_SAS&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The htmldecode function works here. It gived an ugly warning, but it does the decoding:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data _null_;
	a =  "       (a&amp;amp;lt;=6)hello     ";
	b = htmldecode(a);
	put b;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;114&lt;BR /&gt;115 data _null_;&lt;BR /&gt;116 a = " (a&amp;amp;lt;=6)hello ";&lt;BR /&gt;WARNING: Apparent symbolic reference LT not resolved.&lt;BR /&gt;117 b = htmldecode(a); put b;&lt;BR /&gt;118 put b;&lt;BR /&gt;119 run;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;(a&amp;lt;=6)hello&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Feb 2019 20:54:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Reading-quot-lt-quot-quot-gt-quot-from-excel-file-on-linux/m-p/535414#M147020</guid>
      <dc:creator>ErikLund_Jensen</dc:creator>
      <dc:date>2019-02-13T20:54:04Z</dc:date>
    </item>
    <item>
      <title>Re: Reading "&lt;" "&gt;" from excel file on linux</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Reading-quot-lt-quot-quot-gt-quot-from-excel-file-on-linux/m-p/535418#M147022</link>
      <description>The warning is not from the function.  The warning refers to line 116.</description>
      <pubDate>Wed, 13 Feb 2019 21:19:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Reading-quot-lt-quot-quot-gt-quot-from-excel-file-on-linux/m-p/535418#M147022</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2019-02-13T21:19:29Z</dc:date>
    </item>
    <item>
      <title>Re: Reading "&lt;" "&gt;" from excel file on linux</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Reading-quot-lt-quot-quot-gt-quot-from-excel-file-on-linux/m-p/535419#M147023</link>
      <description>&lt;P&gt;Thanks.. That is a good work around..&lt;/P&gt;</description>
      <pubDate>Wed, 13 Feb 2019 21:19:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Reading-quot-lt-quot-quot-gt-quot-from-excel-file-on-linux/m-p/535419#M147023</guid>
      <dc:creator>SP_SAS</dc:creator>
      <dc:date>2019-02-13T21:19:45Z</dc:date>
    </item>
    <item>
      <title>Re: Reading "&lt;" "&gt;" from excel file on linux</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Reading-quot-lt-quot-quot-gt-quot-from-excel-file-on-linux/m-p/535484#M147054</link>
      <description>&lt;P&gt;The warning comes from the way you created your string.&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;a = ' (a&amp;amp;lt;=6)hello ';&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;yields no warning.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Feb 2019 03:15:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Reading-quot-lt-quot-quot-gt-quot-from-excel-file-on-linux/m-p/535484#M147054</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2019-02-14T03:15:52Z</dc:date>
    </item>
  </channel>
</rss>

