<?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: Rendering unicode proc template in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Rendering-unicode-proc-template/m-p/239559#M14887</link>
    <description>I *think* you may be mixing macro and dynamic variables in GTL. Once you compile the template the macro variables resolve and they won't change again even if you call the template.  If you set it as a Dynamic variable you can get it to resolve.</description>
    <pubDate>Wed, 16 Dec 2015 16:26:15 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2015-12-16T16:26:15Z</dc:date>
    <item>
      <title>Rendering unicode proc template</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Rendering-unicode-proc-template/m-p/239539#M14884</link>
      <description>&lt;P&gt;I have a situation where I needed to set up SGPLOT with 9.2 (TS2M3)&amp;nbsp;using GTL. These code blocks (GTL)&amp;nbsp;are processed prior to plot execution. The issue I'm having is that doing the plot this way causes unicode symbols in the variable labels (as macro variables) to be rendered literally when they appear in the legend. I've tried to use legend labels as macro variables but this did not work either as they do not resolve. Any suggestions?&lt;/P&gt;</description>
      <pubDate>Wed, 16 Dec 2015 16:06:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Rendering-unicode-proc-template/m-p/239539#M14884</guid>
      <dc:creator>Doug____</dc:creator>
      <dc:date>2015-12-16T16:06:15Z</dc:date>
    </item>
    <item>
      <title>Re: Rendering unicode proc template</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Rendering-unicode-proc-template/m-p/239555#M14885</link>
      <description>I'm not sure what you mean. You're using GTL but having trouble with unicode symbol rendering in the final template? Is unicode supported in 9.2?</description>
      <pubDate>Wed, 16 Dec 2015 16:16:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Rendering-unicode-proc-template/m-p/239555#M14885</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-12-16T16:16:30Z</dc:date>
    </item>
    <item>
      <title>Re: Rendering unicode proc template</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Rendering-unicode-proc-template/m-p/239558#M14886</link>
      <description>&lt;P&gt;Yes it is but it renders it as a literal when I have to preprocess the template code and there are macro variables that create the legend labels.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In our system we create item stores when the program initially runs then another program we call sections creates the final outputs using item stores. Basically the guts of the table and its titles and footnotes are separate objects.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Dec 2015 16:23:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Rendering-unicode-proc-template/m-p/239558#M14886</guid>
      <dc:creator>Doug____</dc:creator>
      <dc:date>2015-12-16T16:23:21Z</dc:date>
    </item>
    <item>
      <title>Re: Rendering unicode proc template</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Rendering-unicode-proc-template/m-p/239559#M14887</link>
      <description>I *think* you may be mixing macro and dynamic variables in GTL. Once you compile the template the macro variables resolve and they won't change again even if you call the template.  If you set it as a Dynamic variable you can get it to resolve.</description>
      <pubDate>Wed, 16 Dec 2015 16:26:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Rendering-unicode-proc-template/m-p/239559#M14887</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-12-16T16:26:15Z</dc:date>
    </item>
    <item>
      <title>Re: Rendering unicode proc template</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Rendering-unicode-proc-template/m-p/239562#M14888</link>
      <description>&lt;P&gt;Ok so in the code the variables are subgrpx1, 2, and 3 (macro variables). If I declare them as MVAR and use DYNAMIC in the same code block the following warning is issued:&lt;/P&gt;&lt;P&gt;WARNING: Symbol has already been declared as another type: subgrpx1.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Dec 2015 16:38:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Rendering-unicode-proc-template/m-p/239562#M14888</guid>
      <dc:creator>Doug____</dc:creator>
      <dc:date>2015-12-16T16:38:26Z</dc:date>
    </item>
    <item>
      <title>Re: Rendering unicode proc template</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Rendering-unicode-proc-template/m-p/239567#M14890</link>
      <description>Can you post some code and/or a picture that illustrates your issue. Trying to follow without code or an image is difficult.</description>
      <pubDate>Wed, 16 Dec 2015 16:55:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Rendering-unicode-proc-template/m-p/239567#M14890</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-12-16T16:55:21Z</dc:date>
    </item>
    <item>
      <title>Re: Rendering unicode proc template</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Rendering-unicode-proc-template/m-p/239679#M14906</link>
      <description>And, another suggestion is that all the graph folks hang out in the forum for ODS GRAPHICS -- since this is specific to ODS GRAPHICS and since you are asking about SAS 9.2, the only people who may know the answer to your question quickly are probably over in that forum. Suggest you post your question there, possibly with some simplified code that uses a SASHELP dataset to illustrate your question.&lt;BR /&gt;cynthia</description>
      <pubDate>Thu, 17 Dec 2015 00:07:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Rendering-unicode-proc-template/m-p/239679#M14906</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2015-12-17T00:07:50Z</dc:date>
    </item>
  </channel>
</rss>

