<?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 Unix file problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/unix-file-problem/m-p/4628776#M1090170</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi gurus,&lt;/P&gt;&lt;P&gt;      I am creating program which reads the data from unix file  and print it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but i am having one major problem while reading that data. when i read the currency value from the file it displays #sign every time wht can i do to eliminate this &lt;/P&gt;&lt;P&gt;please give me the solution ASAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vinod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Oct 2008 14:38:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-27T14:38:07Z</dc:date>
    <item>
      <title>Unix file problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unix-file-problem/m-p/4628776#M1090170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi gurus,&lt;/P&gt;&lt;P&gt;      I am creating program which reads the data from unix file  and print it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but i am having one major problem while reading that data. when i read the currency value from the file it displays #sign every time wht can i do to eliminate this &lt;/P&gt;&lt;P&gt;please give me the solution ASAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vinod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Oct 2008 14:38:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unix-file-problem/m-p/4628776#M1090170</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-27T14:38:07Z</dc:date>
    </item>
    <item>
      <title>Re: Unix file problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unix-file-problem/m-p/4628777#M1090171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;when you are dealing with application server files, you have to define all your fields as character fields. after reading you have to convert the char fields to quantity or currency fields.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Oct 2008 14:44:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unix-file-problem/m-p/4628777#M1090171</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-27T14:44:27Z</dc:date>
    </item>
    <item>
      <title>Re: Unix file problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unix-file-problem/m-p/4628778#M1090172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes u r right,&lt;/P&gt;&lt;P&gt;   i am having problem with minus sign value how can i read that.&lt;/P&gt;&lt;P&gt;thansk vinod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Oct 2008 14:45:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unix-file-problem/m-p/4628778#M1090172</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-27T14:45:51Z</dc:date>
    </item>
    <item>
      <title>Re: Unix file problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unix-file-problem/m-p/4628779#M1090173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;are you using the fixed length files or tabdelimited file. show the code how you are doing..?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Oct 2008 14:49:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unix-file-problem/m-p/4628779#M1090173</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-27T14:49:11Z</dc:date>
    </item>
    <item>
      <title>Re: Unix file problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unix-file-problem/m-p/4628780#M1090174</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;OL&gt;&lt;LI level="1" type="ol"&gt;&lt;P&gt;sign comes ... when the mode of writing that file is other than ASC.&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you write the file to app server in ASC.. things will solv in many cases..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Oct 2008 15:25:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unix-file-problem/m-p/4628780#M1090174</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2008-10-27T15:25:22Z</dc:date>
    </item>
  </channel>
</rss>

