<?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: Length of value in discrete Attribute Map Data Sets in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Length-of-value-in-discrete-Attribute-Map-Data-Sets/m-p/238909#M8672</link>
    <description>&lt;P&gt;Move the LENGTH statement before the INPUT statement, and it should work fine.&lt;/P&gt;</description>
    <pubDate>Fri, 11 Dec 2015 15:16:24 GMT</pubDate>
    <dc:creator>DanH_sas</dc:creator>
    <dc:date>2015-12-11T15:16:24Z</dc:date>
    <item>
      <title>Length of value in discrete Attribute Map Data Sets</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Length-of-value-in-discrete-Attribute-Map-Data-Sets/m-p/238908#M8671</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would like to create an attribute map data set as following:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;DATA attributs ;
INPUT id $ value $ fillcolor $ lineColor $ markercolor $;
LENGTH value $ 12;
DATALINES ;

multi [Rxxx][Ryyy] CXCC3300 black black
multi [Rxxx][Syyy] CXFF9900 black black
multi [Sxxx][Ryyy] CX009999 black black
multi [Sxxx][Syyy] CX99CC00 black black
;
RUN ;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;the values of "multi" are&amp;nbsp;not printed entirely in the data set (it stops after the 8th character) and I cannot use the attribute map in proc sgplot.&lt;/P&gt;
&lt;P&gt;It is the first time I get this issue,&lt;/P&gt;
&lt;P&gt;is something wrong with the LENGHT statement?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Does anyone could give me help on this?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you very much in advance!&lt;/P&gt;</description>
      <pubDate>Fri, 11 Dec 2015 15:11:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Length-of-value-in-discrete-Attribute-Map-Data-Sets/m-p/238908#M8671</guid>
      <dc:creator>celdelmas</dc:creator>
      <dc:date>2015-12-11T15:11:08Z</dc:date>
    </item>
    <item>
      <title>Re: Length of value in discrete Attribute Map Data Sets</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Length-of-value-in-discrete-Attribute-Map-Data-Sets/m-p/238909#M8672</link>
      <description>&lt;P&gt;Move the LENGTH statement before the INPUT statement, and it should work fine.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Dec 2015 15:16:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Length-of-value-in-discrete-Attribute-Map-Data-Sets/m-p/238909#M8672</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2015-12-11T15:16:24Z</dc:date>
    </item>
    <item>
      <title>Re: Length of value in discrete Attribute Map Data Sets</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Length-of-value-in-discrete-Attribute-Map-Data-Sets/m-p/238912#M8673</link>
      <description>&lt;P&gt;Very quick reply!!&amp;nbsp;Thank you!!&lt;/P&gt;</description>
      <pubDate>Fri, 11 Dec 2015 15:26:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Length-of-value-in-discrete-Attribute-Map-Data-Sets/m-p/238912#M8673</guid>
      <dc:creator>celdelmas</dc:creator>
      <dc:date>2015-12-11T15:26:55Z</dc:date>
    </item>
  </channel>
</rss>

