Introduction to Packages for the TSMODEL Procedure
How Do You Use Packages?
There are two steps involved in using packages in the TSMODEL procedure. First, you specify in the REQUIRE statement the packages that you want to use in your SAS code. Second, you declare instances of package objects in your SAS code by using a DECLARE OBJECT statement for each instance. The following sections further elaborate on these steps.
Last updated: July 09, 2026