<?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 keep one line gap between one title to another title in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-keep-one-line-gap-between-one-title-to-another-title/m-p/580983#M165083</link>
    <description>&lt;P&gt;A 2 step approach:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1) Spell title correctly &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2) Simply assign no title to Title2 and set Title3 to 'bbb'&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;Title1 'aaaa';
Title2;
Title3 'bbb';
Proc print data=sashelp.class;
Run;&lt;/CODE&gt;&amp;nbsp;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 14 Aug 2019 06:29:52 GMT</pubDate>
    <dc:creator>PeterClemmensen</dc:creator>
    <dc:date>2019-08-14T06:29:52Z</dc:date>
    <item>
      <title>How to keep one line gap between one title to another title</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-keep-one-line-gap-between-one-title-to-another-title/m-p/580982#M165082</link>
      <description>Titile1 'aaaa';&lt;BR /&gt;Titile2 'bbb';&lt;BR /&gt;Proc print data=sashelp.class;&lt;BR /&gt;Run;&lt;BR /&gt;&lt;BR /&gt;How to keep one line gap between title1 and titile2;</description>
      <pubDate>Wed, 14 Aug 2019 06:20:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-keep-one-line-gap-between-one-title-to-another-title/m-p/580982#M165082</guid>
      <dc:creator>thanikondharish</dc:creator>
      <dc:date>2019-08-14T06:20:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to keep one line gap between one title to another title</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-keep-one-line-gap-between-one-title-to-another-title/m-p/580983#M165083</link>
      <description>&lt;P&gt;A 2 step approach:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1) Spell title correctly &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2) Simply assign no title to Title2 and set Title3 to 'bbb'&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;Title1 'aaaa';
Title2;
Title3 'bbb';
Proc print data=sashelp.class;
Run;&lt;/CODE&gt;&amp;nbsp;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Aug 2019 06:29:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-keep-one-line-gap-between-one-title-to-another-title/m-p/580983#M165083</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2019-08-14T06:29:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to keep one line gap between one title to another title</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-keep-one-line-gap-between-one-title-to-another-title/m-p/580985#M165085</link>
      <description>Without using title2 statement&lt;BR /&gt;</description>
      <pubDate>Wed, 14 Aug 2019 06:33:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-keep-one-line-gap-between-one-title-to-another-title/m-p/580985#M165085</guid>
      <dc:creator>thanikondharish</dc:creator>
      <dc:date>2019-08-14T06:33:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to keep one line gap between one title to another title</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-keep-one-line-gap-between-one-title-to-another-title/m-p/580986#M165086</link>
      <description>&lt;P&gt;Hi Harish,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1.I think the code you posted in that title is misspelled .&lt;/P&gt;
&lt;P&gt;2. If you need a gap between two titles then keep the second title as in title3.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;Title1 'aaaa';
Title3 'bbb';
Proc print data=sashelp.class;
Run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Please share the output style, so that more accurate result you can get.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks and Gud luck.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Aug 2019 06:34:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-keep-one-line-gap-between-one-title-to-another-title/m-p/580986#M165086</guid>
      <dc:creator>rajdeep</dc:creator>
      <dc:date>2019-08-14T06:34:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to keep one line gap between one title to another title</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-keep-one-line-gap-between-one-title-to-another-title/m-p/580987#M165087</link>
      <description>I have 7 titile lines every two titles we should keep one line gap&lt;BR /&gt;</description>
      <pubDate>Wed, 14 Aug 2019 06:36:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-keep-one-line-gap-between-one-title-to-another-title/m-p/580987#M165087</guid>
      <dc:creator>thanikondharish</dc:creator>
      <dc:date>2019-08-14T06:36:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to keep one line gap between one title to another title</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-keep-one-line-gap-between-one-title-to-another-title/m-p/580997#M165093</link>
      <description>&lt;P&gt;Hi Harish,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. Either you can adjust your two titles with one title statement with Justify left and right options.&lt;/P&gt;
&lt;P&gt;2. You can use LSPACE and wrap options for 2 titles and height of the text.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Title1 JUSTIFY= center 'aaa' LSPACE=1 wrap;&lt;BR /&gt;Title2 'bbb' JUSTIFY= CENTER LSPACE=1;&lt;BR /&gt;title3 'ccc' JUSTIFY= CENTER LSPACE=2 wrap;&lt;BR /&gt;title4 'ddd' JUSTIFY= CENTER LSPACE=2 wrap;&lt;BR /&gt;Proc print data=sashelp.class;&lt;BR /&gt;Run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am not sure, bcoz if there are 7 titles with one line blank space then the report might look like with much bottom aligned, so it might not look good I believe. I think you can try using the options of Height, Lspace, Wrap and Justify in the title statement and can try to adjust the alignment of your titles.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks...Gud Luck....&lt;/P&gt;</description>
      <pubDate>Wed, 14 Aug 2019 07:13:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-keep-one-line-gap-between-one-title-to-another-title/m-p/580997#M165093</guid>
      <dc:creator>rajdeep</dc:creator>
      <dc:date>2019-08-14T07:13:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to keep one line gap between one title to another title</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-keep-one-line-gap-between-one-title-to-another-title/m-p/581002#M165094</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/209685"&gt;@thanikondharish&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;Without using title2 statement&lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Just omit it. Setting a specific title item automatically clears all "higher" titles.&lt;/P&gt;
&lt;P&gt;For the umpteenth time: READ THE DOCUMENTATION. It won't make your head explode. I promise.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Aug 2019 07:32:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-keep-one-line-gap-between-one-title-to-another-title/m-p/581002#M165094</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-08-14T07:32:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to keep one line gap between one title to another title</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-keep-one-line-gap-between-one-title-to-another-title/m-p/581174#M165147</link>
      <description>Modify your style templates.</description>
      <pubDate>Wed, 14 Aug 2019 15:05:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-keep-one-line-gap-between-one-title-to-another-title/m-p/581174#M165147</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-08-14T15:05:48Z</dc:date>
    </item>
  </channel>
</rss>

