Syntax
The following statements can be used with the MODEL procedure:
- PROC MODEL options;
- ABORT ;
- ARRAY arrayname variables ... ;
- ATTRIB variable-list attribute-list [variable-list attribute-list];
- BOUNDS bound1, bound2 ... ;
- BY variables;
- CALL name [( expression [, expression ... ] ) ] ;
- CONTROL variable [ value ] ... ;
- DELETE ;
- DO [variable = expression [ TO expression ] [ BY expression ]
- [, expression TO expression ] [ BY expression ] ... ]
- [ WHILE expression ] [ UNTIL expression ] ;
- END ;
- DROP variable ... ;
- ENDOGENOUS variable [ initial values ] ... ;
- ESTIMATE item [ , item ... ] [ ,/ options ] ;
- EXOGENOUS variable [ initial values ] ... ;
- FIT equations [ PARMS=(parameter values ... ) ]
- START=(parameter values ... )
- [ DROP=(parameters)] [ / options ];
- FORMAT variables [ format ] [ DEFAULT = default-format ];
- GOTO statement_label ;
- ID variables;
- IF expression ;
- IF expression THEN programming_statement ;
- ELSE programming_statement ;
- variable = expression ;
- variable + expression ;
- INCLUDE model files ... ;
- INSTRUMENTS [ instruments ] [_EXOG_ ]
- [EXCLUDE=(parameters) ] [/ options ] ;
- KEEP variable ... ;
- LABEL variable ='label' ... ;
- LENGTH variables [$ ] length ... [DEFAULT=length ];
- LINK statement_label ;
- OUTVARS variable ... ;
- PARAMETERS variable [ value ] variable [ value ] ... ;
- PUT print_item ... [ @ ] [ @@ ] ;
- RANGE variable [ = first ] [TO last ];
- RENAME old-name =new-name ... [ old-name=new-name ];
- RESET options;
- RESTRICT restriction1 [ , restriction2 ... ] ;
- RETAIN variables values [ variables values...] ;
- RETURN ;
- SOLVE variables [SATISFY=(equations) ] [/ options ] ;
- SUBSTR( variable, index, length ) = expression ;
- SELECT [ ( expression ) ] ;
- OTHERWISE programming_statement ;
- STOP ;
- TEST [ "name" ] test1 [, test2 ... ] [,/ options ] ;
- VAR variable [ initial values ] ... ;
- WEIGHT variable;
- WHEN ( expression ) programming_statement ;
Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.