<?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 NLS - Addition of Indian Rupee symbol as a SAS format in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/NLS-Addition-of-Indian-Rupee-symbol-as-a-SAS-format/m-p/38751#M9988</link>
    <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
The new Indian Rupee symbol was introduced in July 2010. (Refer: &lt;A href="http://en.wikipedia.org/wiki/Indian_rupee_sign)" target="_blank"&gt;http://en.wikipedia.org/wiki/Indian_rupee_sign)&lt;/A&gt; I was wondering if and when SAS could include this informat instead of the existing NLMNLINRw.d format/informat.&lt;BR /&gt;
&lt;BR /&gt;
Is there a new package already available which we may need to download from the SAS site?&lt;BR /&gt;
&lt;BR /&gt;
Thanks in Advance

Message was edited by: Pramod.R</description>
    <pubDate>Mon, 28 Mar 2011 06:20:02 GMT</pubDate>
    <dc:creator>Pramod_R</dc:creator>
    <dc:date>2011-03-28T06:20:02Z</dc:date>
    <item>
      <title>NLS - Addition of Indian Rupee symbol as a SAS format</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/NLS-Addition-of-Indian-Rupee-symbol-as-a-SAS-format/m-p/38751#M9988</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
The new Indian Rupee symbol was introduced in July 2010. (Refer: &lt;A href="http://en.wikipedia.org/wiki/Indian_rupee_sign)" target="_blank"&gt;http://en.wikipedia.org/wiki/Indian_rupee_sign)&lt;/A&gt; I was wondering if and when SAS could include this informat instead of the existing NLMNLINRw.d format/informat.&lt;BR /&gt;
&lt;BR /&gt;
Is there a new package already available which we may need to download from the SAS site?&lt;BR /&gt;
&lt;BR /&gt;
Thanks in Advance

Message was edited by: Pramod.R</description>
      <pubDate>Mon, 28 Mar 2011 06:20:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/NLS-Addition-of-Indian-Rupee-symbol-as-a-SAS-format/m-p/38751#M9988</guid>
      <dc:creator>Pramod_R</dc:creator>
      <dc:date>2011-03-28T06:20:02Z</dc:date>
    </item>
    <item>
      <title>Re: NLS - Addition of Indian Rupee symbol as a SAS format</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/NLS-Addition-of-Indian-Rupee-symbol-as-a-SAS-format/m-p/38752#M9989</link>
      <description>HI promod&lt;BR /&gt;
Please try the folloing steps&lt;BR /&gt;
&lt;BR /&gt;
Download the RUPEE font from the Net and paste in Fonts folder in windows OS&lt;BR /&gt;
&lt;BR /&gt;
try the following code&lt;BR /&gt;
&lt;BR /&gt;
options sysprintfont="Rupee Foradian";&lt;BR /&gt;
proc fontreg mode=all;&lt;BR /&gt;
fontfile 'C:\Documents and Settings\Instructor\Desktop\rupee\';&lt;BR /&gt;
run;&lt;BR /&gt;
proc format;&lt;BR /&gt;
picture rupee low-high='0000,000' (prefix='`');&lt;BR /&gt;
run;&lt;BR /&gt;
proc template;&lt;BR /&gt;
define style New_style / store = SASUSER.TEMPLAT;&lt;BR /&gt;
parent = styles.printer;&lt;BR /&gt;
replace fonts /&lt;BR /&gt;
'docFont' = ("Rupee Foradian", 12pt)&lt;BR /&gt;
'headingFont' = ("Rupee Foradian", 10pt, bold)&lt;BR /&gt;
'headingEmphasisFont' = ("Rupee Foradian", 10pt, bold italic)&lt;BR /&gt;
'TitleFont' = ("Rupee Foradian", 12pt, italic bold)&lt;BR /&gt;
'TitleFont2' = ("Rupee Foradian", 11pt, italic bold)&lt;BR /&gt;
'FixedFont' = ("Rupee Foradian", 11pt)&lt;BR /&gt;
'BatchFixedFont' = ("Rupee Foradian", 6pt)&lt;BR /&gt;
'FixedHeadingFont' = ("Rupee Foradian", 9pt, bold)&lt;BR /&gt;
'FixedStrongFont' = ("Rupee Foradian", 9pt, bold)&lt;BR /&gt;
'FixedEmphasisFont' = ("Rupee Foradian", 9pt, italic)&lt;BR /&gt;
'EmphasisFont' = ("Rupee Foradian", 10pt, italic)&lt;BR /&gt;
'StrongFont' = ("Rupee Foradian", 10pt, bold) ;&lt;BR /&gt;
end;&lt;BR /&gt;
run;&lt;BR /&gt;
ods pdf style=New_style;&lt;BR /&gt;
proc print data=ia.empdata;&lt;BR /&gt;
format salary rupee.; &lt;BR /&gt;
title f='Rupee Foradian' '` symbol' ;&lt;BR /&gt;
run;&lt;BR /&gt;
ods pdf close;</description>
      <pubDate>Mon, 28 Mar 2011 08:33:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/NLS-Addition-of-Indian-Rupee-symbol-as-a-SAS-format/m-p/38752#M9989</guid>
      <dc:creator>sss</dc:creator>
      <dc:date>2011-03-28T08:33:55Z</dc:date>
    </item>
  </channel>
</rss>

