<?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: Hex Code for EoF indicator in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/hex-code-for-eof-indicator/m-p/1574682#M259477</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Follow-up problem - I've opened the dataset for output as a character field, but I get a dump when I try to write the hex value for EoF ('1A') to the dataset.  The error states that system interprets the type x field as a 'non-character type', and therefore won't permit it to be written to the dataset.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried changing the encoding parameter on the open dataset statement from default to non-unicode, but with no success.  Similarly, I've tried to convert the hex value to character, but then I get a character field with the value '1A' instead to the box symbol I require.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any thoughts would be greatly appreciated.&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;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Oct 2006 06:02:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-12T06:02:00Z</dc:date>
    <item>
      <title>Hex Code for EoF indicator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hex-code-for-eof-indicator/m-p/1574680#M259475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a requirement to develop a flat extract program (no issue there).  The problem is that the users require a '&amp;amp;#61569;' character to indicate end of file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I presume that there is a hex or unicode character that represents this character.  Can anyone tell me a) what it is, or how to find out if it is contained in the installation codepage; and b) how to I write the hex character to the dataset - all attempts to write out hex characters have resulted in the text value representing the associated symbol being written out in character format (i.e. 20 rather than ' ', for example).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sincerest thanks.&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;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Oct 2006 07:25:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hex-code-for-eof-indicator/m-p/1574680#M259475</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-09T07:25:21Z</dc:date>
    </item>
    <item>
      <title>Re: Hex Code for EoF indicator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hex-code-for-eof-indicator/m-p/1574681#M259476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;list of hex characters&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://en.wikipedia.org/wiki/C0_and_C1_control_codes" target="test_blank"&gt;http://en.wikipedia.org/wiki/C0_and_C1_control_codes&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA:eof TYPE x VALUE '1A' .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Oct 2006 11:50:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hex-code-for-eof-indicator/m-p/1574681#M259476</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2006-10-09T11:50:49Z</dc:date>
    </item>
    <item>
      <title>Re: Hex Code for EoF indicator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hex-code-for-eof-indicator/m-p/1574682#M259477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Follow-up problem - I've opened the dataset for output as a character field, but I get a dump when I try to write the hex value for EoF ('1A') to the dataset.  The error states that system interprets the type x field as a 'non-character type', and therefore won't permit it to be written to the dataset.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried changing the encoding parameter on the open dataset statement from default to non-unicode, but with no success.  Similarly, I've tried to convert the hex value to character, but then I get a character field with the value '1A' instead to the box symbol I require.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any thoughts would be greatly appreciated.&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;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2006 06:02:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hex-code-for-eof-indicator/m-p/1574682#M259477</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-12T06:02:00Z</dc:date>
    </item>
    <item>
      <title>Re: Hex Code for EoF indicator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hex-code-for-eof-indicator/m-p/1574683#M259478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stephen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even I am facing the similar problem.&lt;/P&gt;&lt;P&gt;I have to prepare a file in SAP to be sent to the Mainframe system to be faxed to the client.&lt;/P&gt;&lt;P&gt;It contains these control charaters(hex 1A) and I have no clue on how to represent this symbol in SAP and send it to the mainframe system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case you were able to find a solution to this problem,let me know.&lt;/P&gt;&lt;P&gt;A quick response would be highly appreciated as it is urgent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Puneet Jhari.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jul 2008 19:54:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hex-code-for-eof-indicator/m-p/1574683#M259478</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-11T19:54:09Z</dc:date>
    </item>
  </channel>
</rss>

