UCM Procedure
ID Statement
ID
variableINTERVAL=value <ALIGN=value> ;
The ID statement names a numeric variable that identifies observations in the input and output data sets. This statement is required. The values of the ID variable are assumed to be SAS date, time, or datetime values, or the ID variable values can signify the observation numbers within a sequence, such as 5 to indicate the fifth observation (for an example of an observation index as an ID variable, see Example 30.2). In addition, the ID statement specifies the frequency that is associated with the time series. The options also specify how to align the observations to form the time series. The INTERVAL= option is required. The values of the ID variable are extrapolated for the forecast observations on the basis of the values that you specify in the INTERVAL= option.
You must specify the following option:
You can also specify the following option: