Hi All,
I seek an help here from the experts.
For my AMDP i get an error with SQL code : 314 which is for NUMERIC OVERFLOW.
For one of my SQL queries : select ( A * B ) as "C", amdp dumps with SQL code 314.
sometimes : A might be as big as 259303135 and B might be as big as 259303135. Thus, C might get very big.
I have tried declaring C as double as well, still i get the dump.
Kindly suggest.
Regards,
Sushmita