‎2008 Oct 27 2:38 PM
Hi gurus,
I am creating program which reads the data from unix file and print it.
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
please give me the solution ASAP.
thanks in advance.
Vinod
‎2008 Oct 27 3:25 PM
Hi
sign comes ... when the mode of writing that file is other than ASC.
if you write the file to app server in ASC.. things will solv in many cases..
‎2008 Oct 27 2:44 PM
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.
‎2008 Oct 27 2:45 PM
yes u r right,
i am having problem with minus sign value how can i read that.
thansk vinod
‎2008 Oct 27 2:49 PM
are you using the fixed length files or tabdelimited file. show the code how you are doing..?
‎2008 Oct 27 3:25 PM
Hi
sign comes ... when the mode of writing that file is other than ASC.
if you write the file to app server in ASC.. things will solv in many cases..