<?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 data set from Text mode to Binary mode in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-data-set-from-text-mode-to-binary-mode/m-p/2295818#M501292</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Text Mode means that the records in the file have a carriage return marking the end of each record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Binary Mode means the file is a string of data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can't read a text file in BINARY MODE, or a binary file in TEXT MODE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are changing the mode, then you must be supplied with a file in the new mode.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 May 2007 15:18:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-24T15:18:44Z</dc:date>
    <item>
      <title>open data set from Text mode to Binary mode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-data-set-from-text-mode-to-binary-mode/m-p/2295817#M501291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In a program i am using the command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;    OPEN DATASET file FOR OUTPUT IN TEXT MODE
    ENCODING NON-UNICODE IGNORING CONVERSION ERRORS.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i want to change this open data set to binary mode. I mean to change the command like below.&lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;OPEN DATASET file FOR OUTPUT IN BINARY MODE.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i do this. the output in the file is totally changing. I mean previously i have some text now i have some diffrent characters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i use this command with out change in the output as previous output. Please tell me  the changes and why i have to do.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt; OPEN DATASET file FOR OUTPUT IN BINARY MODE.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lisa.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Lisa Roy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2007 14:36:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-data-set-from-text-mode-to-binary-mode/m-p/2295817#M501291</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-24T14:36:25Z</dc:date>
    </item>
    <item>
      <title>Re: open data set from Text mode to Binary mode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-data-set-from-text-mode-to-binary-mode/m-p/2295818#M501292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Text Mode means that the records in the file have a carriage return marking the end of each record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Binary Mode means the file is a string of data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can't read a text file in BINARY MODE, or a binary file in TEXT MODE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are changing the mode, then you must be supplied with a file in the new mode.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2007 15:18:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-data-set-from-text-mode-to-binary-mode/m-p/2295818#M501292</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-24T15:18:44Z</dc:date>
    </item>
    <item>
      <title>Re: open data set from Text mode to Binary mode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-data-set-from-text-mode-to-binary-mode/m-p/2295819#M501293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just to close&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2007 08:34:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-data-set-from-text-mode-to-binary-mode/m-p/2295819#M501293</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-31T08:34:58Z</dc:date>
    </item>
  </channel>
</rss>

