<?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 Add “N/A” to a Percent Format in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Add-N-A-to-a-Percent-Format/m-p/124124#M10504</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all—&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have been using the format percent6 but I need to alter it a little so all missing values are “N/A”. Is there a way to write a format that will do that? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Nov 2012 20:34:21 GMT</pubDate>
    <dc:creator>RobertNYC</dc:creator>
    <dc:date>2012-11-12T20:34:21Z</dc:date>
    <item>
      <title>Add “N/A” to a Percent Format</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Add-N-A-to-a-Percent-Format/m-p/124124#M10504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all—&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have been using the format percent6 but I need to alter it a little so all missing values are “N/A”. Is there a way to write a format that will do that? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Nov 2012 20:34:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Add-N-A-to-a-Percent-Format/m-p/124124#M10504</guid>
      <dc:creator>RobertNYC</dc:creator>
      <dc:date>2012-11-12T20:34:21Z</dc:date>
    </item>
    <item>
      <title>Re: Add “N/A” to a Percent Format</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Add-N-A-to-a-Percent-Format/m-p/124125#M10505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I suppose you need something called "nested" format:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc format;&lt;/P&gt;&lt;P&gt;value pct &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; low-high=[percent6.]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; other=N/A;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;data have;&lt;/P&gt;&lt;P&gt;input pct @@;&lt;/P&gt;&lt;P&gt;format pct pct6.;&lt;/P&gt;&lt;P&gt;cards;&lt;/P&gt;&lt;P&gt;0.1 0.21 . 0.321&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc print;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Haikuo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Nov 2012 21:07:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Add-N-A-to-a-Percent-Format/m-p/124125#M10505</guid>
      <dc:creator>Haikuo</dc:creator>
      <dc:date>2012-11-12T21:07:12Z</dc:date>
    </item>
  </channel>
</rss>

