Multiple choice technology mainframe

What should be the last statement of ECL code file ?

  1. @STOP

  2. @BRKPT

  3. @FIN

  4. @STOP RUN

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

In ECL code files, @FIN is used as the terminating statement to mark the end of the file. Other options like @STOP (used for debugging breakpoints), @BRKPT (breakpoint), and @STOP RUN are not standard ECL file-ending statements. @FIN is the correct file terminator.