Multiple choice technology mainframe

Which of the following words can NOT be used to perform calculations in a COBOL program

  1. ASSIGN

  2. DIVIDE

  3. MULTIPLY

  4. ADD

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

ASSIGN is NOT used for calculations in COBOL - it's used to assign file names to file descriptors or assign data items. DIVIDE, MULTIPLY, and ADD are all arithmetic verbs used for mathematical calculations.