Search found 7 matches
- Thu Jul 21, 2011 8:01 am
- Forum: Programming
- Topic: Error message
- Replies: 5
- Views: 5905
Re: Error message
Division by zero in "ARSCALEGVA equation" in "_MODEL.ADDINIT(V=N,S=B) @ALL".
- Thu Jul 21, 2011 6:34 am
- Forum: Programming
- Topic: Error message
- Replies: 5
- Views: 5905
Re: Error message
Hi Steve, Yes, you're right, but it seems to be the only way that we don't catch the error, that's weird... If a run a model, it shows me when I have an error, but for the initialization of the add factors, we don't catch it unhopefully... So there's no other way to catch the errors that Eviews thro...
- Wed Jul 20, 2011 11:59 am
- Forum: Programming
- Topic: Error message
- Replies: 5
- Views: 5905
Error message
Hi, I'm executing EViews from VBA and I would like to know if there's a command to see the error message that comes from EViews when it's executing something wrong. I want to initialize add factors. If I run the command _model.addinit(v=n,s=b) @all in a program, it shows a error in the log, but if I...
- Mon Jul 11, 2011 12:49 pm
- Forum: Programming
- Topic: Creating a shock
- Replies: 0
- Views: 1696
Creating a shock
Hello, I have a model forecasting the oil price that I built using add factors. I would like to simulate a shock of a suddent 10$ rise in 2011Q4. What I did is, for the sample 2011Q4 to 2020, I had 10$ to the value of my add factors, then I put the sample back to 2000 to 2020. After I solve the mode...
- Fri Jul 08, 2011 8:14 am
- Forum: Models
- Topic: Creating a shock
- Replies: 1
- Views: 7498
Creating a shock
Hello, I have a model forecasting the oil price that I built using add factors. I would like to simulate a shock that my add factors aer 10$ below what I think they should be from 2010 to 2020. What I did is, for the sample 2010 to 2020, I had 10$ to the value of my add factors, then I put the sampl...
- Thu Jun 09, 2011 11:23 am
- Forum: Programming
- Topic: Scenario exclude
- Replies: 1
- Views: 2911
Scenario exclude
Hello, I'm trying to exclude some periods of a endog variable for two reasons: 1-From @first to 1995.4 it generates log of non-positive numbers 2-As it's a annual variable, 3of the 4 trimesters has a NA As I found, there is a possibility to call exclude in the "Scenario excludes" section. ...
- Mon Jun 06, 2011 6:03 am
- Forum: Programming
- Topic: How to close a program
- Replies: 4
- Views: 4371
How to close a program
Hi, I was wondering how works the "close" command. I would like to close a program by using it, but I tried many ways and it never worked. Suppose my program is called "program", if i call close program or close program.prg it doesn't work... Does someone know how to make it work...
