FCMP Procedure

LABEL Statement

Specifies a label of up to 256 characters.

Syntax

LABEL variable='label';

Required Arguments

variable
names the variable that you want to label.
'label'
specifies a label of up to 256 characters, including blanks.

Example

The following are examples of the LABEL statement:
  • label date='Maturity Date';
  • label bignum='Very very large numeric value';