Previous Page | Next Page

The TREE Procedure

NAME Statement
NAME variable ;

The NAME statement specifies a character or numeric variable identifying the node represented by each observation. The NAME variable and the PARENT variable jointly define the tree structure. If the NAME statement is omitted, PROC TREE uses the variable _NAME_. If the _NAME_ variable is not found in the data set, PROC TREE issues an error message and stops.

Previous Page | Next Page | Top of Page