The HPBNET Procedure
Syntax: HPBNET Procedure
The following statements are available in the HPBNET procedure:
PROC HPBNET <options>;
TARGET variable </ORDER=order> ;
INPUT variables </LEVEL=level > ;
ID variables;
FREQ variable;
PARTITION <options>;
PERFORMANCE <options>;
OUTPUT <options>;
CODE FILE=’external-file’ | fileref;
The PROC HPBNET statement, the TARGET statement, and the INPUT statement are required. You can specify only one TARGET statement, but you can specify multiple INPUT statements. The following sections describe the PROC HPBNET statement and then describe the other statements in alphabetical order.