Hi, in my lillte experience I have all the impossible cases of the word
I have a sequential file where is stored numbers in alfanumeric type ( examples "123,45" "10,00" "35780,00" "450" ) I need to convert them in numeric variable. How can I do it ?
I use a variable declared PIC X(16) to store each field: If I see it on dislay is correct ( after I have removed the " )
I have tried with all the know-how of my mind but I have results very disastrous ( examples 123459,00 10009,00 )
I hope the problem is the sign that I declare in the recipient variable [ 77 W-NUMERO pic S9(11)v99 ]
Someone can suggest me a method ???
Many thanks to all you