<?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: Using proc report in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Using-proc-report/m-p/523881#M142400</link>
    <description>&lt;P&gt;A more detailed example would help. In order to provide PROC REPORT code, we need to be able to envision the relationship between the input data and the desired output table.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So ... please show us the exact table you want, with actual numbers, and several rows. Show us the data as well, as &lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/How-to-create-a-data-step-version-of-your-data-AKA-generate/ta-p/258712" target="_self"&gt;SAS data step code&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 30 Dec 2018 15:26:11 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2018-12-30T15:26:11Z</dc:date>
    <item>
      <title>Using proc report</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Using-proc-report/m-p/523880#M142399</link>
      <description>&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;Hi all ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I know this is a basic thing but am not able to get the required output . i wanted to create a table using proc report like this am not able to get the dosage above the 40 and 20 mg .Please help me to solve this . Thanks in advance .&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Placebo (N=XX) n(%) |&lt;/TD&gt;&lt;TD&gt;Dosage&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; | &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 40mg (N=XX) n(%)&lt;/TD&gt;&lt;TD&gt;20 mg (N=XX) n(%)&lt;/TD&gt;&lt;TD&gt;Overall (N=XX) n(%)&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Sun, 30 Dec 2018 14:38:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Using-proc-report/m-p/523880#M142399</guid>
      <dc:creator>Aayushi_17</dc:creator>
      <dc:date>2018-12-30T14:38:02Z</dc:date>
    </item>
    <item>
      <title>Re: Using proc report</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Using-proc-report/m-p/523881#M142400</link>
      <description>&lt;P&gt;A more detailed example would help. In order to provide PROC REPORT code, we need to be able to envision the relationship between the input data and the desired output table.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So ... please show us the exact table you want, with actual numbers, and several rows. Show us the data as well, as &lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/How-to-create-a-data-step-version-of-your-data-AKA-generate/ta-p/258712" target="_self"&gt;SAS data step code&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 30 Dec 2018 15:26:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Using-proc-report/m-p/523881#M142400</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2018-12-30T15:26:11Z</dc:date>
    </item>
    <item>
      <title>Re: Using proc report</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Using-proc-report/m-p/523898#M142410</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/245051"&gt;@Aayushi_17&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;TABLE&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;Hi all ,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I know this is a basic thing but am not able to get the required output . i wanted to create a table using proc report like this am not able to get the dosage above the 40 and 20 mg .Please help me to solve this . Thanks in advance .&lt;/P&gt;
&lt;TABLE&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;Placebo (N=XX) n(%) |&lt;/TD&gt;
&lt;TD&gt;Dosage&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; | &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 40mg (N=XX) n(%)&lt;/TD&gt;
&lt;TD&gt;20 mg (N=XX) n(%)&lt;/TD&gt;
&lt;TD&gt;Overall (N=XX) n(%)&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Which part of the output are you not 'getting'? What does your source data look like? What have you tried?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If we provide an answer based on our data that doesn't reflect your data it won't work&amp;nbsp;for you. You need to provide more information for assistance.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 31 Dec 2018 00:04:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Using-proc-report/m-p/523898#M142410</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-12-31T00:04:46Z</dc:date>
    </item>
    <item>
      <title>Re: Using proc report</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Using-proc-report/m-p/523911#M142413</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 200px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/25916i21E2AB7C2D14DAF8/image-size/small?v=v2&amp;amp;px=200" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I want my table to look like this am not able to get the dosage part under which the 40 mg and 20 mg and overall are present&lt;/P&gt;</description>
      <pubDate>Mon, 31 Dec 2018 06:22:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Using-proc-report/m-p/523911#M142413</guid>
      <dc:creator>Aayushi_17</dc:creator>
      <dc:date>2018-12-31T06:22:00Z</dc:date>
    </item>
    <item>
      <title>Re: Using proc report</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Using-proc-report/m-p/523923#M142418</link>
      <description>&lt;P&gt;Two people have asked to see (a portion of) the input data. Please provide it for us, as &lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/How-to-create-a-data-step-version-of-your-data-AKA-generate/ta-p/258712" target="_self"&gt;SAS data step code&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, we would like to see an example of the table, filled out, with actual numbers and NOT symbols like n or XX, and with a few rows, so we can see what you want the table to look like.&lt;/P&gt;</description>
      <pubDate>Mon, 31 Dec 2018 12:44:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Using-proc-report/m-p/523923#M142418</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2018-12-31T12:44:56Z</dc:date>
    </item>
    <item>
      <title>Re: Using proc report</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Using-proc-report/m-p/523972#M142434</link>
      <description>&lt;P&gt;If you cannot provide any sample data or what you've tried, here are some general guides:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.lexjansen.com/phuse/2017/ct/CT09.pdf" target="_blank"&gt;https://www.lexjansen.com/phuse/2017/ct/CT09.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.lexjansen.com/nesug/nesug11/po/po01.pdf" target="_blank"&gt;https://www.lexjansen.com/nesug/nesug11/po/po01.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www2.sas.com/proceedings/forum2008/173-2008.pdf" target="_blank"&gt;http://www2.sas.com/proceedings/forum2008/173-2008.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/245051"&gt;@Aayushi_17&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 200px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/25916i21E2AB7C2D14DAF8/image-size/small?v=v2&amp;amp;px=200" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I want my table to look like this am not able to get the dosage part under which the 40 mg and 20 mg and overall are present&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Jan 2019 00:10:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Using-proc-report/m-p/523972#M142434</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-01-01T00:10:33Z</dc:date>
    </item>
  </channel>
</rss>

