Hi Venkata,
I'll give you an example. Run the following code and it will give a similar dump.
data: a typei.
a = 10000000000.
write:/ a.
It means a cannot accommodate the given value. Remove 1 zero and then execute. It will get executed successfully.
Now, Follow the steps given by the experts above.
Regards
Purnand