Previous Topic: Label BlocksNext Topic: The ELABEL Statement


The LABEL Statement

The LABEL statement indicates the start of a Label block, and must also contain the name of that block. The syntax is:

LABEL name;

The following are descriptions of syntax components:

LABEL

(Required) LABEL must be the first word in a Label block.

name

(Required) A 1- to 8-character alphanumeric name for the label. The name must be followed by a semicolon.

Example

This example shows the use of a comment with the LABEL statement:

LABEL GEN0010;  /*  Change Record not found:  Create one. */