<?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: Carraige return issues with .txt output in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Carraige-return-issues-with-txt-output/m-p/160482#M41827</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is the value of macro variable &lt;SPAN style="color: #000000; font-family: 'Courier New'; background-color: #ffffff;"&gt;&amp;amp;Final_VARS&lt;/SPAN&gt;?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 May 2014 18:39:47 GMT</pubDate>
    <dc:creator>data_null__</dc:creator>
    <dc:date>2014-05-15T18:39:47Z</dc:date>
    <item>
      <title>Carraige return issues with .txt output</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Carraige-return-issues-with-txt-output/m-p/160480#M41825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Data test(keep=dept&amp;nbsp; hire_dt&amp;nbsp; company&amp;nbsp; department);&lt;/P&gt;&lt;P&gt;Set test2;&lt;/P&gt;&lt;P&gt;Run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black;"&gt;Data _Null_;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black;"&gt;&amp;nbsp; Set test2;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; File &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: purple;"&gt;"/xxs11/xx/sascode/xx/out/xx_&amp;amp;pbus_1._&amp;amp;Out_NAME..txt"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LINESIZE=&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-family: 'Courier New';"&gt;8000&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black;"&gt; dsd dlm=&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: purple;"&gt;'|'&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PUT &amp;amp;Final_VARS ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; run;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black;"&gt;produces a txt file like this &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;11111|05/15/14|xyz|enginerring&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;problem is I am getting carraige return issues&lt;/P&gt;&lt;P&gt;11111|05/15/14|xyz|enginerring|&lt;STRONG&gt;22222|12/11/2014|xyz|accounting&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The output is supposed to stop and jump to the next line adter department&lt;/P&gt;&lt;P&gt;How can I adjust the code in data_null to address this.&amp;nbsp; I have heard of @@&amp;nbsp; and missover&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2014 17:56:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Carraige-return-issues-with-txt-output/m-p/160480#M41825</guid>
      <dc:creator>Q1983</dc:creator>
      <dc:date>2014-05-15T17:56:55Z</dc:date>
    </item>
    <item>
      <title>Re: Carraige return issues with .txt output</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Carraige-return-issues-with-txt-output/m-p/160481#M41826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Program looks fine. As it did run on Unix you have probably downloaded it. Download is ascii not binary (there should be an option for that).&lt;BR /&gt;In binary mode it will define records as "lf" in ascii mode as "cr lf". Notepad wordpad do not recognize the "lf"convention. notepad++ ia able to help you and inform about used conventions.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2014 18:23:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Carraige-return-issues-with-txt-output/m-p/160481#M41826</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2014-05-15T18:23:03Z</dc:date>
    </item>
    <item>
      <title>Re: Carraige return issues with .txt output</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Carraige-return-issues-with-txt-output/m-p/160482#M41827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is the value of macro variable &lt;SPAN style="color: #000000; font-family: 'Courier New'; background-color: #ffffff;"&gt;&amp;amp;Final_VARS&lt;/SPAN&gt;?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2014 18:39:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Carraige-return-issues-with-txt-output/m-p/160482#M41827</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2014-05-15T18:39:47Z</dc:date>
    </item>
  </channel>
</rss>

