Page 1 of 1

Autoarma run ok in EV12 not in EV13

Posted: Mon Sep 26, 2022 6:53 am
by Bob
Bonjour,

Le même programme fonctionne bien sous eviews 12 mais génère une erreur sous eviews 13 ?

Le code ou l'erreur est identifiée à la ligne 148 ({%k}.autoarma...) est le suivant :

!prev_horizon_mens = 12
pageselect mens
smpl @all
for %k cred_inv_m_snf_flux cred_equip_m_snf_flux cred_immo_m_snf_flux cred_treso_m_snf_flux cred_autres_m_snf_flux
smpl if {%k}<>na
{%k}.autoarma(tform=none, avg, forclen=!prev_horizon_mens) {%k}_arma c
next

Le message d'erreur est le suivant :

Error in Sample. Range error in "{%k}.autoarma(tform=none, avg, forclen=12) cred_inv_m_snf_flux_arma c" on line 148

Merci pour votre aide

Re: Autoarma run ok in EV12 not in EV13

Posted: Tue Sep 27, 2022 9:17 am
by EViews Glenn
Could you post your workfile.

Re: Autoarma run ok in EV12 not in EV13

Posted: Thu Sep 29, 2022 10:02 am
by EViews Glenn
We were able to verify from another workfile. Fix has been applied and patch has been released. Thanks.

Re: Autoarma run ok in EV12 not in EV13

Posted: Tue Oct 04, 2022 2:33 am
by Bob
Merci à l'équipe, tout fonctionne très bien.