Page 1 of 1
alias in solve
Posted: Tue Dec 20, 2011 8:14 pm
by jlbrillet
Just a small problem : you can create an alias with five characters in a program, but it reports "illegal scenario alias" if you access it in menus.
Also, the subsequent window can refuse closing.
Re: alias in solve
Posted: Tue Dec 20, 2011 8:23 pm
by EViews Gareth
Could you provide an example? My quick test program didn't do what you're describing.
Code: Select all
create u 10
model m
m.scenario(a=test1) test
Re: alias in solve
Posted: Thu Dec 22, 2011 12:55 am
by donihue
I just ran Gareth's test programme on my copy of EViews 7.2, build 29 Nov 2011 and received the following error message in the Programme Log:
Illegal scenario alias _TEST1 in "DO_ M.SCENARIO(A=TEST1) TEST".
Regards
Donihue