<?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: PROC Report change in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/PROC-Report-change/m-p/928470#M41691</link>
    <description>Wow, thanks a lot. I've been trying to do this for a few days!</description>
    <pubDate>Wed, 15 May 2024 12:25:01 GMT</pubDate>
    <dc:creator>joaocamargo</dc:creator>
    <dc:date>2024-05-15T12:25:01Z</dc:date>
    <item>
      <title>PROC Report change</title>
      <link>https://communities.sas.com/t5/New-SAS-User/PROC-Report-change/m-p/928467#M41689</link>
      <description>&lt;P&gt;Hi!&amp;nbsp;&lt;BR /&gt;How can i change this?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="joaocamargo_0-1715773077653.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/96544i805E499D37268412/image-size/medium?v=v2&amp;amp;px=400" role="button" title="joaocamargo_0-1715773077653.png" alt="joaocamargo_0-1715773077653.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;for this&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="joaocamargo_1-1715773101158.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/96545i7F1DEBA646DB4904/image-size/medium?v=v2&amp;amp;px=400" role="button" title="joaocamargo_1-1715773101158.png" alt="joaocamargo_1-1715773101158.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 May 2024 11:38:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/PROC-Report-change/m-p/928467#M41689</guid>
      <dc:creator>joaocamargo</dc:creator>
      <dc:date>2024-05-15T11:38:44Z</dc:date>
    </item>
    <item>
      <title>Re: PROC Report change</title>
      <link>https://communities.sas.com/t5/New-SAS-User/PROC-Report-change/m-p/928469#M41690</link>
      <description>&lt;P&gt;You can use a COMPUTE BEFORE block to achieve this. See example below. note that the make column is not printed but used in the COMPUTE BEFORE together with the LINE statement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc report data=sashelp.cars;
    column make model invoice horsepower;
    define make / order noprint;
    define model / display style={textalign=left};
    compute before make / 
        style={backgroundcolor=lightblue textalign=left}
    ;
        line make $20.;
    endcomp;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 15 May 2024 12:05:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/PROC-Report-change/m-p/928469#M41690</guid>
      <dc:creator>BrunoMueller</dc:creator>
      <dc:date>2024-05-15T12:05:48Z</dc:date>
    </item>
    <item>
      <title>Re: PROC Report change</title>
      <link>https://communities.sas.com/t5/New-SAS-User/PROC-Report-change/m-p/928470#M41691</link>
      <description>Wow, thanks a lot. I've been trying to do this for a few days!</description>
      <pubDate>Wed, 15 May 2024 12:25:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/PROC-Report-change/m-p/928470#M41691</guid>
      <dc:creator>joaocamargo</dc:creator>
      <dc:date>2024-05-15T12:25:01Z</dc:date>
    </item>
    <item>
      <title>Re: PROC Report change</title>
      <link>https://communities.sas.com/t5/New-SAS-User/PROC-Report-change/m-p/928474#M41692</link>
      <description>Can I create a large group and then place other groups?&lt;BR /&gt;Like&lt;BR /&gt;South America&lt;BR /&gt;Brazil&lt;BR /&gt;Type1&lt;BR /&gt;Type2&lt;BR /&gt;Type3&lt;BR /&gt;Argentina&lt;BR /&gt;Type1&lt;BR /&gt;Type2&lt;BR /&gt;Type3&lt;BR /&gt;Europe&lt;BR /&gt;Germany&lt;BR /&gt;Type1&lt;BR /&gt;Type2&lt;BR /&gt;Type3&lt;BR /&gt;France&lt;BR /&gt;Type1&lt;BR /&gt;Type2&lt;BR /&gt;Type3&lt;BR /&gt;&lt;BR /&gt;?</description>
      <pubDate>Wed, 15 May 2024 12:37:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/PROC-Report-change/m-p/928474#M41692</guid>
      <dc:creator>joaocamargo</dc:creator>
      <dc:date>2024-05-15T12:37:36Z</dc:date>
    </item>
    <item>
      <title>Re: PROC Report change</title>
      <link>https://communities.sas.com/t5/New-SAS-User/PROC-Report-change/m-p/928475#M41693</link>
      <description>&lt;P&gt;You are welcome. Maybe it makes sense to buy this book&amp;nbsp;&lt;A href="https://support.sas.com/content/dam/SAS/support/en/books/the-sas-programmers-proc-report-handbook/69155_excerpt.pdf" target="_blank"&gt;https://support.sas.com/content/dam/SAS/support/en/books/the-sas-programmers-proc-report-handbook/69155_excerpt.pdf&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 May 2024 12:38:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/PROC-Report-change/m-p/928475#M41693</guid>
      <dc:creator>BrunoMueller</dc:creator>
      <dc:date>2024-05-15T12:38:11Z</dc:date>
    </item>
    <item>
      <title>Re: PROC Report change</title>
      <link>https://communities.sas.com/t5/New-SAS-User/PROC-Report-change/m-p/928478#M41694</link>
      <description>&lt;P&gt;Sure just add the variables needed specify NOPRINT for the once you use in a COMPUTE BEFORE variable block.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;
proc report data=sashelp.orsales;
    column year quarter product_line quantity;
    define year / group noprint;
    define quarter / group noprint;
    define product_line / group;
    define quantity / analysis;
    compute before year;
        line year 4.;
    endcomp;
    compute before quarter;
      line quarter $6.;
    endcomp;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 15 May 2024 13:22:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/PROC-Report-change/m-p/928478#M41694</guid>
      <dc:creator>BrunoMueller</dc:creator>
      <dc:date>2024-05-15T13:22:27Z</dc:date>
    </item>
  </channel>
</rss>

