Multiple choice technology mainframe

WHICH OF THE FOLLOWING IS NOT USED IN EASYTRIEVE AS IN COBOL?

  1. CALL STATEMENT

  2. ADD STATEMENT

  3. LEVEL NUMBERS

  4. IF STATEMENT

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

Easytrieve defines fields using flat starting positions and length attributes, completely omitting COBOL's structured level numbers (like 01, 05). It still retains logical constructs like IF, ADD, and CALL.