@RUN must be the first line of ECL.
A
Correct answer
Explanation
In ECL (Executive Control Language), the @RUN directive must indeed be the first line of the script. This is a syntactic requirement: the @RUN statement initiates execution and must appear at the beginning of the ECL program file before any other commands.