<?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: Error:you can only break on grouping and ordering variables in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Error-you-can-only-break-on-grouping-and-ordering-variables/m-p/346940#M63600</link>
    <description>It will be still be displayed</description>
    <pubDate>Tue, 04 Apr 2017 06:40:40 GMT</pubDate>
    <dc:creator>Jagadishkatam</dc:creator>
    <dc:date>2017-04-04T06:40:40Z</dc:date>
    <item>
      <title>Error:you can only break on grouping and ordering variables</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Error-you-can-only-break-on-grouping-and-ordering-variables/m-p/346934#M63597</link>
      <description>&lt;P&gt;How to solve the Error:&lt;STRONG&gt;you can only break on grouping and ordering variables&lt;/STRONG&gt;?&lt;/P&gt;&lt;P&gt;Even though my break variable is defined as order with display,i do get this error.&lt;/P&gt;&lt;P&gt;please help me on this.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Apr 2017 06:00:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Error-you-can-only-break-on-grouping-and-ordering-variables/m-p/346934#M63597</guid>
      <dc:creator>Prasadr1618</dc:creator>
      <dc:date>2017-04-04T06:00:15Z</dc:date>
    </item>
    <item>
      <title>Re: Error:you can only break on grouping and ordering variables</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Error-you-can-only-break-on-grouping-and-ordering-variables/m-p/346936#M63598</link>
      <description>&lt;P&gt;Hope it is something like&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;define x / order display;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;could you please remove the display and try.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Apr 2017 06:28:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Error-you-can-only-break-on-grouping-and-ordering-variables/m-p/346936#M63598</guid>
      <dc:creator>Jagadishkatam</dc:creator>
      <dc:date>2017-04-04T06:28:41Z</dc:date>
    </item>
    <item>
      <title>Re: Error:you can only break on grouping and ordering variables</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Error-you-can-only-break-on-grouping-and-ordering-variables/m-p/346938#M63599</link>
      <description>&lt;P&gt;But i have to display the variable im my sas output file.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Apr 2017 06:34:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Error-you-can-only-break-on-grouping-and-ordering-variables/m-p/346938#M63599</guid>
      <dc:creator>Prasadr1618</dc:creator>
      <dc:date>2017-04-04T06:34:00Z</dc:date>
    </item>
    <item>
      <title>Re: Error:you can only break on grouping and ordering variables</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Error-you-can-only-break-on-grouping-and-ordering-variables/m-p/346940#M63600</link>
      <description>It will be still be displayed</description>
      <pubDate>Tue, 04 Apr 2017 06:40:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Error-you-can-only-break-on-grouping-and-ordering-variables/m-p/346940#M63600</guid>
      <dc:creator>Jagadishkatam</dc:creator>
      <dc:date>2017-04-04T06:40:40Z</dc:date>
    </item>
    <item>
      <title>Re: Error:you can only break on grouping and ordering variables</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Error-you-can-only-break-on-grouping-and-ordering-variables/m-p/691236#M79668</link>
      <description>The variable listed on the BREAK statement is not defined as GROUP or&lt;BR /&gt;ORDER.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Solution:&lt;BR /&gt;Remove the BREAK statement or change the usage on the DEFINE&lt;BR /&gt;statement of that variable to GROUP or ORDER.</description>
      <pubDate>Tue, 13 Oct 2020 12:51:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Error-you-can-only-break-on-grouping-and-ordering-variables/m-p/691236#M79668</guid>
      <dc:creator>himself</dc:creator>
      <dc:date>2020-10-13T12:51:57Z</dc:date>
    </item>
    <item>
      <title>Re: Error:you can only break on grouping and ordering variables</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Error-you-can-only-break-on-grouping-and-ordering-variables/m-p/691237#M79669</link>
      <description>&lt;P&gt;&lt;SPAN class="fontstyle0"&gt;The variable listed on the BREAK statement is not defined as GROUP or&lt;BR /&gt;ORDER.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="fontstyle0"&gt;&lt;BR /&gt;Solution:&lt;BR /&gt;Remove the BREAK statement or change the usage on the DEFINE&lt;BR /&gt;statement of that variable to GROUP or ORDER.&lt;/SPAN&gt; &lt;/P&gt;</description>
      <pubDate>Tue, 13 Oct 2020 12:52:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Error-you-can-only-break-on-grouping-and-ordering-variables/m-p/691237#M79669</guid>
      <dc:creator>himself</dc:creator>
      <dc:date>2020-10-13T12:52:00Z</dc:date>
    </item>
  </channel>
</rss>

