PERIOD Subcommand (SEASON command)
PERIOD
indicates
the size of the period.
- The specification on
PERIOD
indicates how many observations are in one period or season and can be any positive integer. - If
PERIOD
is not specified, the periodicity that is established onTSET PERIOD
is in effect. IfTSET PERIOD
is not specified, the periodicity that is established on theDATE
command is used. If periodicity was not established anywhere, theSEASON
command will not be executed.
Example
SEASON VARIABLES = SALES
/PERIOD=12.
- In this example, a periodicity of 12 is specified for SALES.