Multiple choice technology mainframe

The ----- statement sets the value of operand(s) to null value or to initial value as defined in DEFINE DATA statement.

  1. RESET

  2. SET

  3. MOVE

  4. ASSIGN

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

The RESET statement in Natural programming initializes variables to their default values or resets them to null. This is different from SET (assigns values), MOVE (transfers values), or ASSIGN (calculates and assigns). RESET is specifically for initialization and clearing variable states.