Hi expert,
here i am calculating the difference of two fields whose data type is currency in a variable(diff) whose data type is n.
for example :
fields for which i am calculating diff
data: lval type dmbtr,
total type dmbtr,
diff(13) type n. ( if i declare it as same data type of above fileds getting run tym converstion error)
diff = total - lval.
if diff is negative i need to diplay a field value with sign.
screen field attributes is dec.
<Priority normalized by moderator>
Moderator message : Not enough re-search before posting, discussion locked.
Message was edited by: Vinod Kumar