hi,
below code is giving this runtime error "The target for a numeric operation is too small to hold the result"
with positive number program works fine.
can anyone please tell why its not accepting negative value
thanks
below code is giving this runtime error "The target for a numeric operation is too small to hold the result"
Code:
D UnsVar S 15P 5
D Var1 S 3P 0
C
/Free
Var1 = -99 ;
UnsVar = %Uns(Var1) ;
Dsply %Char(UnsVar) ;
/End-Free
C SetOn LR
can anyone please tell why its not accepting negative value
thanks




Comment