Multiple choice technology programming languages

General formate for an ECL statement

  1. @LABEL:COMMAND,OPTION(S)FIELD1,FIELD2..COMMENT

  2. @LABEL:OPTION(S)FIELD1,FIELD2,COMMAND..COMMENT

  3. @LABEL:OPTION(S)FIELD1,FIELD2,..COMMENT,COMMAND

  4. @COMMAND:LABEL,OPTION(S)FIELD1,FIELD2..COMMENT

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

The standard ECL (Exec Control Language) statement format begins with @LABEL: followed by the COMMAND, then any OPTION(S), then the FIELD specifications, and ends with an optional COMMENT. The format is: @LABEL:COMMAND,OPTION(S)FIELD1,FIELD2..COMMENT. This places the command immediately after the label colon, which is the correct syntax.