<?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: Application server file formats. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/application-server-file-formats/m-p/4047259#M967448</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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A text file is a kind of computer file that is structured as a sequence of lines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A .dat  file is a computer file which stores data for use by a computer application or system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A character encoding consists of a code that pairs a sequence of characters from a given character set (sometimes referred to as code page) with something else, such as a sequence of natural numbers, octets or electrical pulses, in order to facilitate the storage of text in computers and the transmission of text through telecommunication networks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASCII and BINARY codes are used for internal representation of data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The major difference between ASCII and BINARY is that when ASCII mode is used then the READ DATASET stmt starts at new line each time and in case of BINARY it reads character by character ( or some characters).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Jun 2008 03:56:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-25T03:56:27Z</dc:date>
    <item>
      <title>Application server file formats.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/application-server-file-formats/m-p/4047257#M967446</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 have one query regarding the application server file formats, when we are creating a file we give some extension (.txt, .dat),what is the use of different extensions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When we are downloading the file from appl server using CG3Y we have two options(ASC and BIN ) what is the use of these options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2008 16:18:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/application-server-file-formats/m-p/4047257#M967446</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-24T16:18:37Z</dc:date>
    </item>
    <item>
      <title>Re: Application server file formats.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/application-server-file-formats/m-p/4047258#M967447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;.txt is a filename extension for files consisting of text usually contain very little formatting (ex: no bolding or italics). The precise definition of the .txt format is not specified, but typically matches the format accepted by the system terminal or simple text editor. Files with the .txt extension can easily be read or opened by any program that reads text and, for that reason, are considered universal (or platform independent).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The ASCII standard allows ASCII-only text files (unlike most other file types) to be freely interchanged and readable on Unix, Macintosh, Microsoft Windows, DOS, and other systems. These differ in their preferred line ending convention and their interpretation of values outside the ASCII range (their character encoding).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The BIN file is binary formated file.contains binary code degits.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2008 20:09:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/application-server-file-formats/m-p/4047258#M967447</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-24T20:09:28Z</dc:date>
    </item>
    <item>
      <title>Re: Application server file formats.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/application-server-file-formats/m-p/4047259#M967448</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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A text file is a kind of computer file that is structured as a sequence of lines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A .dat  file is a computer file which stores data for use by a computer application or system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A character encoding consists of a code that pairs a sequence of characters from a given character set (sometimes referred to as code page) with something else, such as a sequence of natural numbers, octets or electrical pulses, in order to facilitate the storage of text in computers and the transmission of text through telecommunication networks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASCII and BINARY codes are used for internal representation of data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The major difference between ASCII and BINARY is that when ASCII mode is used then the READ DATASET stmt starts at new line each time and in case of BINARY it reads character by character ( or some characters).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2008 03:56:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/application-server-file-formats/m-p/4047259#M967448</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-25T03:56:27Z</dc:date>
    </item>
  </channel>
</rss>

