Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
The DTREE Procedure

Syntax

The following statements are available in PROC DTREE:

PROC DTREE options ;
EVALUATE / options ;
MODIFY specifications ;
MOVE specifications ;
QUIT ;
RECALL ;
RESET options ;
SAVE ;
SUMMARY / options ;
TREEPLOT / options ;
VARIABLES / options ;
VPC specifications ;
VPI specifications ;

The DTREE procedure begins with the PROC DTREE statement and terminates with the QUIT statement. The VARIABLES statement can be used only once, and if it is used, it must appear before any other statements. The EVALUATE, MODIFY, MOVE, RECALL, RESET, SAVE, SUMMARY, TREEPLOT, VPC, and VPI statements can be listed in any order and can be used as many times as desired with one exception: the RECALL statement must be preceded by at least one SAVE statement.

You can also submit any other valid SAS statements, for example, OPTIONS, TITLE, and SAS/GRAPH global statements. In particular, the SAS/GRAPH statements that can be used to enhance the DTREE procedure's output on graphics devices are listed in Table 3.3. Refer to SAS/GRAPH Software: Reference for more explanation of these statements.

Table 3.3: Statements to Enhance Graphics Output
Statement Function
FOOTNOTEProduce footnotes that are displayed on the graphics output
GOPTIONSDefine default values for graphics options
NOTEProduce text that is displayed on the graphics output
SYMBOLCreate symbol definitions
TITLEProduce titles that are displayed on the graphics output


Functional Summary

PROC DTREE Statement

EVALUATE Statement

MODIFY Statement

MOVE Statement

QUIT Statement

RECALL Statement

RESET Statement

SAVE Statement

SUMMARY Statement

TREEPLOT Statement

VARIABLES Statement

VPC Statement

VPI Statement

Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
Top
Top

Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.