<?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: How to Create Thorn Delimited Text File in SAS in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-Create-Thorn-Delimited-Text-File-in-SAS/m-p/480562#M14996</link>
    <description>&lt;P&gt;I think you're looking for 'FE'x. e.g.:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc export data=sashelp.class dbms=dlm 
            outfile='/folders/myfolders/test.txt'
            replace;
  delimiter='FE'x;
run;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Art, CEO, AnalystFinder.com&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 23 Jul 2018 17:57:16 GMT</pubDate>
    <dc:creator>art297</dc:creator>
    <dc:date>2018-07-23T17:57:16Z</dc:date>
    <item>
      <title>How to Create Thorn Delimited Text File in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-Create-Thorn-Delimited-Text-File-in-SAS/m-p/480543#M14994</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a requirement to create a thorn delimited text file. But I am not sure the delimiter option to be used in SAS to create one.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Sample Output with thorn delimiter highlighted:-&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;vJ7kn75NEl9244XnTWigCla568eToDVIySAfOOMdZkg=&lt;FONT color="#000000"&gt;&lt;STRONG&gt;þ&lt;/STRONG&gt;&lt;/FONT&gt;YyYFumWrrBabvEPu/n7cNmhlOVu/8Rx0p0lRsYbwA10=&lt;FONT color="#000000"&gt;&lt;STRONG&gt;þ&lt;/STRONG&gt;&lt;/FONT&gt;2018-06-30&lt;STRONG&gt;þ&lt;/STRONG&gt;0&lt;STRONG&gt;þ&lt;/STRONG&gt;77984845669&lt;STRONG&gt;þþ&lt;/STRONG&gt;I&lt;STRONG&gt;þ&lt;/STRONG&gt;B&lt;STRONG&gt;þþ&lt;/STRONG&gt;*&lt;STRONG&gt;þ&lt;/STRONG&gt;MSCG&lt;STRONG&gt;þ&lt;/STRONG&gt;0&lt;STRONG&gt;þþ&lt;/STRONG&gt;2018-06-30&lt;STRONG&gt;þ&lt;/STRONG&gt;REG&lt;STRONG&gt;þ&lt;/STRONG&gt;R&lt;STRONG&gt;þ&lt;/STRONG&gt;R&lt;STRONG&gt;þþþ&lt;/STRONG&gt;AI&lt;STRONG&gt;þ&lt;/STRONG&gt;O&lt;STRONG&gt;þ&lt;/STRONG&gt;OA&lt;STRONG&gt;þþ&lt;/STRONG&gt;2011-01-10&lt;STRONG&gt;þ&lt;/STRONG&gt;M&lt;STRONG&gt;þ&lt;/STRONG&gt;68216084&lt;STRONG&gt;þ&lt;/STRONG&gt;60&lt;STRONG&gt;þ&lt;/STRONG&gt;278702499&lt;STRONG&gt;þ&lt;/STRONG&gt;00&lt;STRONG&gt;þþþ&lt;/STRONG&gt;O&lt;STRONG&gt;þ&lt;/STRONG&gt;31&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can someone help here.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jul 2018 17:24:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-to-Create-Thorn-Delimited-Text-File-in-SAS/m-p/480543#M14994</guid>
      <dc:creator>dhana</dc:creator>
      <dc:date>2018-07-23T17:24:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create Thorn Delimited Text File in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-Create-Thorn-Delimited-Text-File-in-SAS/m-p/480554#M14995</link>
      <description>&lt;P&gt;You can use hex code literals, eg dlm='09'x is a tab. You need to know the hex code of your "thorn".&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jul 2018 17:43:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-to-Create-Thorn-Delimited-Text-File-in-SAS/m-p/480554#M14995</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-07-23T17:43:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create Thorn Delimited Text File in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-Create-Thorn-Delimited-Text-File-in-SAS/m-p/480562#M14996</link>
      <description>&lt;P&gt;I think you're looking for 'FE'x. e.g.:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc export data=sashelp.class dbms=dlm 
            outfile='/folders/myfolders/test.txt'
            replace;
  delimiter='FE'x;
run;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Art, CEO, AnalystFinder.com&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jul 2018 17:57:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-to-Create-Thorn-Delimited-Text-File-in-SAS/m-p/480562#M14996</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2018-07-23T17:57:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create Thorn Delimited Text File in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-Create-Thorn-Delimited-Text-File-in-SAS/m-p/480569#M14997</link>
      <description>Thank you Art. This helps !</description>
      <pubDate>Mon, 23 Jul 2018 18:11:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-to-Create-Thorn-Delimited-Text-File-in-SAS/m-p/480569#M14997</guid>
      <dc:creator>dhana</dc:creator>
      <dc:date>2018-07-23T18:11:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create Thorn Delimited Text File in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-Create-Thorn-Delimited-Text-File-in-SAS/m-p/480572#M14998</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data _null_;
set  SASHELP.CLASS end=EFIEOD; 
%let _EFIERR_ = 0; /* set the ERROR detection macro variable */
%let _EFIREC_ = 0;     /* clear export record count macro variable */
file '/folder/folder/class.txt' delimiter='þ' DSD DROPOVER lrecl=32767;
format Name $8. ;
format Sex $1. ;
format Age best12. ;
format Height best12. ;
format Weight best12. ;
if _n_ = 1 then do;
put
'Name'
'þ'
'Sex'
'þ'
'Age'
'þ'
'Height'
'þ'
'Weight'
;
end;
do;
EFIOUT + 1;
put Name $ @;
put Sex $ @;
put Age @;
put Height @;
put Weight ;
;
end;
if _ERROR_ then call symput('_EFIERR_',1);  /* set ERROR detection macro variable */
If EFIEOD then
call symput('_EFIREC_',EFIOUT);
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;In between I built the above code and I am getting the same output. Do you expect any issues from the above code. ?&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jul 2018 18:15:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-to-Create-Thorn-Delimited-Text-File-in-SAS/m-p/480572#M14998</guid>
      <dc:creator>dhana</dc:creator>
      <dc:date>2018-07-23T18:15:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create Thorn Delimited Text File in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-Create-Thorn-Delimited-Text-File-in-SAS/m-p/480576#M14999</link>
      <description>&lt;P&gt;No!&amp;nbsp;&lt;/P&gt;
&lt;PRE class=" language-sas"&gt;&lt;CODE class="  language-sas"&gt;&lt;SPAN class="token string"&gt;'þ' and 'FE'x&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;represent the same character.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Art, CEO, AnalystFinder.com&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jul 2018 18:25:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-to-Create-Thorn-Delimited-Text-File-in-SAS/m-p/480576#M14999</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2018-07-23T18:25:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create Thorn Delimited Text File in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-Create-Thorn-Delimited-Text-File-in-SAS/m-p/480591#M15000</link>
      <description>Thanks Art !</description>
      <pubDate>Mon, 23 Jul 2018 19:01:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-to-Create-Thorn-Delimited-Text-File-in-SAS/m-p/480591#M15000</guid>
      <dc:creator>dhana</dc:creator>
      <dc:date>2018-07-23T19:01:17Z</dc:date>
    </item>
  </channel>
</rss>

