🎴 Flashcard Mode

EJB and COBOL Programming Quiz

Card1 / 20
Mastered0
Review0
QuestionClick to flip

General formate for an ECL statement

AnswerClick to flip back
A
@LABEL:COMMAND,OPTION(S)FIELD1,FIELD2..COMMENT
💡 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.

Change Mode