<?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: Proc export to TXT - dash problem in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Proc-export-to-TXT-dash-problem/m-p/362536#M64562</link>
    <description>&lt;P&gt;The png you posted doesn't show the unexpected result you described.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Art, CEO, AnalystFinder.com&lt;/P&gt;</description>
    <pubDate>Mon, 29 May 2017 16:14:14 GMT</pubDate>
    <dc:creator>art297</dc:creator>
    <dc:date>2017-05-29T16:14:14Z</dc:date>
    <item>
      <title>Proc export to TXT - dash problem</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-export-to-TXT-dash-problem/m-p/362520#M64554</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to export&amp;nbsp;the&amp;nbsp;table "sas_table" to a txt file.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is my code :&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;filename&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; export &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;'txt file name'&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;data&lt;/STRONG&gt;&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;_NULL_&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;set&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; sas_table;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;file&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; export &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;lrecl&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;999999&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;put&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; @&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;1&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt; var1 $&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;@&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;4&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#800080" face="Courier New" size="3"&gt;";"&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;@&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;5&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt; var2 $&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;@&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;6&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#800080" face="Courier New" size="3"&gt;";"&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;@&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;7&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt; var3 $&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#008000" face="Courier New" size="3"&gt;/*&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;*/&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;@&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;461&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#800080" face="Courier New" size="3"&gt;";"&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;@&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;462&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt; var4 $&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;@&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;494&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#800080" face="Courier New" size="3"&gt;";"&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;'0D'x&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; ;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;filename&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; export;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000" face="Courier New" size="2"&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;When the value in the column var4 does not contain a dash, the semi-colon is at the position 494. But when the value contains a dash, the semi-colon is at the position 493.&amp;nbsp;I want the semi-colon to always be at the position 494.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000" face="Courier New" size="2"&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;How can I fix this problem ? Thank you in advance for your help !&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 29 May 2017 15:25:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-export-to-TXT-dash-problem/m-p/362520#M64554</guid>
      <dc:creator>OrnellaNdongue</dc:creator>
      <dc:date>2017-05-29T15:25:21Z</dc:date>
    </item>
    <item>
      <title>Re: Proc export to TXT - dash problem</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-export-to-TXT-dash-problem/m-p/362521#M64555</link>
      <description>&lt;P&gt;Since you have a delimited output anyway, why don't you use&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data _null_;
set sas_table;
file "output file" dlm=';' dsd lrecl=500 termstr=CRLF;
put
  var1
  var2
  var3
  var4
;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;?&lt;/P&gt;</description>
      <pubDate>Mon, 29 May 2017 15:29:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-export-to-TXT-dash-problem/m-p/362521#M64555</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-05-29T15:29:48Z</dc:date>
    </item>
    <item>
      <title>Re: Proc export to TXT - dash problem</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-export-to-TXT-dash-problem/m-p/362524#M64556</link>
      <description>&lt;P&gt;Before looking at whatever the problem might be, why does the following meaningless (by itself) statement follow the put statement?&lt;/P&gt;
&lt;PRE&gt;'0D'x ;
&lt;/PRE&gt;
&lt;P&gt;Art, CEO, AnalystFinder.com&lt;/P&gt;</description>
      <pubDate>Mon, 29 May 2017 15:39:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-export-to-TXT-dash-problem/m-p/362524#M64556</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2017-05-29T15:39:11Z</dc:date>
    </item>
    <item>
      <title>Re: Proc export to TXT - dash problem</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-export-to-TXT-dash-problem/m-p/362529#M64558</link>
      <description>&lt;P&gt;Thank you for your answer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The problem is that I need to have my data ranged in columns such as in the attachment.&lt;/P&gt;&lt;P&gt;With the solution you propose, I don't have the expected result.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/13887iB25464B7324020C6/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="txt.png" title="txt.png" /&gt;</description>
      <pubDate>Mon, 29 May 2017 15:52:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-export-to-TXT-dash-problem/m-p/362529#M64558</guid>
      <dc:creator>OrnellaNdongue</dc:creator>
      <dc:date>2017-05-29T15:52:36Z</dc:date>
    </item>
    <item>
      <title>Re: Proc export to TXT - dash problem</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-export-to-TXT-dash-problem/m-p/362531#M64560</link>
      <description>&lt;P&gt;Since you are using pointer control there is no way that the semi-colon will NOT be at position 494.&lt;/P&gt;
&lt;P&gt;If it looks like it is somewhere else then whatever tool you are using to view the file is doing some. Is it possible some of the values in your data are using UTF-8 codes that require multiple bytes per character?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you want a fixed column file? if so then why are you wasting space by writing the semi-colons?&lt;BR /&gt;If you want a delimited file when why do you care what column the data appears in rater then the relative field number when counting the delimiters?&lt;/P&gt;</description>
      <pubDate>Mon, 29 May 2017 15:58:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-export-to-TXT-dash-problem/m-p/362531#M64560</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2017-05-29T15:58:10Z</dc:date>
    </item>
    <item>
      <title>Re: Proc export to TXT - dash problem</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-export-to-TXT-dash-problem/m-p/362532#M64561</link>
      <description>&lt;P&gt;What sofware are you using to read the file? Why does it want all of the extra blanks if it also wants te semi-colons?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PS If you want to post a picture then click on the Insert Image icon (looks like a photo of the moon over a mountain range). &amp;nbsp;If you want to post example text then then use the Insert code icon (looks like lower case letter i with curly brackets around it).&lt;/P&gt;</description>
      <pubDate>Mon, 29 May 2017 16:02:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-export-to-TXT-dash-problem/m-p/362532#M64561</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2017-05-29T16:02:33Z</dc:date>
    </item>
    <item>
      <title>Re: Proc export to TXT - dash problem</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-export-to-TXT-dash-problem/m-p/362536#M64562</link>
      <description>&lt;P&gt;The png you posted doesn't show the unexpected result you described.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Art, CEO, AnalystFinder.com&lt;/P&gt;</description>
      <pubDate>Mon, 29 May 2017 16:14:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-export-to-TXT-dash-problem/m-p/362536#M64562</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2017-05-29T16:14:14Z</dc:date>
    </item>
    <item>
      <title>Re: Proc export to TXT - dash problem</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-export-to-TXT-dash-problem/m-p/362632#M64566</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/146224"&gt;@OrnellaNdongue&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Thank you for your answer.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The problem is that I need to have my data ranged in columns such as in the attachment.&lt;/P&gt;
&lt;P&gt;With the solution you propose, I don't have the expected result.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Does not compute. Delimiters are specifically used to enable variable-width columns and records. Using delimiters with fixed-width columns is a waste of space and brain-cycles, therefore stupid.&lt;/P&gt;
&lt;P&gt;If you need fixed-width colums, do away with the delimiters. I can think of no software that would need both, so I smell a serious design error or misunderstanding here.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And the picture does not show any misplaced semicolon. I suggest posting the .txt file as attachment, and in which line the effect appears when you open the file; also post with which software you open the txt file. I also suspect that the problem lies there.&lt;/P&gt;
&lt;P&gt;Alternatively use text editing software like notepad++ to view the file; there you can activate display in hex code, which will reveal the character sequence that leads your software astray.&lt;/P&gt;</description>
      <pubDate>Tue, 30 May 2017 07:27:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-export-to-TXT-dash-problem/m-p/362632#M64566</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-05-30T07:27:58Z</dc:date>
    </item>
    <item>
      <title>Re: Proc export to TXT - dash problem</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-export-to-TXT-dash-problem/m-p/362636#M64567</link>
      <description>&lt;P&gt;Thank you for your answer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's a business need. I will use the txt file for the update of an informatic system.&lt;/P&gt;&lt;P&gt;That's why I need a specific format with extra blanks and the semi-colons.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is a screen shot of the file I obtained :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG title="dash_problem.PNG" alt="dash_problem.PNG" src="https://communities.sas.com/t5/image/serverpage/image-id/9126iC0D5B3D91ED6625C/image-size/original?v=1.0&amp;amp;px=-1" border="0" /&gt;&lt;/P&gt;&lt;P&gt;Let me know if you need precisions.&lt;/P&gt;</description>
      <pubDate>Tue, 30 May 2017 07:39:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-export-to-TXT-dash-problem/m-p/362636#M64567</guid>
      <dc:creator>OrnellaNdongue</dc:creator>
      <dc:date>2017-05-30T07:39:37Z</dc:date>
    </item>
    <item>
      <title>Re: Proc export to TXT - dash problem</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-export-to-TXT-dash-problem/m-p/362638#M64568</link>
      <description>&lt;P&gt;In fact... I put a screenshot of the problem in my precedent post.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance for your help !&lt;/P&gt;</description>
      <pubDate>Tue, 30 May 2017 07:41:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-export-to-TXT-dash-problem/m-p/362638#M64568</guid>
      <dc:creator>OrnellaNdongue</dc:creator>
      <dc:date>2017-05-30T07:41:31Z</dc:date>
    </item>
    <item>
      <title>Re: Proc export to TXT - dash problem</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-export-to-TXT-dash-problem/m-p/362639#M64569</link>
      <description>&lt;P&gt;This statement just creates a line break. I tried to execute the code without it and the problem was still here.&lt;/P&gt;</description>
      <pubDate>Tue, 30 May 2017 07:44:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-export-to-TXT-dash-problem/m-p/362639#M64569</guid>
      <dc:creator>OrnellaNdongue</dc:creator>
      <dc:date>2017-05-30T07:44:00Z</dc:date>
    </item>
    <item>
      <title>Re: Proc export to TXT - dash problem</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-export-to-TXT-dash-problem/m-p/362640#M64570</link>
      <description>&lt;P&gt;Screenshots just document the way the file is &lt;U&gt;shown&lt;/U&gt; by your software. They do NOT document the actual format of the file.&lt;/P&gt;
&lt;P&gt;&lt;U&gt;Please post the the FILE as attachment&lt;/U&gt;, making sure that the erroneously displayed lines are included.&lt;/P&gt;</description>
      <pubDate>Tue, 30 May 2017 07:47:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-export-to-TXT-dash-problem/m-p/362640#M64570</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-05-30T07:47:22Z</dc:date>
    </item>
    <item>
      <title>Re: Proc export to TXT - dash problem</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-export-to-TXT-dash-problem/m-p/362641#M64571</link>
      <description>&lt;P&gt;Here is the file with the two columns concerned.&lt;/P&gt;</description>
      <pubDate>Tue, 30 May 2017 07:49:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-export-to-TXT-dash-problem/m-p/362641#M64571</guid>
      <dc:creator>OrnellaNdongue</dc:creator>
      <dc:date>2017-05-30T07:49:36Z</dc:date>
    </item>
    <item>
      <title>Re: Proc export to TXT - dash problem</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-export-to-TXT-dash-problem/m-p/362645#M64572</link>
      <description>&lt;P&gt;I understand&amp;nbsp;it doesn't make sense but I need both.&lt;/P&gt;&lt;P&gt;I use bloc-note to view the file. I will try an another tool to see if I get a different display.&lt;/P&gt;</description>
      <pubDate>Tue, 30 May 2017 07:57:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-export-to-TXT-dash-problem/m-p/362645#M64572</guid>
      <dc:creator>OrnellaNdongue</dc:creator>
      <dc:date>2017-05-30T07:57:47Z</dc:date>
    </item>
    <item>
      <title>Re: Proc export to TXT - dash problem</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-export-to-TXT-dash-problem/m-p/362647#M64573</link>
      <description>&lt;P&gt;Inspect your data.&lt;/P&gt;
&lt;P&gt;The value "SAINT-POL-SUR-MER" actually contains a CR/LF combination immediately following the "MER". This causes a premature linebreak.&lt;/P&gt;
&lt;P&gt;Since the following semicolon would be at position 495 by my count, I suspect that you only had a UNIX linefeed (0A) there which was expanded to the DOS CRLF upon transfer from one platform to another.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can search for '0d0a'x in the strings to remove those unexpected CRLFs.&lt;/P&gt;</description>
      <pubDate>Tue, 30 May 2017 08:20:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-export-to-TXT-dash-problem/m-p/362647#M64573</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-05-30T08:20:08Z</dc:date>
    </item>
    <item>
      <title>Re: Proc export to TXT - dash problem</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-export-to-TXT-dash-problem/m-p/362649#M64574</link>
      <description>&lt;P&gt;You were right.&lt;/P&gt;&lt;P&gt;I replaced the chain '0d0a'x by a blank and it works.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank your very much for your help !&lt;/P&gt;&lt;P&gt;Have a great day.&lt;/P&gt;</description>
      <pubDate>Tue, 30 May 2017 08:39:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-export-to-TXT-dash-problem/m-p/362649#M64574</guid>
      <dc:creator>OrnellaNdongue</dc:creator>
      <dc:date>2017-05-30T08:39:24Z</dc:date>
    </item>
    <item>
      <title>Re: Proc export to TXT - dash problem</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-export-to-TXT-dash-problem/m-p/362651#M64575</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/146224"&gt;@OrnellaNdongue&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;You were right.&lt;/P&gt;
&lt;P&gt;I replaced the chain '0d0a'x by a blank and it works.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank your very much for your help !&lt;/P&gt;
&lt;P&gt;Have a great day.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Maxim 3: Know your data.&lt;/P&gt;
&lt;P&gt;This may involve using a $hex format to find weird character codes.&lt;/P&gt;</description>
      <pubDate>Tue, 30 May 2017 08:50:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-export-to-TXT-dash-problem/m-p/362651#M64575</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-05-30T08:50:29Z</dc:date>
    </item>
    <item>
      <title>Re: Proc export to TXT - dash problem</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-export-to-TXT-dash-problem/m-p/362655#M64576</link>
      <description>&lt;P&gt;Got it ! I will check my data first when I have this kind of problem.&lt;/P&gt;</description>
      <pubDate>Tue, 30 May 2017 09:25:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-export-to-TXT-dash-problem/m-p/362655#M64576</guid>
      <dc:creator>OrnellaNdongue</dc:creator>
      <dc:date>2017-05-30T09:25:50Z</dc:date>
    </item>
  </channel>
</rss>

