Not really.
Sometimes you want to rerun the program without exiting it. But thanks for telling me that such a command does not exist.
Search found 14 matches
- Thu May 28, 2009 8:27 am
- Forum: Programming
- Topic: Any command to clear the Eview's memory?
- Replies: 3
- Views: 7309
- Thu May 28, 2009 6:36 am
- Forum: Programming
- Topic: Any command to clear the Eview's memory?
- Replies: 3
- Views: 7309
Any command to clear the Eview's memory?
Hi, folks, Coming back for knowledge again. Is there any command to clear the Eview's memory and let it forget everything (like "NEW" in GAUSS)? If there is one, I can put at the top of the program and rerun the program again and again when testing it. My current problem is: I used scenari...
- Tue May 26, 2009 1:17 pm
- Forum: Models
- Topic: Solving for the addin factors for a group of trajectories
- Replies: 2
- Views: 8789
Re: Solving for the addin factors for a group of trajectories
Cool! It worked perfectly. You saved me a lot of time. Thanks!
- Tue May 26, 2009 7:46 am
- Forum: Models
- Topic: Solving for the addin factors for a group of trajectories
- Replies: 2
- Views: 8789
Solving for the addin factors for a group of trajectories
Hi, I have a question regarding add-in factors. Using the Macromod workfile in our Eviews manual as an example. Suppose I give the model (with three equations for CN, R, I and one identity) a name "lalatest", and in baseline scenario, I solved for the static solution lalatest.scenario &quo...
- Thu May 07, 2009 9:15 am
- Forum: Data Manipulation
- Topic: Problem with merged graph
- Replies: 1
- Views: 3590
Problem with merged graph
Hi, I have a problem with merged graph and wonder if you could help me. Suppose, say, I have 35 graphs all ends with the suffix "grp". I want to merge them into a singe birdview graph called forecast_overview. I used the following program line: graph forecast_overview.merge {%grp} Well, he...
- Fri Apr 24, 2009 11:21 am
- Forum: Programming
- Topic: Keyboard input
- Replies: 4
- Views: 6068
Re: Keyboard input
Great. We look forward to that.
- Fri Apr 24, 2009 11:10 am
- Forum: Programming
- Topic: Keyboard input
- Replies: 4
- Views: 6068
Re: Keyboard input
Thanks. I would recommend you to put this function in the next version of Eviews, though. In our company, this is the great strength of FAME against Eviews. Keyboard inputs can create frequent "pause" in the FAME program, allowing us to examine econometric results one by one. There are man...
- Fri Apr 24, 2009 10:12 am
- Forum: Programming
- Topic: Keyboard input
- Replies: 4
- Views: 6068
Keyboard input
Hi, does the Eviews programming language allow keyboard input?
Such as prompting the key board to assign a value to a string or numeric variable, and then the program moves on with the assigned value?
Best,
Such as prompting the key board to assign a value to a string or numeric variable, and then the program moves on with the assigned value?
Best,
- Tue Jan 27, 2009 12:18 pm
- Forum: Programming
- Topic: Passing on program argument to a string var
- Replies: 3
- Views: 5959
Re: Passing on program argument to a string var
Thanks, Gareth. You are always the last resort :)
- Tue Jan 27, 2009 10:26 am
- Forum: Programming
- Topic: Passing on program argument to a string var
- Replies: 3
- Views: 5959
Passing on program argument to a string var
Hi, I have a simple question: Suppose I want to pass on the value of a program argument to a string variable, how could I do that? for Example I am running a program called "diag" with an argument "CPI" (there are many other candidates, so I need to have a program variable). In t...
- Wed Jan 21, 2009 11:28 am
- Forum: Programming
- Topic: Specifying series extensions in model solution
- Replies: 2
- Views: 4397
- Wed Jan 21, 2009 7:47 am
- Forum: Programming
- Topic: Specifying series extensions in model solution
- Replies: 2
- Views: 4397
Specifying series extensions in model solution
Hi, I cannot find the command line to specify series extensions in model solution. For example, suppose I have a model model macroecon macroecon.append C=10000+0.3*y macroecon.solve 'End of the model By default, Eviews will have the baseline solution stored into the series C_0. Suppose I want to hav...
- Wed Jan 07, 2009 9:33 am
- Forum: Data Manipulation
- Topic: Command line for importing data in rows
- Replies: 2
- Views: 6804
Re: Command line for importing data in rows, Eviews
Hi, it works. You are great.
Just to help future readers to this forum:
To import "my.csv" with data series in rows, series name in the first column, data file layout rectangular, with 3000 data series, the command line to use is
read(t,rect, name, label=1) my.csv 3000
Thanks a lot!
Just to help future readers to this forum:
To import "my.csv" with data series in rows, series name in the first column, data file layout rectangular, with 3000 data series, the command line to use is
read(t,rect, name, label=1) my.csv 3000
Thanks a lot!
- Tue Jan 06, 2009 8:47 pm
- Forum: Data Manipulation
- Topic: Command line for importing data in rows
- Replies: 2
- Views: 6804
Command line for importing data in rows
Hi, suppose I have an ASCII file with data in rows, what is the command line to import the data series row by row? I know how to do this manually, but I am writing a program to import the data. An imaginery ASCII data set would look like this: GDP, 1, 3, 5, 7, 9 CONS, 0.5,2,3,5,7 M1,2,3,4,5,6 Thanks!
