<?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 why the text variable in the cell which is defined in compute block of last is getting effected, indent attribute was changed for that cell in PROC REPORT - shown as right circle in the image? in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/why-the-text-variable-in-the-cell-which-is-defined-in-compute/m-p/80582#M23206</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can any one help why the indent attribute is getting effected?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods rtf file='D:\Clin-Dem\HCC\New Folder\1.rtf' style=styles.journal;&lt;/P&gt;&lt;P&gt; PROC REPORT DATA=sasuser.fianls nofs&amp;nbsp; out=one split='`'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; style=[frame=hsides rules=groups]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; style(column)=[cellwidth=1 in protectspecialchars=off just=c]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; style(header)=[font_weight=bold protectspecialchars=off]&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; COLUMN order1 order2 text trt, value last;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DEFINE order1/ group noprint;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DEFINE order2/ group noprint;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;DEFINE text/ group'Charactaristic' style=[cellwidth=3 in just=l pretext='\li600 '];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DEFINE TRT/ across FOrMAT=treatment.'' ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DEFINE value/ group '';&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DEFINE last/ computed noprint;&lt;/P&gt;&lt;P&gt;compute before order1 / style=[font_weight=bold];&lt;/P&gt;&lt;P&gt; line @1 '';&lt;/P&gt;&lt;P&gt; line @1 order1 order.;&lt;/P&gt;&lt;P&gt; temp=order1;&lt;/P&gt;&lt;P&gt;endcomp;&lt;/P&gt;&lt;P&gt;compute last ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if temp=1 and order2 = 7 then call define(_row_, 'style', 'style=[pretext="\line "]');&lt;/P&gt;&lt;P&gt;&amp;nbsp; endcomp;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;ods rtf close;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jiveImage" src="https://communities.sas.com/legacyfs/online/2985_pastedImage_0.png" style="width: 467px; height: 206px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Jan 2013 10:19:42 GMT</pubDate>
    <dc:creator>devarayalu</dc:creator>
    <dc:date>2013-01-21T10:19:42Z</dc:date>
    <item>
      <title>why the text variable in the cell which is defined in compute block of last is getting effected, indent attribute was changed for that cell in PROC REPORT - shown as right circle in the image?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/why-the-text-variable-in-the-cell-which-is-defined-in-compute/m-p/80582#M23206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can any one help why the indent attribute is getting effected?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods rtf file='D:\Clin-Dem\HCC\New Folder\1.rtf' style=styles.journal;&lt;/P&gt;&lt;P&gt; PROC REPORT DATA=sasuser.fianls nofs&amp;nbsp; out=one split='`'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; style=[frame=hsides rules=groups]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; style(column)=[cellwidth=1 in protectspecialchars=off just=c]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; style(header)=[font_weight=bold protectspecialchars=off]&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; COLUMN order1 order2 text trt, value last;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DEFINE order1/ group noprint;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DEFINE order2/ group noprint;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;DEFINE text/ group'Charactaristic' style=[cellwidth=3 in just=l pretext='\li600 '];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DEFINE TRT/ across FOrMAT=treatment.'' ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DEFINE value/ group '';&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DEFINE last/ computed noprint;&lt;/P&gt;&lt;P&gt;compute before order1 / style=[font_weight=bold];&lt;/P&gt;&lt;P&gt; line @1 '';&lt;/P&gt;&lt;P&gt; line @1 order1 order.;&lt;/P&gt;&lt;P&gt; temp=order1;&lt;/P&gt;&lt;P&gt;endcomp;&lt;/P&gt;&lt;P&gt;compute last ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if temp=1 and order2 = 7 then call define(_row_, 'style', 'style=[pretext="\line "]');&lt;/P&gt;&lt;P&gt;&amp;nbsp; endcomp;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;ods rtf close;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jiveImage" src="https://communities.sas.com/legacyfs/online/2985_pastedImage_0.png" style="width: 467px; height: 206px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2013 10:19:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/why-the-text-variable-in-the-cell-which-is-defined-in-compute/m-p/80582#M23206</guid>
      <dc:creator>devarayalu</dc:creator>
      <dc:date>2013-01-21T10:19:42Z</dc:date>
    </item>
    <item>
      <title>Re: why the text variable in the cell which is defined in compute block of last is getting effected, indent attribute was changed for that cell in PROC REPORT - shown as right circle in the image?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/why-the-text-variable-in-the-cell-which-is-defined-in-compute/m-p/80583#M23207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;&amp;nbsp; This is an instance where seeing ALL your data is going to be needed to understand what the values of TEMP and ORDER2 are and how they might possibly interact and negate the \li600 that you pass in as a style attribute.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; The only thing I notice is that you do not specify the style override entirely correct. Usually, in a DEFINE statement, PROC REPORT expects to see a location in parentheses, like this:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DEFINE text/ group'Charactaristic' style(column)=[cellwidth=3 in just=l pretext='\li600 '];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; I would suggest that you open a track with Tech Support for help with this issue. To open a track with Tech Support, fill out the form at this link:&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="http://support.sas.com/ctx/supportform/createForm"&gt;http://support.sas.com/ctx/supportform/createForm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2013 04:28:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/why-the-text-variable-in-the-cell-which-is-defined-in-compute/m-p/80583#M23207</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2013-01-22T04:28:44Z</dc:date>
    </item>
  </channel>
</rss>

