<?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 Example of use of the NOZEROBARS option with proc sgplot and its vbar statement in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Example-of-use-of-the-NOZEROBARS-option-with-proc-sgplot-and-its/m-p/585473#M75795</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Would you have an example (short program) which uses the NOZEROBARS option with proc sgplot and the vbar statement.&lt;/P&gt;&lt;P&gt;I could not find any.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The only documentation I could find is here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://documentation.sas.com/?docsetId=grstatproc&amp;amp;docsetTarget=n0mc5dtithid5mn13c54dlgaceq3.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en#n00ng2jnzcc27tn1vun7cjlq4oz7e" target="_blank"&gt;https://documentation.sas.com/?docsetId=grstatproc&amp;amp;docsetTarget=n0mc5dtithid5mn13c54dlgaceq3.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en#n00ng2jnzcc27tn1vun7cjlq4oz7e&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;</description>
    <pubDate>Sun, 01 Sep 2019 16:20:31 GMT</pubDate>
    <dc:creator>xxformat_com</dc:creator>
    <dc:date>2019-09-01T16:20:31Z</dc:date>
    <item>
      <title>Example of use of the NOZEROBARS option with proc sgplot and its vbar statement</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Example-of-use-of-the-NOZEROBARS-option-with-proc-sgplot-and-its/m-p/585473#M75795</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Would you have an example (short program) which uses the NOZEROBARS option with proc sgplot and the vbar statement.&lt;/P&gt;&lt;P&gt;I could not find any.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The only documentation I could find is here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://documentation.sas.com/?docsetId=grstatproc&amp;amp;docsetTarget=n0mc5dtithid5mn13c54dlgaceq3.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en#n00ng2jnzcc27tn1vun7cjlq4oz7e" target="_blank"&gt;https://documentation.sas.com/?docsetId=grstatproc&amp;amp;docsetTarget=n0mc5dtithid5mn13c54dlgaceq3.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en#n00ng2jnzcc27tn1vun7cjlq4oz7e&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;</description>
      <pubDate>Sun, 01 Sep 2019 16:20:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Example-of-use-of-the-NOZEROBARS-option-with-proc-sgplot-and-its/m-p/585473#M75795</guid>
      <dc:creator>xxformat_com</dc:creator>
      <dc:date>2019-09-01T16:20:31Z</dc:date>
    </item>
    <item>
      <title>Re: Example of use of the NOZEROBARS option with proc sgplot and its vbar statement</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Example-of-use-of-the-NOZEROBARS-option-with-proc-sgplot-and-its/m-p/585477#M75796</link>
      <description>&lt;P&gt;A very simple example&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data have;
cat=1; var=-10; output;
cat=2; var= 0; output;
cat=3; var= 10; output;
run;

proc sgplot data=have;
	vbar cat / response=var stat=mean nozerobars;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 01 Sep 2019 18:04:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Example-of-use-of-the-NOZEROBARS-option-with-proc-sgplot-and-its/m-p/585477#M75796</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2019-09-01T18:04:34Z</dc:date>
    </item>
  </channel>
</rss>

