<?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 titles in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/titles/m-p/144194#M38347</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi guys&lt;/P&gt;&lt;P&gt;is it possible running the query below and having&amp;nbsp; one title only&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;title 'hello';&lt;/P&gt;&lt;P&gt;proc sql;&lt;/P&gt;&lt;P&gt;select count(brand) from mylib.cars;&lt;/P&gt;&lt;P&gt;select count(model) from mylib.cars; quit;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; something&amp;nbsp; like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hello&lt;/P&gt;&lt;P&gt;34&lt;/P&gt;&lt;P&gt;35&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i mean i can have this below instead and have only one title on the top but i'd prefer the query above with one title. Is it doable?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;title 'hello';&lt;/P&gt;&lt;P&gt;proc sql;&lt;/P&gt;&lt;P&gt;select count(brand1) from mylib.cars; quit;&lt;/P&gt;&lt;P&gt;title;&lt;/P&gt;&lt;P&gt;proc sql;&lt;/P&gt;&lt;P&gt;select count(model) from mylib.cars;quit;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 13 Sep 2014 21:56:21 GMT</pubDate>
    <dc:creator>Tal</dc:creator>
    <dc:date>2014-09-13T21:56:21Z</dc:date>
    <item>
      <title>titles</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/titles/m-p/144194#M38347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi guys&lt;/P&gt;&lt;P&gt;is it possible running the query below and having&amp;nbsp; one title only&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;title 'hello';&lt;/P&gt;&lt;P&gt;proc sql;&lt;/P&gt;&lt;P&gt;select count(brand) from mylib.cars;&lt;/P&gt;&lt;P&gt;select count(model) from mylib.cars; quit;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; something&amp;nbsp; like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hello&lt;/P&gt;&lt;P&gt;34&lt;/P&gt;&lt;P&gt;35&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i mean i can have this below instead and have only one title on the top but i'd prefer the query above with one title. Is it doable?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;title 'hello';&lt;/P&gt;&lt;P&gt;proc sql;&lt;/P&gt;&lt;P&gt;select count(brand1) from mylib.cars; quit;&lt;/P&gt;&lt;P&gt;title;&lt;/P&gt;&lt;P&gt;proc sql;&lt;/P&gt;&lt;P&gt;select count(model) from mylib.cars;quit;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Sep 2014 21:56:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/titles/m-p/144194#M38347</guid>
      <dc:creator>Tal</dc:creator>
      <dc:date>2014-09-13T21:56:21Z</dc:date>
    </item>
    <item>
      <title>Re: titles</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/titles/m-p/144195#M38348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use UNION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;title;&lt;/P&gt;&lt;P style="font-size: 12.8000001907349px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;proc sql;&lt;/P&gt;&lt;P style="font-size: 12.8000001907349px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;select count(brand) label="Hello" from mylib.cars&lt;/P&gt;&lt;P style="font-size: 12.8000001907349px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;union all&lt;/P&gt;&lt;P style="font-size: 12.8000001907349px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;select count(model) from mylib.cars;&lt;/P&gt;&lt;P style="font-size: 12.8000001907349px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;quit;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Sep 2014 22:25:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/titles/m-p/144195#M38348</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2014-09-13T22:25:08Z</dc:date>
    </item>
    <item>
      <title>Re: titles</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/titles/m-p/144196#M38349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;works well for one line titles. Thanks PG Stats&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Sep 2014 00:25:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/titles/m-p/144196#M38349</guid>
      <dc:creator>Tal</dc:creator>
      <dc:date>2014-09-14T00:25:13Z</dc:date>
    </item>
    <item>
      <title>Re: titles</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/titles/m-p/144197#M38350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can get two lines too!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;title;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;proc sql;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;select count(distinct make) label="/First line/Second line/" from sashelp.cars&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;union all&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;select count(distinct model) from sashelp.cars;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;quit;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the first character of a label is not alphanumeric, it is taken as a line separator.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but of course, for more flexibility, you can also do&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;title "First line";&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;title2 "Second line";&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;proc sql;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;select count(distinct make) label="" from sashelp.cars&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;union all&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;select count(distinct model) from sashelp.cars;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;quit;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Sep 2014 01:19:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/titles/m-p/144197#M38350</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2014-09-14T01:19:50Z</dc:date>
    </item>
    <item>
      <title>Re: titles</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/titles/m-p/144198#M38351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks a lot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Sep 2014 15:01:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/titles/m-p/144198#M38351</guid>
      <dc:creator>Tal</dc:creator>
      <dc:date>2014-09-14T15:01:53Z</dc:date>
    </item>
  </channel>
</rss>

