Additional PROC TREE Options

Enter any SAS PROC TREE options in this field to supplement those already specified.

You can specify any PROC TREE options using the following syntax:

Option

where:

OPTION is the PROC TREE option,

Examples of commonly used PROC TREE options are listed in the following table:

Option

Definition

HORIZONTAL

Specified that the height axis be horizontal.

DESCENDING

Reverses the sort order.

LIST

Displays all nodes of the tree.

MAXHEIGHT=n

Specifies the maximum value on the axis.

MINHEIGHT=n

Specifies the minimum value on the axis.

HORDISPLAY

Display the tree horizontally with the leaves to the right.

NAME=name

Specifies the entry name for the generated graph.

Note: Each time another graph is generated with the same name, the name is modified by appending a number to make it unique.

To Specify One or More PROC TREE Options:

8      Check the Perform SAS-based clustering on the Distance Matrix box.
8      Type a specific PROC TREE option in the Additional PROC TREE Options field.
8      For example, to specify a horizontal display, type HORDISPLAY in the text field.

For Additional Information

Refer to the SAS PROC TREE documentation for more information.