The following statements are used with the HPCDM procedure:
PROC HPCDM
options ;
BY
variable-list ;
DISTBY
replication-id-variable ;
SEVERITYMODEL
severity-model-list ;
EXTERNALCOUNTS
COUNT=frequency-variable <ID=replication-id-variable> ;
OUTPUT
OUT=SAS-data-set <variable-name-options> </ out-option> ;
OUTSUM
OUT=SAS-data-set statistic-keyword<=variable-name> <... statistic-keyword<=variable-name>> <outsum-options> ;
PERFORMANCE
options ;
Programming statements
;