The following statements are available in the HPQLIM procedure:
PROC HPQLIM options;
BAYES <options>;
BOUNDS bound1 < , bound2 …> ;
BY variables;
FREQ variable;
ENDOGENOUS
variables options;
HETERO
dependent-variables exogenous-variables / options;
INIT initvalue1 < , initvalue2 …> ;
MODEL dependent-variables = regressors / options;
OUTPUT OUT=SAS-data-set <output-options> ;
PRIOR
_REGRESSORS parameter-list distribution ;
RESTRICT restriction1 < , restriction2 …> ;
TEST options;
WEIGHT variable </ option>;
PERFORMANCE <performance-options>;
One MODEL statement is required. If a FREQ or WEIGHT statement is specified more than once, the variable that is specified in the first instance is used.