hi all,
I am using the following logic for counter:
data: count type i.
count = count + 1.
but when the value gets to double figures i.e. 10 for count then the count value becomes *. giving error at this stage.
Any suggestions. Thanks.
Regards,
FS