<?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: How to drop values within one line in proc report in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-drop-values-within-one-line-in-proc-report/m-p/430386#M20238</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;i always get my dataset looking exactly as I want the output to look&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you mean that you divide one observation on several when a syllabification&lt;SPAN&gt;&amp;nbsp;is needed?&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 24 Jan 2018 12:32:07 GMT</pubDate>
    <dc:creator>DmytroYermak</dc:creator>
    <dc:date>2018-01-24T12:32:07Z</dc:date>
    <item>
      <title>How to drop values within one line in proc report</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-drop-values-within-one-line-in-proc-report/m-p/430357#M20233</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please help with the line of values dropping. I have the following output:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Mon, 05 Mar 2018 10:25:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-drop-values-within-one-line-in-proc-report/m-p/430357#M20233</guid>
      <dc:creator>DmytroYermak</dc:creator>
      <dc:date>2018-03-05T10:25:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to drop values within one line in proc report</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-drop-values-within-one-line-in-proc-report/m-p/430361#M20234</link>
      <description>&lt;P&gt;Sorry really can't follow that.&amp;nbsp; Show some code and some test data (form of a datastep).&amp;nbsp; I mean does your dataset look like the output or are you doing across variables and such like.&amp;nbsp; Best practice from my point of view is to get the dataset to look exactly like the output should and avoid doing anything complicated in proc report.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jan 2018 11:41:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-drop-values-within-one-line-in-proc-report/m-p/430361#M20234</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2018-01-24T11:41:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to drop values within one line in proc report</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-drop-values-within-one-line-in-proc-report/m-p/430371#M20235</link>
      <description>&lt;P&gt;I bring my apologies for my English. I mean 'to make every line with 'no Severity' closer to the lines below in the group'. To receive the view of the template - second picture.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jan 2018 12:02:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-drop-values-within-one-line-in-proc-report/m-p/430371#M20235</guid>
      <dc:creator>DmytroYermak</dc:creator>
      <dc:date>2018-01-24T12:02:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to drop values within one line in proc report</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-drop-values-within-one-line-in-proc-report/m-p/430377#M20236</link>
      <description>&lt;P&gt;No need to apologise, your English is fine, its just the lack of code example to see how its being generated, as its not possible to say without seeing how your generating that.&amp;nbsp; As above, i always get my dataset looking exactly as I want the output to look, that way I don't need to do any across information, or summing, or much in the way of compute blocks to get the output as required.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jan 2018 12:20:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-drop-values-within-one-line-in-proc-report/m-p/430377#M20236</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2018-01-24T12:20:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to drop values within one line in proc report</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-drop-values-within-one-line-in-proc-report/m-p/430385#M20237</link>
      <description>&lt;P&gt;Here below is the code. It seemed to me that one options existed like 'vjust' for proc report. But the question is how can it be applied just for every 5th line.&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;&lt;BR /&gt;&lt;BR /&gt;
proc report data=T05_14_R nowd
style(column)={asis=on}
style(header)={asis=on font_weight=medium} split="*" ;
by pgn PARAM;

column   pgn PARAMN var2 d SeverityN var3 - var12;

define pgn / order order=internal noprint;
define var2 / group "Visit/Timepoints" style(header)=[just=l cellwidth=14%] left;
define PARAMN / order order=internal noprint;
define SeverityN / order order=internal noprint;
define var3 / "Severity" style(header)=[just=l cellwidth=8.5%] left;
define var4 / " *Cohort 1/**(N=&amp;amp;N1)*n (%)" style(header)=[just=c cellwidth=8.5%] left;
define var5 / " *Cohort 2/**(N=&amp;amp;N2)*n (%)" style(header)=[just=c cellwidth=8.5%] left;
define var6 / " *Cohort 3/*(N=&amp;amp;N3)*n (%)" style(header)=[just=c cellwidth=8.5%] left;
define var7 / " *Cohort 4/*(N=&amp;amp;N4)*n (%)" style(header)=[just=c cellwidth=8.5%] left;
define var8 / " *Cohort 5/*(N=&amp;amp;N5)*n (%)" style(header)=[just=c cellwidth=8.5%] left;
define var9 / " *Cohort 7/**(N=&amp;amp;N6)*n (%)" style(header)=[just=c cellwidth=8.5%] left;
define var10 / " *Cohort 8/(N=&amp;amp;N7)*n (%)" style(header)=[just=c cellwidth=8.5%] left;
define var11 / " *Cohort 9/*(N=&amp;amp;N8)*n (%)" style(header)=[just=c cellwidth=8.5%] left;
define var12 / " *Cohort 10/(N=&amp;amp;N8)*n (%)" style(header)=[just=c cellwidth=8.5%] left;

compute before PARAMN; 
   line " "; 
endcomp;

compute after pgn; 
   line " "; 
endcomp;

define d / ' ' style=[cellwidth=0.5%];

run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 24 Jan 2018 12:28:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-drop-values-within-one-line-in-proc-report/m-p/430385#M20237</guid>
      <dc:creator>DmytroYermak</dc:creator>
      <dc:date>2018-01-24T12:28:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to drop values within one line in proc report</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-drop-values-within-one-line-in-proc-report/m-p/430386#M20238</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;i always get my dataset looking exactly as I want the output to look&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you mean that you divide one observation on several when a syllabification&lt;SPAN&gt;&amp;nbsp;is needed?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jan 2018 12:32:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-drop-values-within-one-line-in-proc-report/m-p/430386#M20238</guid>
      <dc:creator>DmytroYermak</dc:creator>
      <dc:date>2018-01-24T12:32:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to drop values within one line in proc report</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-drop-values-within-one-line-in-proc-report/m-p/430431#M20239</link>
      <description>&lt;P&gt;Mmm, some oddities there.&amp;nbsp; I would suggest dropping a lot of it, and then adding bits back in one at a time.&amp;nbsp; For instance you have by pgn, param - but pgn is on the column row as well, and param never gets used?&amp;nbsp; Also, as pgn and paramn and severityn ar not printed I can't tell whats in those, so I would start from a blank simple report, then add these lines in one by one:&lt;/P&gt;
&lt;PRE class=" language-sas"&gt;&lt;CODE class="  language-sas"&gt;&lt;SPAN class="token statement"&gt;by&lt;/SPAN&gt; pgn PARAM&lt;SPAN class="token punctuation"&gt;;&lt;/SPAN&gt;

&lt;SPAN class="token keyword"&gt;column&lt;/SPAN&gt;   pgn PARAMN var2 d SeverityN var3 &lt;SPAN class="token operator"&gt;-&lt;/SPAN&gt; var12&lt;SPAN class="token punctuation"&gt;;&lt;/SPAN&gt;

&lt;SPAN class="token keyword"&gt;define&lt;/SPAN&gt; pgn &lt;SPAN class="token operator"&gt;/&lt;/SPAN&gt; order order&lt;SPAN class="token operator"&gt;=&lt;/SPAN&gt;internal noprint&lt;SPAN class="token punctuation"&gt;;&lt;/SPAN&gt;
&lt;SPAN class="token keyword"&gt;define&lt;/SPAN&gt; var2 &lt;SPAN class="token operator"&gt;/&lt;/SPAN&gt; &lt;SPAN class="token keyword"&gt;group&lt;/SPAN&gt; &lt;SPAN class="token string"&gt;"Visit/Timepoints"&lt;/SPAN&gt; &lt;SPAN class="token keyword"&gt;style&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;(&lt;/SPAN&gt;header&lt;SPAN class="token punctuation"&gt;)&lt;/SPAN&gt;&lt;SPAN class="token operator"&gt;=&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;[&lt;/SPAN&gt;just&lt;SPAN class="token operator"&gt;=&lt;/SPAN&gt;l cellwidth&lt;SPAN class="token operator"&gt;=&lt;/SPAN&gt;&lt;SPAN class="token number"&gt;14&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;%&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;]&lt;/SPAN&gt; &lt;SPAN class="token function"&gt;left&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;;&lt;/SPAN&gt;
&lt;SPAN class="token keyword"&gt;define&lt;/SPAN&gt; PARAMN &lt;SPAN class="token operator"&gt;/&lt;/SPAN&gt; order order&lt;SPAN class="token operator"&gt;=&lt;/SPAN&gt;internal noprint&lt;SPAN class="token punctuation"&gt;;&lt;/SPAN&gt;
&lt;SPAN class="token keyword"&gt;define&lt;/SPAN&gt; SeverityN &lt;SPAN class="token operator"&gt;/&lt;/SPAN&gt; order order&lt;SPAN class="token operator"&gt;=&lt;/SPAN&gt;internal noprint&lt;SPAN class="token punctuation"&gt;;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 24 Jan 2018 14:07:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-drop-values-within-one-line-in-proc-report/m-p/430431#M20239</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2018-01-24T14:07:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to drop values within one line in proc report</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-drop-values-within-one-line-in-proc-report/m-p/430690#M20247</link>
      <description>&lt;P&gt;Hi:&lt;/P&gt;
&lt;P&gt;&amp;nbsp; I would recommend you do this:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;compute before PARAMN; 
   line "before PARAMN "; 
endcomp;

compute after pgn; 
   line "after PGN"; 
endcomp;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;and then run your code to see which one of those LINE statements is causing the blank line. If that doesn't show you which COMPUTE block is responsible, then without data to test with, it is hard to make any other suggestions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cynthia&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jan 2018 21:40:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-drop-values-within-one-line-in-proc-report/m-p/430690#M20247</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2018-01-24T21:40:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to drop values within one line in proc report</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-drop-values-within-one-line-in-proc-report/m-p/430832#M20251</link>
      <description>&lt;P&gt;Hi all, It seems that I mislead a little by my screenshots. The task was just to move the line down.&lt;/P&gt;&lt;P&gt;I did it putting "~n" before values in the corresponding lines. Sorry for the misleading.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Feb 2018 09:34:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-drop-values-within-one-line-in-proc-report/m-p/430832#M20251</guid>
      <dc:creator>DmytroYermak</dc:creator>
      <dc:date>2018-02-05T09:34:37Z</dc:date>
    </item>
  </channel>
</rss>

