<?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: Label with multiple lines with one line indented in Proc Report in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Label-with-multiple-lines-with-one-line-indented-in-Proc-Report/m-p/665505#M199000</link>
    <description>&lt;P&gt;My pleasure&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/326171"&gt;@Sarah-R&lt;/a&gt;&amp;nbsp;!&lt;/P&gt;</description>
    <pubDate>Sat, 27 Jun 2020 08:43:54 GMT</pubDate>
    <dc:creator>ed_sas_member</dc:creator>
    <dc:date>2020-06-27T08:43:54Z</dc:date>
    <item>
      <title>Label with multiple lines with one line indented in Proc Report</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Label-with-multiple-lines-with-one-line-indented-in-Proc-Report/m-p/665498#M198995</link>
      <description>&lt;P&gt;Proc Report data=FirstNLastN split=' / '&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;define name / display&amp;nbsp; "First Name&amp;nbsp; /&amp;nbsp; Last Name";&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do I get the label to indent on the second line after the splitting /?&amp;nbsp; As you can see there are multiple lines in this label and the second line is indented.&lt;/P&gt;&lt;P&gt;-------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;First Name&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; |&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Last Name&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; |&lt;/P&gt;&lt;P&gt;-------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help would be greatly appreciated.&lt;/P&gt;</description>
      <pubDate>Sat, 27 Jun 2020 07:44:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Label-with-multiple-lines-with-one-line-indented-in-Proc-Report/m-p/665498#M198995</guid>
      <dc:creator>Sarah-R</dc:creator>
      <dc:date>2020-06-27T07:44:19Z</dc:date>
    </item>
    <item>
      <title>Re: Label with multiple lines with one line indented in Proc Report</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Label-with-multiple-lines-with-one-line-indented-in-Proc-Report/m-p/665502#M198997</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/326171"&gt;@Sarah-R&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please try this:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods escapechar="#";
proc report data=firstNlastN split="/";
	define name / display  "First Name  / #{nbspace 6}Last Name";
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;-&amp;gt; you can specify a different of number of spaces in the brakets:&amp;nbsp;&lt;CODE class=" language-sas"&gt;#{nbspace &lt;STRONG&gt;6&lt;/STRONG&gt;}&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;</description>
      <pubDate>Sat, 27 Jun 2020 08:09:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Label-with-multiple-lines-with-one-line-indented-in-Proc-Report/m-p/665502#M198997</guid>
      <dc:creator>ed_sas_member</dc:creator>
      <dc:date>2020-06-27T08:09:43Z</dc:date>
    </item>
    <item>
      <title>Re: Label with multiple lines with one line indented in Proc Report</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Label-with-multiple-lines-with-one-line-indented-in-Proc-Report/m-p/665503#M198998</link>
      <description>&lt;P&gt;&lt;FONT color="#33CCCC"&gt;You are absolutely&lt;/FONT&gt; &lt;FONT color="#0000FF"&gt;superb!&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#99CC00"&gt;Thank you, Ed!&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 27 Jun 2020 08:42:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Label-with-multiple-lines-with-one-line-indented-in-Proc-Report/m-p/665503#M198998</guid>
      <dc:creator>Sarah-R</dc:creator>
      <dc:date>2020-06-27T08:42:35Z</dc:date>
    </item>
    <item>
      <title>Re: Label with multiple lines with one line indented in Proc Report</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Label-with-multiple-lines-with-one-line-indented-in-Proc-Report/m-p/665505#M199000</link>
      <description>&lt;P&gt;My pleasure&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/326171"&gt;@Sarah-R&lt;/a&gt;&amp;nbsp;!&lt;/P&gt;</description>
      <pubDate>Sat, 27 Jun 2020 08:43:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Label-with-multiple-lines-with-one-line-indented-in-Proc-Report/m-p/665505#M199000</guid>
      <dc:creator>ed_sas_member</dc:creator>
      <dc:date>2020-06-27T08:43:54Z</dc:date>
    </item>
  </channel>
</rss>

