<?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>Question Re: UNLOAD statement problem in SA12 in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/unload-statement-problem-in-sa12/qaa-p/13849488#M4880331</link>
    <description>&lt;P&gt;Thanks, it help to us fix problem&lt;/P&gt;</description>
    <pubDate>Mon, 10 Oct 2011 13:53:19 GMT</pubDate>
    <dc:creator>former_SQLA_member1694890</dc:creator>
    <dc:date>2011-10-10T13:53:19Z</dc:date>
    <item>
      <title>UNLOAD statement problem in SA12</title>
      <link>https://community.sap.com/t5/technology-q-a/unload-statement-problem-in-sa12/qaq-p/13849486</link>
      <description>&lt;P&gt;We are upgarde our product from SA10 to SA12 12.0.1 (Linux - EBF 3311; Windows EBF 3324). We found out that UNLOAD statement add to first line of file - 3(three) hex character - xEF, xBB, xBF. Example&lt;/P&gt;
&lt;DIV class="codehilite"&gt;&lt;PRE&gt;&lt;SPAN class="n"&gt;UNLOAD&lt;/SPAN&gt; &lt;SPAN class="k"&gt;SELECT&lt;/SPAN&gt; &lt;SPAN class="o"&gt;*&lt;/SPAN&gt; &lt;SPAN class="k"&gt;FROM&lt;/SPAN&gt; &lt;SPAN class="n"&gt;DEVICE&lt;/SPAN&gt; &lt;SPAN class="k"&gt;TO&lt;/SPAN&gt; &lt;SPAN class="s1"&gt;'c:\\default_db\\temp\\cfg_dev_4.txt'&lt;/SPAN&gt;
&lt;/PRE&gt;&lt;/DIV&gt;


&lt;P&gt;first line&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;A href="http://ï»¿1,1,0,'AS-DEF','allot.com" target="_blank"&gt;ï»¿1,1,0,'AS-DEF','allot.com&lt;/A&gt;','AS_DEF','Application Server/Collectors'&lt;BR /&gt;
&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;instead of&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;A href="http://1,1,0,'AS-DEF','allot.com" target="_blank"&gt;1,1,0,'AS-DEF','allot.com&lt;/A&gt;','AS_DEF','Application Server/Collectors'&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;It doesn't make problem if you want to use this file with LOAD statement, but in our case we make additional processing with our application and it make problem, with SA10 it had working properly.
This problem appears in OS Windows and Linux. &lt;/P&gt;</description>
      <pubDate>Sun, 09 Oct 2011 13:57:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/unload-statement-problem-in-sa12/qaq-p/13849486</guid>
      <dc:creator>former_SQLA_member1694890</dc:creator>
      <dc:date>2011-10-09T13:57:14Z</dc:date>
    </item>
    <item>
      <title>Re: UNLOAD statement problem in SA12</title>
      <link>https://community.sap.com/t5/technology-q-a/unload-statement-problem-in-sa12/qaa-p/13849487#M4880330</link>
      <description>&lt;P&gt;See &lt;A href="http://dcx.sybase.com/index.html#1201/en/dbreference/unload-statement.html*d5e63698"&gt;http://dcx.sybase.com/index.html#1201/en/dbreference/unload-statement.html*d5e63698&lt;/A&gt;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;"BYTE ORDER MARK clause   Use this
clause to specify whether a byte order
mark (BOM) should be written. By
default, this option is ON, provided
the destination for the unload is a
local or client file. When the BYTE
ORDER MARK option is ON and the
ENCODING is UTF-8 or UTF-16, then a
BOM is written. If BYTE ORDER MARK is
OFF, a BOM is not unloaded. "&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Note that although byte ordering in UTF8 is a meaningless concept, many text editors &amp;amp; text processing systems allow a UTF8 encoded BOM character at the beginning of the text so that the encoding of the data can easily be detected as UTF8.&lt;/P&gt;</description>
      <pubDate>Sun, 09 Oct 2011 16:03:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/unload-statement-problem-in-sa12/qaa-p/13849487#M4880330</guid>
      <dc:creator>johnsmirnios</dc:creator>
      <dc:date>2011-10-09T16:03:31Z</dc:date>
    </item>
    <item>
      <title>Re: UNLOAD statement problem in SA12</title>
      <link>https://community.sap.com/t5/technology-q-a/unload-statement-problem-in-sa12/qaa-p/13849488#M4880331</link>
      <description>&lt;P&gt;Thanks, it help to us fix problem&lt;/P&gt;</description>
      <pubDate>Mon, 10 Oct 2011 13:53:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/unload-statement-problem-in-sa12/qaa-p/13849488#M4880331</guid>
      <dc:creator>former_SQLA_member1694890</dc:creator>
      <dc:date>2011-10-10T13:53:19Z</dc:date>
    </item>
    <item>
      <title>Re: UNLOAD statement problem in SA12</title>
      <link>https://community.sap.com/t5/technology-q-a/unload-statement-problem-in-sa12/qaa-p/13849489#M4880332</link>
      <description>&lt;P&gt;If so, it's good practise to accept this answer.&lt;/P&gt;
&lt;P&gt;Here's &lt;A href="http://sqlanywhere-forum.sap.com/questions/7748"&gt;how to do&lt;/A&gt; so:)&lt;/P&gt;</description>
      <pubDate>Mon, 10 Oct 2011 16:14:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/unload-statement-problem-in-sa12/qaa-p/13849489#M4880332</guid>
      <dc:creator>VolkerBarth</dc:creator>
      <dc:date>2011-10-10T16:14:08Z</dc:date>
    </item>
  </channel>
</rss>

