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:
(Required) LABEL must be the first word in a Label block.
(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. */
|
Copyright © 2013 CA.
All rights reserved.
|
|