Previous Page | Next Page

The FCMP Procedure

LABEL Statement


Specifies a label of up to 256 characters.
LABEL variable='label';

Arguments

variable

names the variable that you want to label.

'label'

specifies a label of up to 256 characters, including blanks.


Examples

The following are examples of the LABEL statement:

Previous Page | Next Page | Top of Page