The models are equivalent, but the code from the doc is estimating the variance whereas your code is estimating the standard deviation. Note that 61.5139 = (7.8430)**2
... View more
You are correct. PROC ARIMA does not support ARCH/GARCH type models. Even though your problem is univariate, you could check if the GARCH statement in PROC VARMAX satisfies your needs.
... View more