Hello -
Looks good - as the default model of PROC ESM is simple exponential smoothing.
If you would like to switch to a different ESM you can add a "model" option to your FORECAST statement.
For example:
forecast ft / model=DAMPTREND; /*for damped trend exponential smoothing */
For more detail check out: http://support.sas.com/documentation/cdl/en/etsug/68148/HTML/default/viewer.htm#etsug_esm_syntax04.htm
Thanks,
Udo
... View more