<?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: Is there any SAS output format for Celcius Temperature? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Is-there-any-SAS-output-format-for-Celcius-Temperature/m-p/346920#M273260</link>
    <description>&lt;P&gt;If you could past the actual solution you came up with that would be great. And change the correct answer to that post as well &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 04 Apr 2017 04:06:24 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2017-04-04T04:06:24Z</dc:date>
    <item>
      <title>Is there any SAS output format for Celcius Temperature?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Is-there-any-SAS-output-format-for-Celcius-Temperature/m-p/346892#M273257</link>
      <description>&lt;P&gt;Hello everyone!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was working on a school project of mine, where I have a variable recording the temperature, in Celcius. I was looking for an output format where I can add the " &lt;SPAN class="_Tgc"&gt;℃ " symbol in front of every temperature value, just like we can do with the dollar sign.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="_Tgc"&gt;I couldnt find anything on the Internet, either because I was using the wrong comnination of keywords, or it wasn't there&lt;img id="smileyfrustrated" class="emoticon emoticon-smileyfrustrated" src="https://communities.sas.com/i/smilies/16x16_smiley-frustrated.png" alt="Smiley Frustrated" title="Smiley Frustrated" /&gt;. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="_Tgc"&gt;Here is a picture of my data. Ignore the title, I now it says "Fahrenheit" there, but I was going to fix that later after getting the bulkwark of my project done &lt;img id="smileyvery-happy" class="emoticon emoticon-smileyvery-happy" src="https://communities.sas.com/i/smilies/16x16_smiley-very-happy.png" alt="Smiley Very Happy" title="Smiley Very Happy" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="_Tgc"&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/8133i31B9F82C0AC7A52F/image-size/original?v=1.0&amp;amp;px=-1" alt="RtZVU.png" title="RtZVU.png" border="0" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="_Tgc"&gt;Any advice on how to add the ℃ symbol would be greatly appreciated, thanks fr your time !!&lt;img id="smileyvery-happy" class="emoticon emoticon-smileyvery-happy" src="https://communities.sas.com/i/smilies/16x16_smiley-very-happy.png" alt="Smiley Very Happy" title="Smiley Very Happy" /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Apr 2017 02:02:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Is-there-any-SAS-output-format-for-Celcius-Temperature/m-p/346892#M273257</guid>
      <dc:creator>NewbieToSAS</dc:creator>
      <dc:date>2017-04-04T02:02:59Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any SAS output format for Celcius Temperature?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Is-there-any-SAS-output-format-for-Celcius-Temperature/m-p/346893#M273258</link>
      <description>&lt;P&gt;You can try a PICTURE format with or without a custom function.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This describes how to get the special symbols:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.lexjansen.com/pharmasug/2010/CC/CC19.pdf" target="_blank"&gt;http://www.lexjansen.com/pharmasug/2010/CC/CC19.pdf&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Apr 2017 02:08:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Is-there-any-SAS-output-format-for-Celcius-Temperature/m-p/346893#M273258</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-04-04T02:08:41Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any SAS output format for Celcius Temperature?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Is-there-any-SAS-output-format-for-Celcius-Temperature/m-p/346912#M273259</link>
      <description>&lt;P&gt;Hi Reeza,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the advice! It works now after I toyed with it a bit &lt;img id="smileylol" class="emoticon emoticon-smileylol" src="https://communities.sas.com/i/smilies/16x16_smiley-lol.png" alt="Smiley LOL" title="Smiley LOL" /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Apr 2017 03:11:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Is-there-any-SAS-output-format-for-Celcius-Temperature/m-p/346912#M273259</guid>
      <dc:creator>NewbieToSAS</dc:creator>
      <dc:date>2017-04-04T03:11:15Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any SAS output format for Celcius Temperature?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Is-there-any-SAS-output-format-for-Celcius-Temperature/m-p/346920#M273260</link>
      <description>&lt;P&gt;If you could past the actual solution you came up with that would be great. And change the correct answer to that post as well &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Apr 2017 04:06:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Is-there-any-SAS-output-format-for-Celcius-Temperature/m-p/346920#M273260</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-04-04T04:06:24Z</dc:date>
    </item>
  </channel>
</rss>

