MULTIPLY

Short Reference

Syntax

MULTIPLY dobj1 BY dobj2.

Effect

This statement has the same effect as the statement

COMPUTE dobj1 = dobj1 * dobj2.

The content of dobj1 is multiplied with the content of dobj2 and the result is assigned to dobj1. The data objects dobj1 and dobj2 must be numeric. You cannot specify built-in functions or functional methods. The calculation type is determined as for an arithmetic expression.

Note

Obsolete Form: MULTIPLY-CORRESPONDING

Exceptions

Catchable Exceptions

CX_SY_ARITHMETIC_OVERFLOW

CX_SY_CONVERSION_OVERFLOW

Non-Catchable Exceptions