Multiple choice technology mainframe

@RUN must be the first line of ECL.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
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.