<?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 blank delimiter do not truncate properly in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/blank-delimiter-do-not-truncate-properly/m-p/26703#M4782</link>
    <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
Could you help with a dlm problem?&lt;BR /&gt;
&lt;BR /&gt;
When I run the following program to get the variable names of a txt file in row,&lt;BR /&gt;
I do not get the proper truncation?&lt;BR /&gt;
&lt;BR /&gt;
data noms_var;&lt;BR /&gt;
length x1-x&amp;amp;nbr_var. $60;&lt;BR /&gt;
infile "U:\RFS\RFS_Gestion\Opcvm quantitatifs\Modele action\DATA\données hebdo historiques test\For_BV_Per_Share_2.txt" dlm=' ' obs=1 missover;&lt;BR /&gt;
input (x1-x&amp;amp;nbr_var.) ($) ;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
&lt;U&gt;I do get have in the txt file:&lt;/U&gt;&lt;BR /&gt;
EC	Name	For_BV_Per_Share_11_12_04&lt;BR /&gt;
&lt;BR /&gt;
&lt;U&gt;I get in SAS&lt;/U&gt; &lt;BR /&gt;
EC#Name#For_BV_Per_Share    _11_12_04&lt;BR /&gt;
(instead of the #, there are squares).&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Could you help telling me what do I do wrong?&lt;BR /&gt;
&lt;BR /&gt;
Many thanks and sorry for my level in english,&lt;BR /&gt;
&lt;BR /&gt;
anais</description>
    <pubDate>Thu, 19 Jun 2008 13:18:31 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2008-06-19T13:18:31Z</dc:date>
    <item>
      <title>blank delimiter do not truncate properly</title>
      <link>https://communities.sas.com/t5/SAS-Programming/blank-delimiter-do-not-truncate-properly/m-p/26703#M4782</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
Could you help with a dlm problem?&lt;BR /&gt;
&lt;BR /&gt;
When I run the following program to get the variable names of a txt file in row,&lt;BR /&gt;
I do not get the proper truncation?&lt;BR /&gt;
&lt;BR /&gt;
data noms_var;&lt;BR /&gt;
length x1-x&amp;amp;nbr_var. $60;&lt;BR /&gt;
infile "U:\RFS\RFS_Gestion\Opcvm quantitatifs\Modele action\DATA\données hebdo historiques test\For_BV_Per_Share_2.txt" dlm=' ' obs=1 missover;&lt;BR /&gt;
input (x1-x&amp;amp;nbr_var.) ($) ;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
&lt;U&gt;I do get have in the txt file:&lt;/U&gt;&lt;BR /&gt;
EC	Name	For_BV_Per_Share_11_12_04&lt;BR /&gt;
&lt;BR /&gt;
&lt;U&gt;I get in SAS&lt;/U&gt; &lt;BR /&gt;
EC#Name#For_BV_Per_Share    _11_12_04&lt;BR /&gt;
(instead of the #, there are squares).&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Could you help telling me what do I do wrong?&lt;BR /&gt;
&lt;BR /&gt;
Many thanks and sorry for my level in english,&lt;BR /&gt;
&lt;BR /&gt;
anais</description>
      <pubDate>Thu, 19 Jun 2008 13:18:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/blank-delimiter-do-not-truncate-properly/m-p/26703#M4782</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-06-19T13:18:31Z</dc:date>
    </item>
    <item>
      <title>Re: blank delimiter do not truncate properly</title>
      <link>https://communities.sas.com/t5/SAS-Programming/blank-delimiter-do-not-truncate-properly/m-p/26704#M4783</link>
      <description>There is a good chance that the delimiter in the file is NOT a space, but a character that doesn't display, so the text editor you are using shows it as a blank.  To know for sure, you will need to display it in a hex editor.&lt;BR /&gt;
&lt;BR /&gt;
Doc</description>
      <pubDate>Thu, 19 Jun 2008 14:14:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/blank-delimiter-do-not-truncate-properly/m-p/26704#M4783</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2008-06-19T14:14:13Z</dc:date>
    </item>
    <item>
      <title>Re: blank delimiter do not truncate properly</title>
      <link>https://communities.sas.com/t5/SAS-Programming/blank-delimiter-do-not-truncate-properly/m-p/26705#M4784</link>
      <description>Hi ,&lt;BR /&gt;
&lt;BR /&gt;
First of all, thank you.&lt;BR /&gt;
&lt;BR /&gt;
I know that it's a tab.&lt;BR /&gt;
THe txt file is a converted xls file.&lt;BR /&gt;
But I don't know how to &lt;I&gt;flag&lt;/I&gt; it in SAS (I used dlm=tab but it didn't work).&lt;BR /&gt;
&lt;BR /&gt;
Do you have another idea?&lt;BR /&gt;
&lt;BR /&gt;
Anais</description>
      <pubDate>Thu, 19 Jun 2008 14:18:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/blank-delimiter-do-not-truncate-properly/m-p/26705#M4784</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-06-19T14:18:06Z</dc:date>
    </item>
    <item>
      <title>Re: blank delimiter do not truncate properly</title>
      <link>https://communities.sas.com/t5/SAS-Programming/blank-delimiter-do-not-truncate-properly/m-p/26706#M4785</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
I tried the ASCII code '0x09' but it has to be: &lt;B&gt;DLM=’09’x&lt;/B&gt; &lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
See the TS-673 document.&lt;BR /&gt;
&lt;A href="http://support.sas.com/techsup/technote/ts673.html" target="_blank"&gt;http://support.sas.com/techsup/technote/ts673.html&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Cheers,</description>
      <pubDate>Thu, 19 Jun 2008 14:30:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/blank-delimiter-do-not-truncate-properly/m-p/26706#M4785</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-06-19T14:30:37Z</dc:date>
    </item>
  </channel>
</rss>

