Search found 11 matches
- Tue Oct 25, 2011 9:35 am
- Forum: Programming
- Topic: Using strings when including or loading files
- Replies: 2
- Views: 2434
Re: Using strings when including or loading files
Thanks Gareth, I should have known that. You actually told me about the order of execution in a previous question. The thing that was throwing me off was that it was working in the smaller included files when I ran them independent of the larger file - I'm still not quite sure why that is. -Thanks, ...
- Tue Oct 25, 2011 9:08 am
- Forum: Programming
- Topic: Using strings when including or loading files
- Replies: 2
- Views: 2434
Using strings when including or loading files
Working with Eviews 6 I'm running a fairly long program that is made up of a lot of smaller programs that are included in the original program file (using the include command). I have to run this program fairly frequently, either monthly or quarterly and I have to save the runs in separate files to ...
- Tue Apr 19, 2011 2:18 pm
- Forum: Programming
- Topic: File Paths and Include
- Replies: 2
- Views: 3137
Re: File Paths and Include
Thanks. Hopefully I'll be getting Eviews 7 soon.
- Tue Apr 19, 2011 9:49 am
- Forum: Programming
- Topic: File Paths and Include
- Replies: 2
- Views: 3137
File Paths and Include
Working with Eviews 6 (July 2010 build). A bit of setup: I'm working with a group where we're all going to be working on individual parts of a program and then including the programs in a larger program. Each program that we'll be working on individually consists of 3 individual programs that run in...
- Tue Mar 29, 2011 12:47 pm
- Forum: Programming
- Topic: Deleting NAs from a table
- Replies: 3
- Views: 2669
Re: Deleting NAs from a table
Thanks very much. I had to make a slight adjustment to get it to work properly. I took out the !i's out of the val(!i,!j) and the deleterow(!i) and replace them with the first row, otherwise it would skip a line as it was going through the for-loop. for !i=1 to @obssmpl !test=@val({%chg_tab}(1,2)) i...
- Tue Mar 29, 2011 11:54 am
- Forum: Programming
- Topic: Another Question on Spools
- Replies: 2
- Views: 2443
Re: Another Question on Spools
It Worked! Thanks.
- Tue Mar 29, 2011 11:32 am
- Forum: Programming
- Topic: Deleting NAs from a table
- Replies: 3
- Views: 2669
Deleting NAs from a table
Using Eviews 6 with the July 2010 build. I'm trying to run a loop to get rid of the NAs in a table, but the rows with the NAs aren't being deleted. The program runs, but nothing happens. The problem is in the second if loop where it doesn't recognize that the observations from 1975:1 to 1990:1 for {...
- Tue Mar 29, 2011 11:25 am
- Forum: Programming
- Topic: Another Question on Spools
- Replies: 2
- Views: 2443
Another Question on Spools
Using Eviews 6 with July 2010 build. I'm trying to append forecast output to a spool using objects and the program is giving me an error message: {%A}EQ is not defined in "DO_RETAILNSPOOL.APPEND "{A}EQ.FORECAST(G) {%A}F" I know that this procedure will work if I have the names of the ...
- Fri Mar 25, 2011 11:58 am
- Forum: Programming
- Topic: 2 questions on spools
- Replies: 4
- Views: 4654
Re: 2 questions on spools
Thanks for the clarification Gareth. Now that the basic version is running, I'm trying to rewrite the program using program arguments so that it can be repeated for a number of different variables. But it then runs into problems when trying to run the operations with arguments when they're inside th...
- Fri Mar 18, 2011 12:26 pm
- Forum: Programming
- Topic: 2 questions on spools
- Replies: 4
- Views: 4654
Re: 2 questions on spools
Great! It worked. Thanks very much for that.
Do you know why it would require quotes in those cases whereas not in others? In other words, is there a general rule for putting in quotes?
-Thanks
Do you know why it would require quotes in those cases whereas not in others? In other words, is there a general rule for putting in quotes?
-Thanks
- Fri Mar 18, 2011 12:00 pm
- Forum: Programming
- Topic: 2 questions on spools
- Replies: 4
- Views: 4654
2 questions on spools
Hi Eviews Forum, I'm working with Eviews 6 with the July 2010 patch. I'm a programming novice, so the program below may be more elaborate than it needs to be, so please let me know if there are ways to simplify it. I'm having two issues trying to run a simple program that runs some tests and then ap...
