<?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 Remove BOM from SAS Output in csv? in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-Remove-BOM-from-SAS-Output-in-csv/m-p/207486#M4728</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is what I got &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt; I sent a sample file to the vendor to verify. Will keep you posted on how it goes. Thanks again for your help, Tom!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Jun 2015 15:35:11 GMT</pubDate>
    <dc:creator>SAS_User2015</dc:creator>
    <dc:date>2015-06-26T15:35:11Z</dc:date>
    <item>
      <title>How to Remove BOM from SAS Output in csv?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-Remove-BOM-from-SAS-Output-in-csv/m-p/207476#M4718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used a file statement to output a file in csv format and the client claims that they see BOM in front of the first variable. They need the file in uft-8 format as well. The first variable is a char of name. Below is the query I used. Could someone please help me figure out how to remove the BOM from the output?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data _null_; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; set xx;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; file "mypath\myfile.csv" dlm=',' encoding='utf-8'&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;if _n_=1 then &lt;/P&gt;&lt;P&gt;put&lt;/P&gt;&lt;P&gt;list of variables...&lt;/P&gt;&lt;P&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2015 15:29:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-to-Remove-BOM-from-SAS-Output-in-csv/m-p/207476#M4718</guid>
      <dc:creator>SAS_User2015</dc:creator>
      <dc:date>2015-06-16T15:29:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to Remove BOM from SAS Output in csv?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-Remove-BOM-from-SAS-Output-in-csv/m-p/207477#M4719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try the BOMFILE/NOBOMFILE option.&lt;/P&gt;&lt;P&gt;Run this program with BOMFILE on and off and see the difference in the first 4 characters of the generated file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;options bomfile ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;filename xx temp;&lt;/P&gt;&lt;P&gt;data _null_;&lt;/P&gt;&lt;P&gt;&amp;nbsp; file xx&amp;nbsp; encoding=utf8;&lt;/P&gt;&lt;P&gt;&amp;nbsp; put 'Hello.';&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;data _null_;&lt;/P&gt;&lt;P&gt;&amp;nbsp; infile xx recfm=n ;&lt;/P&gt;&lt;P&gt;&amp;nbsp; input x $char4. ;&lt;/P&gt;&lt;P&gt;&amp;nbsp; put x $hex8. ;&lt;/P&gt;&lt;P&gt;&amp;nbsp; stop;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2015 21:01:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-to-Remove-BOM-from-SAS-Output-in-csv/m-p/207477#M4719</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2015-06-16T21:01:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to Remove BOM from SAS Output in csv?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-Remove-BOM-from-SAS-Output-in-csv/m-p/207478#M4720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many thanks, Tom. I have tried the code, which works. My problem is that I'm outputting a file for a vendor. They said that my file has a BMO. In your code, I think I was able to see the values but how should I output the file without producing BMO so the vendor could load the file correctly? Thanks again!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2015 19:51:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-to-Remove-BOM-from-SAS-Output-in-csv/m-p/207478#M4720</guid>
      <dc:creator>SAS_User2015</dc:creator>
      <dc:date>2015-06-25T19:51:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to Remove BOM from SAS Output in csv?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-Remove-BOM-from-SAS-Output-in-csv/m-p/207479#M4721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, Tom. I tried your code and it worked. My problem is, I'm outputting a file to a vendor. They said there is BOM in my file. I was able to see the values (which I was unable to see from csv) using your code; however, how do I ensure the output file does not contain the BOM so the vendor could load in my output file correctly? Many thanks again!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2015 19:54:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-to-Remove-BOM-from-SAS-Output-in-csv/m-p/207479#M4721</guid>
      <dc:creator>SAS_User2015</dc:creator>
      <dc:date>2015-06-25T19:54:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to Remove BOM from SAS Output in csv?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-Remove-BOM-from-SAS-Output-in-csv/m-p/207480#M4722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So did you run the code OPTIONS NOBOMFILE set?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2015 21:43:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-to-Remove-BOM-from-SAS-Output-in-csv/m-p/207480#M4722</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2015-06-25T21:43:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to Remove BOM from SAS Output in csv?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-Remove-BOM-from-SAS-Output-in-csv/m-p/207481#M4723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Utf8 is becoming the standard and most tools are following that.&lt;/P&gt;&lt;P&gt;The other part to solve will get you into encoding challenges that can be more dramatic. &lt;/P&gt;&lt;P&gt;Check that part for agreement on the data. Ascii is just 7 bit the extended Ascii seen with windows has a lot variability.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2015 06:39:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-to-Remove-BOM-from-SAS-Output-in-csv/m-p/207481#M4723</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2015-06-26T06:39:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to Remove BOM from SAS Output in csv?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-Remove-BOM-from-SAS-Output-in-csv/m-p/207482#M4724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Let me be a little more explicit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First run this line so that SAS will stop writing the BOM to the beginnng of files.&lt;/P&gt;&lt;P&gt;options NObomfile ;&lt;/P&gt;&lt;P&gt;Then produce the CSV file the same as you did before.&lt;/P&gt;&lt;P&gt;To test that it does NOT have the BOM use this simple data step to look at the first 4 characters.&amp;nbsp; If they are the first 4 characters of the first field name in the CSV file then there is no BOM.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;data _null_;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&amp;nbsp; infile 'name_of_csvfile' recfm=n ;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&amp;nbsp; input x $char4. ;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&amp;nbsp; put x $hex8. ;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&amp;nbsp; stop;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2015 11:55:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-to-Remove-BOM-from-SAS-Output-in-csv/m-p/207482#M4724</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2015-06-26T11:55:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to Remove BOM from SAS Output in csv?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-Remove-BOM-from-SAS-Output-in-csv/m-p/207483#M4725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks again, Tom.&lt;/P&gt;&lt;P&gt;Below is what I ran and the output from the put statement. I sent to the vendor the file I produced using 'options nobomfile' to verify. Will let you know how it went.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Code:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;options nobomfile ;&lt;/P&gt;&lt;P&gt;data _null_;&lt;/P&gt;&lt;P&gt;&amp;nbsp; file "mypath\myfile.csv"&amp;nbsp; encoding=utf8;&lt;/P&gt;&lt;P&gt;&amp;nbsp; put 'Hello.';&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;data _null_;&lt;/P&gt;&lt;P&gt;&amp;nbsp; infile "&lt;SPAN style="font-size: 13.3333330154419px;"&gt;mypath\myfile&lt;/SPAN&gt;.csv"&amp;nbsp;&amp;nbsp;&amp;nbsp; recfm=n ;&lt;/P&gt;&lt;P&gt;&amp;nbsp; input x :$char8. ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; put x $hex8. ;&lt;/P&gt;&lt;P&gt;&amp;nbsp; stop;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Output:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;48656C6C&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Code&lt;/SPAN&gt;:&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;options bomfile ;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;data _null_;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp; file "mypath\myfile.csv"&amp;nbsp; encoding=utf8;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp; put 'Hello.';&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;run;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;data _null_;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp; infile "&lt;SPAN style="font-size: 13.3333330154419px;"&gt;mypath\myfile&lt;/SPAN&gt;.csv"&amp;nbsp;&amp;nbsp;&amp;nbsp; recfm=n ;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp; input x :$char8. ;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; put x $hex8. ;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp; stop;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;run;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="text-decoration: underline;"&gt;Output:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;STRONG&gt;EFBBBF48&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2015 14:44:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-to-Remove-BOM-from-SAS-Output-in-csv/m-p/207483#M4725</guid>
      <dc:creator>SAS_User2015</dc:creator>
      <dc:date>2015-06-26T14:44:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to Remove BOM from SAS Output in csv?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-Remove-BOM-from-SAS-Output-in-csv/m-p/207484#M4726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I sent out the last message accidentally. That was what I ran. Were the outputs expected? I thought I would expect 'Hello' with the nobomfile option but I'm not. Is that correct? Thanks again Tom!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2015 14:46:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-to-Remove-BOM-from-SAS-Output-in-csv/m-p/207484#M4726</guid>
      <dc:creator>SAS_User2015</dc:creator>
      <dc:date>2015-06-26T14:46:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to Remove BOM from SAS Output in csv?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-Remove-BOM-from-SAS-Output-in-csv/m-p/207485#M4727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The hex representation of the first four characters of 'Hello' is '48656C6C'x.&lt;/P&gt;&lt;P&gt;Is that not what you got?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2015 15:30:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-to-Remove-BOM-from-SAS-Output-in-csv/m-p/207485#M4727</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2015-06-26T15:30:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to Remove BOM from SAS Output in csv?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-Remove-BOM-from-SAS-Output-in-csv/m-p/207486#M4728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is what I got &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt; I sent a sample file to the vendor to verify. Will keep you posted on how it goes. Thanks again for your help, Tom!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2015 15:35:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-to-Remove-BOM-from-SAS-Output-in-csv/m-p/207486#M4728</guid>
      <dc:creator>SAS_User2015</dc:creator>
      <dc:date>2015-06-26T15:35:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to Remove BOM from SAS Output in csv?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-Remove-BOM-from-SAS-Output-in-csv/m-p/207487#M4729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Confirmed with vendor. They don't see BOM mark anymore. Many thanks everyone. Issue resolved!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2015 17:31:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-to-Remove-BOM-from-SAS-Output-in-csv/m-p/207487#M4729</guid>
      <dc:creator>SAS_User2015</dc:creator>
      <dc:date>2015-06-26T17:31:31Z</dc:date>
    </item>
  </channel>
</rss>

