Previous Page | Next Page

SAS Data Set Options for the Information Maps Engine

EXPCOLUMNLEN= Data Set Option



Specifies the default length of the SAS character column when a data item defined with expressions is encountered
Valid in: DATA Step
Category: Data Set Control
Restriction: Use with character column only
Default: 32

Syntax
Details
See Also

Syntax

EXPCOLUMNLEN=column-length

column-length

specifies the length of the SAS column when expressions are used. Valid values are integers from 1 to a maximum SAS column size.


Details

When character data items are defined with expressions in an information map, the length of the resulting SAS column cannot be readily determined by the Information Maps engine. Use the EXPCOLUMNLEN= option to assign a value to the length of the column. This value can be tuned based on an understanding of the results of the expression and of the data involved.


See Also

EXPCOLUMNLEN= option in Other LIBNAME Statement Options for the Information Maps Engine

Previous Page | Next Page | Top of Page