<?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: GTL BeginGraph Collation=Binary: What does it mean? in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/GTL-BeginGraph-Collation-Binary-What-does-it-mean/m-p/337135#M11698</link>
    <description>&lt;P&gt;This is an undocumented GTL option used for sorting. &amp;nbsp;Collation can be BINARY or LINGUISTIC (Default). &amp;nbsp;BINARY collation uses the system encoding. &amp;nbsp;For ASCII "Z" comes before "a". &amp;nbsp;For EBCDIC "z" comes before "A". &amp;nbsp;&amp;nbsp;So the sort order can change based on encoding, and words with upper case and lower case are in separate blocks. &amp;nbsp;In LINGUISTIC collation, lower and upper case letters come adjascent, so you get expected results, like in a dictionary.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See: &amp;nbsp;&lt;A href="http://www2.sas.com/proceedings/forum2007/297-2007.pdf" target="_blank"&gt;http://www2.sas.com/proceedings/forum2007/297-2007.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note,&lt;STRONG&gt; this option is undocumented&lt;/STRONG&gt;, so it has not received extensive user level testing. &amp;nbsp; If you use it, it is at your own risk.&lt;/P&gt;</description>
    <pubDate>Wed, 01 Mar 2017 20:33:44 GMT</pubDate>
    <dc:creator>Jay54</dc:creator>
    <dc:date>2017-03-01T20:33:44Z</dc:date>
    <item>
      <title>GTL BeginGraph Collation=Binary: What does it mean?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/GTL-BeginGraph-Collation-Binary-What-does-it-mean/m-p/336985#M11695</link>
      <description>&lt;P&gt;When using the TMPLOUT= option in SGPLOT, the resulting code has COLLATION=BINARY on the BEGINGRAPH statement.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;&amp;nbsp; define statgraph sgplot;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;&amp;nbsp; begingraph / &lt;STRONG&gt;collation=binary&lt;/STRONG&gt; datacolors=(CXFF0000 CX008000 CXB26306);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;&amp;nbsp; ...&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I cannot find the option COLLATION in the documentation. Does anybody out there know what it does?&lt;/P&gt;</description>
      <pubDate>Wed, 01 Mar 2017 14:14:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/GTL-BeginGraph-Collation-Binary-What-does-it-mean/m-p/336985#M11695</guid>
      <dc:creator>ShaneRosanbalm</dc:creator>
      <dc:date>2017-03-01T14:14:08Z</dc:date>
    </item>
    <item>
      <title>Re: GTL BeginGraph Collation=Binary: What does it mean?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/GTL-BeginGraph-Collation-Binary-What-does-it-mean/m-p/337135#M11698</link>
      <description>&lt;P&gt;This is an undocumented GTL option used for sorting. &amp;nbsp;Collation can be BINARY or LINGUISTIC (Default). &amp;nbsp;BINARY collation uses the system encoding. &amp;nbsp;For ASCII "Z" comes before "a". &amp;nbsp;For EBCDIC "z" comes before "A". &amp;nbsp;&amp;nbsp;So the sort order can change based on encoding, and words with upper case and lower case are in separate blocks. &amp;nbsp;In LINGUISTIC collation, lower and upper case letters come adjascent, so you get expected results, like in a dictionary.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See: &amp;nbsp;&lt;A href="http://www2.sas.com/proceedings/forum2007/297-2007.pdf" target="_blank"&gt;http://www2.sas.com/proceedings/forum2007/297-2007.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note,&lt;STRONG&gt; this option is undocumented&lt;/STRONG&gt;, so it has not received extensive user level testing. &amp;nbsp; If you use it, it is at your own risk.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Mar 2017 20:33:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/GTL-BeginGraph-Collation-Binary-What-does-it-mean/m-p/337135#M11698</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2017-03-01T20:33:44Z</dc:date>
    </item>
    <item>
      <title>Re: GTL BeginGraph Collation=Binary: What does it mean?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/GTL-BeginGraph-Collation-Binary-What-does-it-mean/m-p/337298#M11710</link>
      <description>&lt;P&gt;&amp;gt;&amp;nbsp;&lt;STRONG&gt;this option is undocumented&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;No wonder I couldn't find it!&lt;/P&gt;&lt;P&gt;Thanks for the explanation. This confirms my suspicion that I can simply ignore (or even delete) this option when capturing GTL code produced by the TMPLOUT option of SGPLOT.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2017 10:53:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/GTL-BeginGraph-Collation-Binary-What-does-it-mean/m-p/337298#M11710</guid>
      <dc:creator>ShaneRosanbalm</dc:creator>
      <dc:date>2017-03-02T10:53:29Z</dc:date>
    </item>
  </channel>
</rss>

