Search notes:

SAS programming: variables

Attributes

A variables hat the following attributes:

Variable names

Size of a variable

By default, SAS creates each variable with a length of 8 bytes - longer character values are then truncated.
The length statement can be used to specify a different size.

Type of a variable

The data type of a variable is either numeric or character.

Missing values

missing values

See also

SAS Programming Language
variable lists

Index