HI..
i got a small dought...in cobol.
when we add two numbers...we r giving 3rd veriable to store the result.
Eg..ADD A TO B GIVING C.
in case we dnt use 3rd veriable..the result where ll be store??
eg..ADD A TO B.
REGARDS
SivaNag
ADD A TO B
The result will be stored in A