What should be the last statement of ECL code file ?
-
@STOP
-
@BRKPT
-
@FIN
-
@STOP RUN
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.