<?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: Using unicode in a picture format in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Using-unicode-in-a-picture-format/m-p/570338#M22941</link>
    <description>&lt;P&gt;The (noedit) &amp;nbsp;option threw an error (ERROR: PICTURE options NOEDIT, FILL=, PREFIX=, and MULT= cannot be used with formats-as-labels or functions-as-labels.), but the value worked fine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Had tried that earlier but got weird results in the actual report.&amp;nbsp; Worked fine this time though.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks much!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;--Ben&lt;/P&gt;</description>
    <pubDate>Mon, 01 Jul 2019 18:36:36 GMT</pubDate>
    <dc:creator>bconner</dc:creator>
    <dc:date>2019-07-01T18:36:36Z</dc:date>
    <item>
      <title>Using unicode in a picture format</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Using-unicode-in-a-picture-format/m-p/570334#M22939</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any way to use a Unicode character (long dash in this instance) in a picture format for a given value?&amp;nbsp; I need to replace missing values with it in a report.&amp;nbsp; The long dash appears in the ods text field but not on the 2nd line of the proc print output.&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;&lt;P&gt;--Ben&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ods html;&lt;/P&gt;&lt;P&gt;ods escapechar='^';&lt;/P&gt;&lt;P&gt;ods text='Test with ^{unicode 2014} character';&lt;/P&gt;&lt;P&gt;proc format;&lt;/P&gt;&lt;P&gt;picture uctest .='^{unicode 2014}' other=[5.1];&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;data test;&lt;/P&gt;&lt;P&gt;r=1; output; r=.; output;&lt;/P&gt;&lt;P&gt;format r uctest.;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;proc print;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jul 2019 18:10:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Using-unicode-in-a-picture-format/m-p/570334#M22939</guid>
      <dc:creator>bconner</dc:creator>
      <dc:date>2019-07-01T18:10:31Z</dc:date>
    </item>
    <item>
      <title>Re: Using unicode in a picture format</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Using-unicode-in-a-picture-format/m-p/570336#M22940</link>
      <description>use VALUE instead of PICTURE since your picture format has no pictures.  Or use PICTURE format option NOEDIT.  Look at the documentation.</description>
      <pubDate>Mon, 01 Jul 2019 18:20:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Using-unicode-in-a-picture-format/m-p/570336#M22940</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2019-07-01T18:20:13Z</dc:date>
    </item>
    <item>
      <title>Re: Using unicode in a picture format</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Using-unicode-in-a-picture-format/m-p/570338#M22941</link>
      <description>&lt;P&gt;The (noedit) &amp;nbsp;option threw an error (ERROR: PICTURE options NOEDIT, FILL=, PREFIX=, and MULT= cannot be used with formats-as-labels or functions-as-labels.), but the value worked fine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Had tried that earlier but got weird results in the actual report.&amp;nbsp; Worked fine this time though.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks much!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;--Ben&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jul 2019 18:36:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Using-unicode-in-a-picture-format/m-p/570338#M22941</guid>
      <dc:creator>bconner</dc:creator>
      <dc:date>2019-07-01T18:36:36Z</dc:date>
    </item>
    <item>
      <title>Re: Using unicode in a picture format</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Using-unicode-in-a-picture-format/m-p/570966#M22947</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/94457"&gt;@bconner&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&lt;FONT color="#ff0000"&gt;The (noedit) &amp;nbsp;option threw an error (ERROR: PICTURE options NOEDIT, FILL=, PREFIX=, and MULT= cannot be used with formats-as-labels or functions-as-labels.), but the value worked fine.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Had tried that earlier but got weird results in the actual report.&amp;nbsp; Worked fine this time though.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks much!!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;--Ben&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I reckon you did not look at PROC FORMAT documentation as I suggested.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2019 13:37:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Using-unicode-in-a-picture-format/m-p/570966#M22947</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2019-07-03T13:37:40Z</dc:date>
    </item>
    <item>
      <title>Re: Using unicode in a picture format</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Using-unicode-in-a-picture-format/m-p/745027#M25056</link>
      <description>&lt;P&gt;so, the accepted solution is: &lt;STRONG&gt;you can't use UNICODE in a picture format&lt;/STRONG&gt;, correct?&lt;/P&gt;</description>
      <pubDate>Tue, 01 Jun 2021 19:28:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Using-unicode-in-a-picture-format/m-p/745027#M25056</guid>
      <dc:creator>gabonzo</dc:creator>
      <dc:date>2021-06-01T19:28:35Z</dc:date>
    </item>
  </channel>
</rss>

