<?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 concatenation in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/proc-Report-concatenation/m-p/522772#M4497</link>
    <description>Thank you. It works but I get lot of space between Min and Minweight.&lt;BR /&gt;It is like&lt;BR /&gt;Min 30&lt;BR /&gt;Please let me know how can this space be reduced.&lt;BR /&gt;</description>
    <pubDate>Thu, 20 Dec 2018 02:49:54 GMT</pubDate>
    <dc:creator>DLROW</dc:creator>
    <dc:date>2018-12-20T02:49:54Z</dc:date>
    <item>
      <title>proc Report concatenation</title>
      <link>https://communities.sas.com/t5/New-SAS-User/proc-Report-concatenation/m-p/522723#M4487</link>
      <description>&lt;P&gt;Hi , I am trying to populate the value in the proc report statment but it is not working. Please advise.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;min weight = 30&lt;/P&gt;&lt;P&gt;max weight = 40&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Proc sql;&lt;/P&gt;&lt;P&gt;select MIn(weight) , Max(weight) into :MinWeight, :Maxweight&lt;/P&gt;&lt;P&gt;from table1;&lt;/P&gt;&lt;P&gt;quit;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Proc report data = final;&lt;/P&gt;&lt;P&gt;columns A B C&lt;/P&gt;&lt;P&gt;("Min 30"&amp;nbsp; Name ("Activity" Amount Percent) ("May" Result)&lt;/P&gt;&lt;P&gt;When I use concatenating funtion it is not working. I want the minWeight to be populated when the report runs..&lt;/P&gt;&lt;P&gt;("Min " || "&amp;amp;MinWeight"&amp;nbsp;&lt;SPAN&gt;Name ("Activity" Amount Percent) ("May" Result) .&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Dec 2018 22:04:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/proc-Report-concatenation/m-p/522723#M4487</guid>
      <dc:creator>DLROW</dc:creator>
      <dc:date>2018-12-19T22:04:36Z</dc:date>
    </item>
    <item>
      <title>Re: proc Report concatenation</title>
      <link>https://communities.sas.com/t5/New-SAS-User/proc-Report-concatenation/m-p/522735#M4491</link>
      <description>You don't need the concatenation operator here at all, just drop it and it should work fine.</description>
      <pubDate>Wed, 19 Dec 2018 22:43:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/proc-Report-concatenation/m-p/522735#M4491</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-12-19T22:43:34Z</dc:date>
    </item>
    <item>
      <title>Re: proc Report concatenation</title>
      <link>https://communities.sas.com/t5/New-SAS-User/proc-Report-concatenation/m-p/522765#M4496</link>
      <description>&lt;P&gt;Proc report data = final nowd;&lt;BR /&gt;columns A B C&lt;BR /&gt;("Min &amp;amp;MinWeight" Name ("Activity" Amount Percent) ("May" Result))&lt;BR /&gt;;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Dec 2018 01:13:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/proc-Report-concatenation/m-p/522765#M4496</guid>
      <dc:creator>learsaas</dc:creator>
      <dc:date>2018-12-20T01:13:23Z</dc:date>
    </item>
    <item>
      <title>Re: proc Report concatenation</title>
      <link>https://communities.sas.com/t5/New-SAS-User/proc-Report-concatenation/m-p/522772#M4497</link>
      <description>Thank you. It works but I get lot of space between Min and Minweight.&lt;BR /&gt;It is like&lt;BR /&gt;Min 30&lt;BR /&gt;Please let me know how can this space be reduced.&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Dec 2018 02:49:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/proc-Report-concatenation/m-p/522772#M4497</guid>
      <dc:creator>DLROW</dc:creator>
      <dc:date>2018-12-20T02:49:54Z</dc:date>
    </item>
    <item>
      <title>Re: proc Report concatenation</title>
      <link>https://communities.sas.com/t5/New-SAS-User/proc-Report-concatenation/m-p/522773#M4498</link>
      <description>Min ( lot if space) 30</description>
      <pubDate>Thu, 20 Dec 2018 02:50:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/proc-Report-concatenation/m-p/522773#M4498</guid>
      <dc:creator>DLROW</dc:creator>
      <dc:date>2018-12-20T02:50:41Z</dc:date>
    </item>
    <item>
      <title>Re: proc Report concatenation</title>
      <link>https://communities.sas.com/t5/New-SAS-User/proc-Report-concatenation/m-p/522794#M4508</link>
      <description>Look up the TRIMMED option when creating macro variables.</description>
      <pubDate>Thu, 20 Dec 2018 04:36:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/proc-Report-concatenation/m-p/522794#M4508</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-12-20T04:36:18Z</dc:date>
    </item>
    <item>
      <title>Re: proc Report concatenation</title>
      <link>https://communities.sas.com/t5/New-SAS-User/proc-Report-concatenation/m-p/522809#M4514</link>
      <description>&lt;P&gt;Proc report data = final nowd;&lt;BR /&gt;columns A B C&lt;BR /&gt;("Min %left(&amp;amp;MinWeight)" Name ("Activity" Amount Percent) ("May" Result))&lt;BR /&gt;;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Dec 2018 08:18:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/proc-Report-concatenation/m-p/522809#M4514</guid>
      <dc:creator>learsaas</dc:creator>
      <dc:date>2018-12-20T08:18:38Z</dc:date>
    </item>
  </channel>
</rss>

