<?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/graph proc GPLOT truncating some long string variables in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/sas-graph-proc-GPLOT-truncating-some-long-string-variables/m-p/6471#M2525</link>
    <description>You can use an AXIS statement to override the limitation.  For example:&lt;BR /&gt;
&lt;BR /&gt;
goptions reset=all;&lt;BR /&gt;
data test;&lt;BR /&gt;
x='123456789012345678901234567890123456';&lt;BR /&gt;
run;&lt;BR /&gt;
proc gplot; plot x*x/vaxis=axis1; &lt;BR /&gt;
axis1 value=('123456789012345678901234567890123456');&lt;BR /&gt;
run;</description>
    <pubDate>Thu, 24 Jan 2008 20:04:07 GMT</pubDate>
    <dc:creator>mikek_sas</dc:creator>
    <dc:date>2008-01-24T20:04:07Z</dc:date>
    <item>
      <title>sas/graph proc GPLOT truncating some long string variables</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/sas-graph-proc-GPLOT-truncating-some-long-string-variables/m-p/6469#M2523</link>
      <description>I get that message when running my sas/graph&lt;BR /&gt;
and some values get truncated :&lt;BR /&gt;
&lt;BR /&gt;
NOTE: Value of IDVAR(ObjectName) truncated to 32 characters.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
is there any way to fix that ?</description>
      <pubDate>Tue, 22 Jan 2008 17:07:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/sas-graph-proc-GPLOT-truncating-some-long-string-variables/m-p/6469#M2523</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-01-22T17:07:07Z</dc:date>
    </item>
    <item>
      <title>Re: sas/graph proc GPLOT truncating some long string variables</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/sas-graph-proc-GPLOT-truncating-some-long-string-variables/m-p/6470#M2524</link>
      <description>Hi:&lt;BR /&gt;
  Per this note:&lt;BR /&gt;
&lt;A href="http://support.sas.com/kb/00/807.html" target="_blank"&gt;http://support.sas.com/kb/00/807.html&lt;/A&gt;&lt;BR /&gt;
the max length for Axis values is 32 characters.&lt;BR /&gt;
&lt;BR /&gt;
for more help with SAS/Graph questions, you should consider contacting Tech Support, as this is not really a Base Reporting procedure question (PRINT, REPORT, TABULATE) and is not related to ODS.&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
      <pubDate>Tue, 22 Jan 2008 20:57:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/sas-graph-proc-GPLOT-truncating-some-long-string-variables/m-p/6470#M2524</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2008-01-22T20:57:42Z</dc:date>
    </item>
    <item>
      <title>Re: sas/graph proc GPLOT truncating some long string variables</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/sas-graph-proc-GPLOT-truncating-some-long-string-variables/m-p/6471#M2525</link>
      <description>You can use an AXIS statement to override the limitation.  For example:&lt;BR /&gt;
&lt;BR /&gt;
goptions reset=all;&lt;BR /&gt;
data test;&lt;BR /&gt;
x='123456789012345678901234567890123456';&lt;BR /&gt;
run;&lt;BR /&gt;
proc gplot; plot x*x/vaxis=axis1; &lt;BR /&gt;
axis1 value=('123456789012345678901234567890123456');&lt;BR /&gt;
run;</description>
      <pubDate>Thu, 24 Jan 2008 20:04:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/sas-graph-proc-GPLOT-truncating-some-long-string-variables/m-p/6471#M2525</guid>
      <dc:creator>mikek_sas</dc:creator>
      <dc:date>2008-01-24T20:04:07Z</dc:date>
    </item>
  </channel>
</rss>

