Hello - proc timeseries data=sashelp.air plot=(series periodogram spectrum) out=_null_; var air; id date interval= month; spectra freq period p s / adjmean=yes bartlett domain=time; run; seems to run fine - which problem are you running into? Thanks, Udo
... View more