<?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: British pound sign not always showing in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/British-pound-sign-not-always-showing/m-p/463763#M70489</link>
    <description>That's it - Thanks!!!</description>
    <pubDate>Mon, 21 May 2018 12:25:17 GMT</pubDate>
    <dc:creator>csetzkorn</dc:creator>
    <dc:date>2018-05-21T12:25:17Z</dc:date>
    <item>
      <title>British pound sign not always showing</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/British-pound-sign-not-always-showing/m-p/463739#M70487</link>
      <description>&lt;P&gt;I am using this code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;PROC TABULATE DATA=Temp format= NLMNLGBP.;
   CLASS C1 / ascending;
   CLASS C2 / ascending;
   var M1;
   TABLE (C1='' all='Column Total'), (C2 all='Row Total') * M1='' * (sum='')  / box='Bla' MISSTEXT='';
RUN;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Unfortunately, the pound sign is not always shown. Can anyone see the reason?&lt;/P&gt;</description>
      <pubDate>Mon, 21 May 2018 09:29:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/British-pound-sign-not-always-showing/m-p/463739#M70487</guid>
      <dc:creator>csetzkorn</dc:creator>
      <dc:date>2018-05-21T09:29:23Z</dc:date>
    </item>
    <item>
      <title>Re: British pound sign not always showing</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/British-pound-sign-not-always-showing/m-p/463761#M70488</link>
      <description>&lt;PRE&gt;
Maybe the length of format is not long enough.

PROC TABULATE DATA=Temp format= NLMNLGBP32.;


OR

 (C2 all='Row Total') * M1='' * (sum='') *f=NLMNLGBP32.
&lt;/PRE&gt;</description>
      <pubDate>Mon, 21 May 2018 12:19:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/British-pound-sign-not-always-showing/m-p/463761#M70488</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2018-05-21T12:19:39Z</dc:date>
    </item>
    <item>
      <title>Re: British pound sign not always showing</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/British-pound-sign-not-always-showing/m-p/463763#M70489</link>
      <description>That's it - Thanks!!!</description>
      <pubDate>Mon, 21 May 2018 12:25:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/British-pound-sign-not-always-showing/m-p/463763#M70489</guid>
      <dc:creator>csetzkorn</dc:creator>
      <dc:date>2018-05-21T12:25:17Z</dc:date>
    </item>
  </channel>
</rss>

