<?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: Regarding openset.. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-openset/m-p/945946#M64181</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;Try to use:&lt;/P&gt;&lt;P&gt;OPEN DATASET E_FILE FOR APPENDING IN TEXT MODE&lt;/P&gt;&lt;P&gt;without ENCODING DEFAULT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Krzys&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 26 Jun 2005 15:47:53 GMT</pubDate>
    <dc:creator>krzysztof_konitz4</dc:creator>
    <dc:date>2005-06-26T15:47:53Z</dc:date>
    <item>
      <title>Regarding openset..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-openset/m-p/945945#M64180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey Raja,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried below statement in 46B.&lt;/P&gt;&lt;P&gt;OPEN DATASET E_FILE FOR APPENDING IN TEXT MODE ENCODING DEFAULT.&lt;/P&gt;&lt;P&gt;but giving compile time error..why.&lt;/P&gt;&lt;P&gt;i want my code to work in both environment pls suggest me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ambichan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Jun 2005 14:12:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-openset/m-p/945945#M64180</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-26T14:12:53Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding openset..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-openset/m-p/945946#M64181</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;Try to use:&lt;/P&gt;&lt;P&gt;OPEN DATASET E_FILE FOR APPENDING IN TEXT MODE&lt;/P&gt;&lt;P&gt;without ENCODING DEFAULT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Krzys&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Jun 2005 15:47:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-openset/m-p/945946#M64181</guid>
      <dc:creator>krzysztof_konitz4</dc:creator>
      <dc:date>2005-06-26T15:47:53Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding openset..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-openset/m-p/945947#M64182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;well, if i remove ENCODING DEFAULT in OPEN dataset it works fine in 46B.&lt;/P&gt;&lt;P&gt;But in 620,It gives error.how to make this code mutually work in two different environment with same piece of code..&lt;/P&gt;&lt;P&gt;any reply for the post is appreciated&lt;/P&gt;&lt;P&gt;ambichan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jun 2005 01:45:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-openset/m-p/945947#M64182</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-27T01:45:41Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding openset..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-openset/m-p/945948#M64183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ambi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UNICODE related changes in your programs are essential to make it work in 6.20 and the same statements may not work in 4.6 B.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Specially UNICODE related changes, might well have to be handled using slightly different programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also you should not de-activate the unicode check in the program attribute. Specially as you work with Japanese Language also ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Further, even if you will find a OPEN DATASET code that works for 4.6b and 4.7 ..it's not something general ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I mean ,not all the UNICODE related stmts will be compatible to all the versions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jun 2005 04:49:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-openset/m-p/945948#M64183</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-27T04:49:28Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding openset..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-openset/m-p/945949#M64184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Ram,&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;I dont understand your reply completely. however i understood that no other way except doing different coding at program in this case to solve this issue. am i correct.&lt;/P&gt;&lt;P&gt;so always for 46b i have to use below statment&lt;/P&gt;&lt;P&gt;OPEN DATASET FPATH FOR APPENDING IN TEXT MODE.&lt;/P&gt;&lt;P&gt;and for 620(NO unicode system),i have to use different below statement to work right.&lt;/P&gt;&lt;P&gt;OPEN DATASET FPATH FOR APPENDING IN TEXT MODE ENCODING NON-UNICODE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;correct?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jun 2005 04:59:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-openset/m-p/945949#M64184</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-27T04:59:41Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding openset..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-openset/m-p/945950#M64185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Almost..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But are you sure that you don't need UNICODE enabled stmts? If not sure, then check other variances of the OPEN DATASET ..default encoding might be good...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;&amp;lt;&lt;/P&gt;&lt;P&gt;and for 620(NO unicode system),i have to use different below statement to work right.&lt;/P&gt;&lt;P&gt;OPEN DATASET FPATH FOR APPENDING IN TEXT MODE ENCODING NON-UNICODE.&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jun 2005 05:18:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-openset/m-p/945950#M64185</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-27T05:18:00Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding openset..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-openset/m-p/945951#M64186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Ram,&lt;/P&gt;&lt;P&gt;one more thing..&lt;/P&gt;&lt;P&gt;Can we write code that if system is 46B then &lt;/P&gt;&lt;P&gt;...xxx code..&lt;/P&gt;&lt;P&gt;or else if 620B then &lt;/P&gt;&lt;P&gt;...yyy code..&lt;/P&gt;&lt;P&gt;in my program..&lt;/P&gt;&lt;P&gt;because in a single program can i use for two environment check and continue the code..any techniques..would be great..&lt;/P&gt;&lt;P&gt;ambichan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jun 2005 05:48:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-openset/m-p/945951#M64186</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-27T05:48:30Z</dc:date>
    </item>
  </channel>
</rss>

