<?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: What is difference between TEXT mode and BINARY mode? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-difference-between-text-mode-and-binary-mode/m-p/3144440#M747470</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    For the text mode we use encoding default  that is it supports all languages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;since in binary mode it need not support any other languages&lt;/P&gt;&lt;P&gt;so we need not use encoding default ...  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Sana.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Dec 2007 08:28:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-27T08:28:00Z</dc:date>
    <item>
      <title>What is difference between TEXT mode and BINARY mode?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-difference-between-text-mode-and-binary-mode/m-p/3144438#M747468</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;          What is difference between TEXT mode and BINARY mode? In TEXT mode what is "ENCODING DEFAULT". &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; OPEN DATASET wl_filename FOR INPUT&lt;/P&gt;&lt;P&gt;                          IN TEXT MODE ENCODING DEFAULT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  OPEN DATASET wl_filename FOR INPUT&lt;/P&gt;&lt;P&gt;                          IN BINARY MODE .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Dec 2007 07:32:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-difference-between-text-mode-and-binary-mode/m-p/3144438#M747468</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-27T07:32:44Z</dc:date>
    </item>
    <item>
      <title>Re: What is difference between TEXT mode and BINARY mode?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-difference-between-text-mode-and-binary-mode/m-p/3144439#M747469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi vishnu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. files like .TXT files are considered to be text,&lt;/P&gt;&lt;P&gt;   and other files like .EXE . DOC etc are binary files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. In text files, after each line, there are two&lt;/P&gt;&lt;P&gt;   internal binary characters&lt;/P&gt;&lt;P&gt;  one for line feed and another one for newline.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. But, we don't have any meaning for it,&lt;/P&gt;&lt;P&gt;   when we view such files in notepad, for eg.&lt;/P&gt;&lt;P&gt;   Hence, to only get the understandable content,&lt;/P&gt;&lt;P&gt;   we should open such TXT files, in text mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  (we can also open them in binary mode,&lt;/P&gt;&lt;P&gt;  but we will get two extra characters after each line,&lt;/P&gt;&lt;P&gt;   and such two extra characters are meaningless&lt;/P&gt;&lt;P&gt;  for interpreting the text)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. In binary mode, each byte by byte is considered,&lt;/P&gt;&lt;P&gt;   without any meaning.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Dec 2007 07:53:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-difference-between-text-mode-and-binary-mode/m-p/3144439#M747469</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-27T07:53:16Z</dc:date>
    </item>
    <item>
      <title>Re: What is difference between TEXT mode and BINARY mode?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-difference-between-text-mode-and-binary-mode/m-p/3144440#M747470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    For the text mode we use encoding default  that is it supports all languages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;since in binary mode it need not support any other languages&lt;/P&gt;&lt;P&gt;so we need not use encoding default ...  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Sana.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Dec 2007 08:28:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-difference-between-text-mode-and-binary-mode/m-p/3144440#M747470</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-27T08:28:00Z</dc:date>
    </item>
    <item>
      <title>Re: What is difference between TEXT mode and BINARY mode?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-difference-between-text-mode-and-binary-mode/m-p/3144441#M747471</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;1. text mode means the output will come as line by line.&lt;/P&gt;&lt;P&gt;2. binary mode means , output will come as character by    characer and in this we can create spaces, commas, symbols also&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Dec 2007 08:39:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-difference-between-text-mode-and-binary-mode/m-p/3144441#M747471</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-27T08:39:10Z</dc:date>
    </item>
  </channel>
</rss>

