<?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 How to print a string in multiple lines in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/How-to-print-a-string-in-multiple-lines/m-p/611219#M76789</link>
    <description>Data ex;&lt;BR /&gt;Name='abcd efgh ijkl mnop';&lt;BR /&gt;Run;&lt;BR /&gt;&lt;BR /&gt;The ex dataset shuold be print like see below table&lt;BR /&gt;&lt;BR /&gt;Name&lt;BR /&gt;Abcd&lt;BR /&gt;Efgh&lt;BR /&gt;Ijkl&lt;BR /&gt;Mnop</description>
    <pubDate>Thu, 12 Dec 2019 07:20:10 GMT</pubDate>
    <dc:creator>thanikondharish</dc:creator>
    <dc:date>2019-12-12T07:20:10Z</dc:date>
    <item>
      <title>How to print a string in multiple lines</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-print-a-string-in-multiple-lines/m-p/611219#M76789</link>
      <description>Data ex;&lt;BR /&gt;Name='abcd efgh ijkl mnop';&lt;BR /&gt;Run;&lt;BR /&gt;&lt;BR /&gt;The ex dataset shuold be print like see below table&lt;BR /&gt;&lt;BR /&gt;Name&lt;BR /&gt;Abcd&lt;BR /&gt;Efgh&lt;BR /&gt;Ijkl&lt;BR /&gt;Mnop</description>
      <pubDate>Thu, 12 Dec 2019 07:20:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-print-a-string-in-multiple-lines/m-p/611219#M76789</guid>
      <dc:creator>thanikondharish</dc:creator>
      <dc:date>2019-12-12T07:20:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to print a string in multiple lines</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-print-a-string-in-multiple-lines/m-p/611222#M76790</link>
      <description>&lt;P&gt;Use a&amp;nbsp;&lt;A href="https://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.4&amp;amp;docsetId=lestmtsref&amp;amp;docsetTarget=p1cydk5fq0u4bfn1xfbjt7w1c7lu.htm&amp;amp;locale=en" target="_blank" rel="noopener"&gt;do loop&lt;/A&gt;, determine the end value for the loop with the&amp;nbsp;&amp;nbsp;&lt;A href="https://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.4&amp;amp;docsetId=lefunctionsref&amp;amp;docsetTarget=p18xi2516ihygyn1qg1b1nby326k.htm&amp;amp;locale=en" target="_blank" rel="noopener"&gt;countw()&lt;/A&gt;&amp;nbsp;function, use the&amp;nbsp;&lt;A href="https://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.4&amp;amp;docsetId=lefunctionsref&amp;amp;docsetTarget=p0jshdjy2z9zdzn1h7k90u99lyq6.htm&amp;amp;locale=en" target="_blank" rel="noopener"&gt;scan()&lt;/A&gt;&amp;nbsp;function to retrieve the individual words, and the&amp;nbsp;&lt;A href="https://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.4&amp;amp;docsetId=lestmtsref&amp;amp;docsetTarget=n1lltvbis7ye1an1eryo4leh2mck.htm&amp;amp;locale=en" target="_blank" rel="noopener"&gt;output&lt;/A&gt;&amp;nbsp;statement to write the individual observations. Use the&amp;nbsp;&lt;A href="https://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.4&amp;amp;docsetId=lestmtsref&amp;amp;docsetTarget=n1nnrzzsw6rzrjn1p2jfky6pdv23.htm&amp;amp;locale=en" target="_blank" rel="noopener"&gt;keep&lt;/A&gt;&amp;nbsp;statement to keep the required columns only.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2019 07:26:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-print-a-string-in-multiple-lines/m-p/611222#M76790</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-12-12T07:26:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to print a string in multiple lines</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-print-a-string-in-multiple-lines/m-p/611224#M76791</link>
      <description>Thanks,already i got result.&lt;BR /&gt; used ods escapechar</description>
      <pubDate>Thu, 12 Dec 2019 07:34:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-print-a-string-in-multiple-lines/m-p/611224#M76791</guid>
      <dc:creator>thanikondharish</dc:creator>
      <dc:date>2019-12-12T07:34:49Z</dc:date>
    </item>
  </channel>
</rss>

