Hi, Let say 77 A PIC 9(2)V9(2). I am moving 0.00 to A. In Spool area it is displaying 0000. I didn't got the decimal notation(.) How do we get the decimal point ??
The picture clause V is the implied decimal point so it is used for calculation. To display the result we have to move the calculated result to the variable which is described as pic 9(2).9(2).