<?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: Open dataset -Unicode error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-unicode-error/m-p/8893127#M1689134</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi tamil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in case linebreaks are missing you can still use READ DATASET addition &lt;STRONG style="font-size: 10pt; font-family: Courier New;"&gt;MAXIMUM LENGTH mlen&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;if you know the length of the records of a fixed-length-record file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Jul 2012 21:55:11 GMT</pubDate>
    <dc:creator>Clemenss</dc:creator>
    <dc:date>2012-07-10T21:55:11Z</dc:date>
    <item>
      <title>Open dataset -Unicode error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-unicode-error/m-p/8893124#M1689131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello SAP Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We face a problem with OPEN DATASET on unicode systems which results the output of file has given below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/117428" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We tried all options of LINEFEED but the result was not successful. The carriage return is not at all achieved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Earlier the program was working fine on a non-unicode systems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly advice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks !&lt;/P&gt;&lt;P&gt;Development Team &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2012 10:10:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-unicode-error/m-p/8893124#M1689131</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-07-10T10:10:08Z</dc:date>
    </item>
    <item>
      <title>Re: Open dataset -Unicode error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-unicode-error/m-p/8893125#M1689132</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;This might be due to the encoding of the file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check how the file is written in the SAP application server. if any 3rd party system is involved, please check what is the encoding format of the file. Then use the same encoding format in our OPEN DATASET statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;~Niranjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2012 11:06:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-unicode-error/m-p/8893125#M1689132</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-07-10T11:06:24Z</dc:date>
    </item>
    <item>
      <title>Re: Open dataset -Unicode error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-unicode-error/m-p/8893126#M1689133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried using the "ENCODING DEFAULT" addition to the open dataset statement?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;OPEN &lt;SPAN class="L0S52"&gt;DATASET &lt;/SPAN&gt;file &lt;SPAN class="L0S52"&gt;FOR &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;OUTPUT &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;IN &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;TEXT &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;MODE &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;ENCODING &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;DEFAULT&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;-Puneet&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2012 20:55:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-unicode-error/m-p/8893126#M1689133</guid>
      <dc:creator>Puneet_Gupta</dc:creator>
      <dc:date>2012-07-10T20:55:16Z</dc:date>
    </item>
    <item>
      <title>Re: Open dataset -Unicode error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-unicode-error/m-p/8893127#M1689134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi tamil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in case linebreaks are missing you can still use READ DATASET addition &lt;STRONG style="font-size: 10pt; font-family: Courier New;"&gt;MAXIMUM LENGTH mlen&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;if you know the length of the records of a fixed-length-record file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2012 21:55:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-unicode-error/m-p/8893127#M1689134</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2012-07-10T21:55:11Z</dc:date>
    </item>
  </channel>
</rss>

