Previous Page | Next Page

The FCMP Procedure

ATTRIB Statement


Specifies format, label, and length information for variables.
ATTRIB variable(s) <FORMAT=format-name LABEL='label' LENGTH=length>;

Required Arguments

variable

specifies the variables that you want to associate with attributes.


Options

FORMAT=format-name

associates a format with variables in the variable argument.

LABEL='label'

associates a label with variables in the variable argument.

LENGTH=length

specifies the length of the variable in the variable argument.


Examples

The following are examples of the ATTRIB statement:

Previous Page | Next Page | Top of Page