<?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 By Variable in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Proc-Report-By-Variable/m-p/948839#M371206</link>
    <description>&lt;P&gt;Are you asking how to not have the BY LINE produced?&amp;nbsp; Change the system option that controls that before running the PROC.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;options nobyline;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 24 Oct 2024 00:03:10 GMT</pubDate>
    <dc:creator>Tom</dc:creator>
    <dc:date>2024-10-24T00:03:10Z</dc:date>
    <item>
      <title>Proc Report By Variable</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Report-By-Variable/m-p/948836#M371203</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using following proc report code to generate an output. The "by" statement in proc report&amp;nbsp; is causing some issue for me. I want the output split by the "by" group but in the actual output when I use the code below, I see the values for by variable appearing twice in the output. First one is from the blue highlighted syntax below which appears on the left hand side and the second is from the green highlighted syntax. The one from green highlighted syntax appear little strange where it show value like this in the output as a title. I want to get rid of it . How can I achieve it ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Leo9_0-1729726524282.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/101756iF737A246B842B495/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Leo9_0-1729726524282.png" alt="Leo9_0-1729726524282.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;SPAN&gt;proc report data=final_&amp;amp;i nowd missing headskip split='~' style(report)=[width=100%];&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT color="#008000"&gt;&lt;STRONG&gt;by byvarn byvar ;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;title7 j=l "#byval(byvar)";&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;columns page avisitn order1 order2 linelab statistic var1-var5 ;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;define page / order noprint;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;define avisitn / order noprint;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;define order1 / order noprint;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;define order2 / order noprint;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;define linelab&amp;nbsp; / style(column)={just=l cellwidth=16% /*cellspacing=1.0cm*/&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;asis=on}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;style(header)={just=l} group;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;define statistic / style(column)={just=l cellwidth=16% asis=on}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;style(header)={just=l} group;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;define var1 / style(column)={just=c cellwidth=11% asis=on}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;style(header)={just=c} flow group "(40 mg)~(N=&amp;amp;n1.)";&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;define var2 / style(column)={just=c cellwidth=11% asis=on}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;style(header)={just=c} "(80 mg)~(N=&amp;amp;n2.)";&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;define var3 / style(column)={just=c cellwidth=11% asis=on}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;style(header)={just=c} order "(160 mg)~(N=&amp;amp;n3.)";&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;define var4 / style(column)={just=c cellwidth=11% asis=on}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;style(header)={just=c} order "(320 mg)~(N=&amp;amp;n4.)";&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;define var5 / style(column)={just=c cellwidth=11% asis=on}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;style(header)={just=c} "Placebo~(N=&amp;amp;n5.)";&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;compute before page;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;line ' ';&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;endcomp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;compute after order1;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;line ' ';&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;endcomp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;break after page / page;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;run;&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 23 Oct 2024 23:41:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Report-By-Variable/m-p/948836#M371203</guid>
      <dc:creator>Leo9</dc:creator>
      <dc:date>2024-10-23T23:41:43Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Report By Variable</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Report-By-Variable/m-p/948839#M371206</link>
      <description>&lt;P&gt;Are you asking how to not have the BY LINE produced?&amp;nbsp; Change the system option that controls that before running the PROC.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;options nobyline;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Oct 2024 00:03:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Report-By-Variable/m-p/948839#M371206</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2024-10-24T00:03:10Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Report By Variable</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Report-By-Variable/m-p/948988#M371264</link>
      <description>&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Thu, 24 Oct 2024 22:28:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Report-By-Variable/m-p/948988#M371264</guid>
      <dc:creator>Leo9</dc:creator>
      <dc:date>2024-10-24T22:28:24Z</dc:date>
    </item>
  </channel>
</rss>

