<?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: SAS GTL axistable limited to 25 characters in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/SAS-GTL-axistable-limited-to-25-characters/m-p/365456#M12719</link>
    <description>&lt;P&gt;So I made an "anonymous" version of my program - and it worked fine!&amp;nbsp; So I guess I now have a working program that I can revise back in steps until it "breaks".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 08 Jun 2017 17:24:01 GMT</pubDate>
    <dc:creator>Coleen</dc:creator>
    <dc:date>2017-06-08T17:24:01Z</dc:date>
    <item>
      <title>SAS GTL axistable limited to 25 characters</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SAS-GTL-axistable-limited-to-25-characters/m-p/365437#M12717</link>
      <description>&lt;P&gt;I am trying to use axistable to label my rows in&amp;nbsp;a forest plot as part of a lattice graph. Although I have a 38 character variable (outcome1) only the first 25 characters are showing on my plot. I have tried making the column wider but the text is still getting cut off. (I am using SAS 9.4 although I apparently do not have the latest maintenace release because some features that have been posted for maintenance 3 don't work).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; layout lattice / rows=3 columns=7 rowweights=(.42 .29 .29) columnweights=(0.3 0.3 0.07 0.07 0.12 0.07 0.07) rowgutter=0 columngutter=0;&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* first column with row labels*/&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; layout overlay / walldisplay=none xaxisopts=(display=none) yaxisopts=(reverse=true display=none OFFSETMAX=.15 LINEAROPTS=(VIEWMIN=.9 VIEWMAX=11.1));&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; axistable y=y1 value=outcome1;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; endlayout;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2017 16:25:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SAS-GTL-axistable-limited-to-25-characters/m-p/365437#M12717</guid>
      <dc:creator>Coleen</dc:creator>
      <dc:date>2017-06-08T16:25:23Z</dc:date>
    </item>
    <item>
      <title>Re: SAS GTL axistable limited to 25 characters</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SAS-GTL-axistable-limited-to-25-characters/m-p/365440#M12718</link>
      <description>&lt;P&gt;I suggest providing a small data step we can use to duplicate your issue (the long variable) , the full template code and an example of the Sgrender to execute.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Proc template has so many options that the full picture really is needed.&lt;/P&gt;
&lt;P&gt;Also your ODS graphics options and possibly the ODS destination and it's options may play a part as well.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2017 16:37:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SAS-GTL-axistable-limited-to-25-characters/m-p/365440#M12718</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-06-08T16:37:45Z</dc:date>
    </item>
    <item>
      <title>Re: SAS GTL axistable limited to 25 characters</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SAS-GTL-axistable-limited-to-25-characters/m-p/365456#M12719</link>
      <description>&lt;P&gt;So I made an "anonymous" version of my program - and it worked fine!&amp;nbsp; So I guess I now have a working program that I can revise back in steps until it "breaks".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2017 17:24:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SAS-GTL-axistable-limited-to-25-characters/m-p/365456#M12719</guid>
      <dc:creator>Coleen</dc:creator>
      <dc:date>2017-06-08T17:24:01Z</dc:date>
    </item>
    <item>
      <title>Re: SAS GTL axistable limited to 25 characters</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SAS-GTL-axistable-limited-to-25-characters/m-p/365461#M12720</link>
      <description>&lt;P&gt;Just look at the SYSVLONG macro variable to find the maintenance release. Submit&lt;/P&gt;
&lt;P&gt;%put &amp;amp;SYSVLONG;&lt;/P&gt;
&lt;P&gt;and then look at the SAS log.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For example, a value of&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;9&lt;/STRONG&gt;&lt;SPAN&gt;.0&lt;/SPAN&gt;&lt;STRONG&gt;4&lt;/STRONG&gt;&lt;SPAN&gt;.01&lt;/SPAN&gt;&lt;STRONG&gt;M2&lt;/STRONG&gt;&lt;SPAN&gt;P110916 means SAS 9.4m2 (second maintenance)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;9&lt;/STRONG&gt;&lt;SPAN&gt;.0&lt;/SPAN&gt;&lt;STRONG&gt;4&lt;/STRONG&gt;&lt;SPAN&gt;.01&lt;/SPAN&gt;&lt;STRONG&gt;M3&lt;/STRONG&gt;&lt;SPAN&gt;P110916 means SAS 9.4m3&amp;nbsp;(third maintenance)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;etc&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2017 17:50:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SAS-GTL-axistable-limited-to-25-characters/m-p/365461#M12720</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2017-06-08T17:50:15Z</dc:date>
    </item>
  </channel>
</rss>

