<?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 t grouping is showing in bar not letter in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/t-grouping-is-showing-in-bar-not-letter/m-p/754884#M80802</link>
    <description>&lt;P&gt;i want to know when i see the sas 1st time i see the t grouping comes out with letter and means but nowadays i see it is coming with means and bar diagram though the value is ok for me, it is hard to present in front of someone cause they sometimes couldn't understand the bar but they can understand the lettering.is there anyone who can help me with&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="it is new style" style="width: 571px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/61344i476502F2A97C6806/image-size/large?v=v2&amp;amp;px=999" role="button" title="1.jpg" alt="it is new style" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;it is new style&lt;/span&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="it is old one where grouping comes with lettering" style="width: 738px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/61345iCF9A20EEAC345E5A/image-size/large?v=v2&amp;amp;px=999" role="button" title="2.JPG" alt="it is old one where grouping comes with lettering" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;it is old one where grouping comes with lettering&lt;/span&gt;&lt;/span&gt; this?&lt;BR /&gt;i have attached 2 pictures for understanding my question. Number 1 is new and number 2 is the old one. please give me a solution.&lt;/P&gt;</description>
    <pubDate>Sun, 18 Jul 2021 20:41:03 GMT</pubDate>
    <dc:creator>atikurmamun</dc:creator>
    <dc:date>2021-07-18T20:41:03Z</dc:date>
    <item>
      <title>t grouping is showing in bar not letter</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/t-grouping-is-showing-in-bar-not-letter/m-p/754884#M80802</link>
      <description>&lt;P&gt;i want to know when i see the sas 1st time i see the t grouping comes out with letter and means but nowadays i see it is coming with means and bar diagram though the value is ok for me, it is hard to present in front of someone cause they sometimes couldn't understand the bar but they can understand the lettering.is there anyone who can help me with&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="it is new style" style="width: 571px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/61344i476502F2A97C6806/image-size/large?v=v2&amp;amp;px=999" role="button" title="1.jpg" alt="it is new style" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;it is new style&lt;/span&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="it is old one where grouping comes with lettering" style="width: 738px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/61345iCF9A20EEAC345E5A/image-size/large?v=v2&amp;amp;px=999" role="button" title="2.JPG" alt="it is old one where grouping comes with lettering" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;it is old one where grouping comes with lettering&lt;/span&gt;&lt;/span&gt; this?&lt;BR /&gt;i have attached 2 pictures for understanding my question. Number 1 is new and number 2 is the old one. please give me a solution.&lt;/P&gt;</description>
      <pubDate>Sun, 18 Jul 2021 20:41:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/t-grouping-is-showing-in-bar-not-letter/m-p/754884#M80802</guid>
      <dc:creator>atikurmamun</dc:creator>
      <dc:date>2021-07-18T20:41:03Z</dc:date>
    </item>
    <item>
      <title>Re: t grouping is showing in bar not letter</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/t-grouping-is-showing-in-bar-not-letter/m-p/754931#M80805</link>
      <description>&lt;P&gt;The code that created the output would likely be helpful.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am not sure I understand your question. Are you asking how to not create the graph? If you do not want the graph then you may need to include 1) ODS Graphics off; in your program before the procedure and/or 2) remove any Plot statements.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The ODS Graphics is a system option. If you turn it on in one part of your code you may need to turn it off in another. Depending on your environment for running SAS some of these options will persist from the last setting in a previous session and need to be turned off in the current.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jul 2021 08:15:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/t-grouping-is-showing-in-bar-not-letter/m-p/754931#M80805</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2021-07-19T08:15:18Z</dc:date>
    </item>
    <item>
      <title>Re: t grouping is showing in bar not letter</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/t-grouping-is-showing-in-bar-not-letter/m-p/754950#M80806</link>
      <description>yaa i don't want the graph rather i want the letter against graph...i want the picture 2 format not picture 1...&lt;BR /&gt;now question is...how do i off ODS graphics off cause i didn't on anything. if you could please tell me where is the option it will be very much helpful...</description>
      <pubDate>Mon, 19 Jul 2021 10:27:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/t-grouping-is-showing-in-bar-not-letter/m-p/754950#M80806</guid>
      <dc:creator>atikurmamun</dc:creator>
      <dc:date>2021-07-19T10:27:53Z</dc:date>
    </item>
    <item>
      <title>Re: t grouping is showing in bar not letter</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/t-grouping-is-showing-in-bar-not-letter/m-p/754957#M80807</link>
      <description>dear, i got the solution after using ods graphics off code using. though i didn't get any permanent option for close or off this ods I have to use this in every program for ods graph off. however, i am now happy and this will be ok for me.</description>
      <pubDate>Mon, 19 Jul 2021 10:48:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/t-grouping-is-showing-in-bar-not-letter/m-p/754957#M80807</guid>
      <dc:creator>atikurmamun</dc:creator>
      <dc:date>2021-07-19T10:48:10Z</dc:date>
    </item>
  </channel>
</rss>

