<?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: The groupdisplay option for vbarparm is missing for SAS 9.3. in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/The-groupdisplay-option-for-vbarparm-is-missing-for-SAS-9-3/m-p/505791#M17213</link>
    <description>&lt;P&gt;Thanks, it worked.&lt;/P&gt;</description>
    <pubDate>Thu, 18 Oct 2018 22:48:16 GMT</pubDate>
    <dc:creator>rasu</dc:creator>
    <dc:date>2018-10-18T22:48:16Z</dc:date>
    <item>
      <title>The groupdisplay option for vbarparm is missing for SAS 9.3.</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/The-groupdisplay-option-for-vbarparm-is-missing-for-SAS-9-3/m-p/505746#M17210</link>
      <description>&lt;P&gt;How to display a Stacked grouping in a VBARPARM chart for SAS 9.3? There is a syntax error when I add the&amp;nbsp;groupdisplay option with VBARPARM. The default option for Group is Cluster, not Stacked.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have to use a combination of VBARPARM and SERIES charts to control the grouping of the LPARNAME variable,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Errror:&lt;/P&gt;&lt;P&gt;&amp;nbsp;58 /group=LPARNAME groupdisplay=stack&lt;BR /&gt;____________&lt;BR /&gt;22&lt;BR /&gt;76&lt;BR /&gt;&lt;BR /&gt;ERROR 22-322: Syntax error, expecting one of the following: ;, ATTRID, BARWIDTH,&amp;nbsp;CLUSTERWIDTH, DATALABEL, DATALABELATTRS, DATALABELPOS, DATASKIN,&amp;nbsp;DISCRETEOFFSET, FILL, FILLATTRS, GROUP, GROUPORDER, LEGENDLABEL, LIMITATTRS,&amp;nbsp;LEGENDLABEL, LIMITATTRS, LIMITLOWER, LIMITUPPER,&amp;nbsp;&amp;nbsp;&lt;BR /&gt;MISSING, NAME, NOFILL, NOOUTLINE, OUTLINE, TRANSPARENCY, URL.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My code is:&lt;/P&gt;&lt;P&gt;PROC SGPLOT DATA=file1&lt;BR /&gt;description = ' ';&lt;BR /&gt;BY Complex;&lt;BR /&gt;vbarparm category=TIME response=SMF70LAC/group=LPARNAME&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;groupdisplay=stack&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;name='a';&lt;BR /&gt;&lt;BR /&gt;SERIES X=TIME&lt;BR /&gt;Y=SMF70MCR /&lt;BR /&gt;LEGENDLABEL='CAPACITY RATING'&lt;BR /&gt;lineattrs=(color=gold thickness=3) name='b'&lt;BR /&gt;curvelabelloc=outside&lt;BR /&gt;CURVELABELPOS= Max&lt;BR /&gt;curvelabelattrs=(size=8pt)&lt;BR /&gt;CURVELABEL="COMPLEX CAPACITY";&lt;BR /&gt;&lt;BR /&gt;SERIES X=TIME&lt;BR /&gt;Y=LPAR_MSU /&lt;BR /&gt;LEGENDLABEL='LPAR MSU'&lt;BR /&gt;lineattrs=(color=green thickness=3) name='C'&lt;BR /&gt;curvelabelloc=outside&lt;BR /&gt;CURVELABELPOS= Max&lt;BR /&gt;curvelabelattrs=(size=8pt)&lt;BR /&gt;CURVELABEL="LPAR MSU";&lt;BR /&gt;&lt;BR /&gt;xaxis display=(nolabel);&lt;BR /&gt;KEYLEGEND 'A' / TITLE=' '&lt;BR /&gt;valueattrs=(Family=Arial Size=8);&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Oct 2018 20:12:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/The-groupdisplay-option-for-vbarparm-is-missing-for-SAS-9-3/m-p/505746#M17210</guid>
      <dc:creator>rasu</dc:creator>
      <dc:date>2018-10-18T20:12:59Z</dc:date>
    </item>
    <item>
      <title>Re: The groupdisplay option for vbarparm is missing for SAS 9.3.</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/The-groupdisplay-option-for-vbarparm-is-missing-for-SAS-9-3/m-p/505755#M17211</link>
      <description>Yes, that's a SAS 9.4 feature that is not available in 9.3.  GTL may enable you to do this though, use TMPLOUT option on SGPLOT and then you can try the GTL approach with SGRENDER.&lt;BR /&gt;</description>
      <pubDate>Thu, 18 Oct 2018 20:28:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/The-groupdisplay-option-for-vbarparm-is-missing-for-SAS-9-3/m-p/505755#M17211</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-10-18T20:28:45Z</dc:date>
    </item>
    <item>
      <title>Re: The groupdisplay option for vbarparm is missing for SAS 9.3.</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/The-groupdisplay-option-for-vbarparm-is-missing-for-SAS-9-3/m-p/505791#M17213</link>
      <description>&lt;P&gt;Thanks, it worked.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Oct 2018 22:48:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/The-groupdisplay-option-for-vbarparm-is-missing-for-SAS-9-3/m-p/505791#M17213</guid>
      <dc:creator>rasu</dc:creator>
      <dc:date>2018-10-18T22:48:16Z</dc:date>
    </item>
  </channel>
</rss>

