The TSMODEL Procedure
Syntax: TSMODEL Procedure
The following statements are available in the TSMODEL procedure:
PROC TSMODEL options;
BY variables;
ID variable INTERVAL=interval <options>;
OUTARRAYS array-name-list;
OUTSCALARS scalar-name-list;
INSCALARS scalar-name-list;
VAR variable-list / options;
REQUIRE package-list;
PRINT print-options;
SUBMIT <FILE= SAS-file-ref | 'File-path'> <submit-options>;
The PROC TSMODEL and ID statements are required.
The following sections present a summary of the statements and options that are used in PROC TSMODEL, a description of the TSMODEL statement, and then descriptions of the other statements.