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.