Search found 5 matches
- Tue Aug 20, 2013 11:58 pm
- Forum: Programming
- Topic: Crash on printing table to csv format
- Replies: 3
- Views: 2769
Re: Crash on printing table to csv format
I am using eviews7 for windows. i dont know the build date. i spent some time and found the following issues that i fixed in the program: 1)If i pass more than 12 arguments to a subroutine, the program crash's - no message in the error log window 2)to circumvent that problem, i'm storing the extra v...
- Mon Aug 19, 2013 12:21 am
- Forum: Programming
- Topic: Crash on printing table to csv format
- Replies: 3
- Views: 2769
Crash on printing table to csv format
hello, I tried to search the archives for a similar topic but did not find one - so apologies if this has already been answered. I am trying to print out results of some calculations to a csv file. I have created a table with 2 rows, and 36 columns. and after i populate the table with the relevant v...
- Sun Sep 16, 2012 5:41 pm
- Forum: Estimation
- Topic: Near Singular Matrix
- Replies: 3
- Views: 6531
Near Singular Matrix error
Hi Gareth, I have a data set of about 500 text files that are forecast numbers for various products. (one file is one product) I have written an eviews program that opens each of these files, runs approximately 24 regressions on each file and prints out the results for these products in a single fil...
- Thu Aug 30, 2012 8:46 am
- Forum: Programming
- Topic: Excel File Output Question
- Replies: 5
- Views: 3850
Re: Excel File Output Question
hi gareth thanks for the quick response. can you double check this logic for the code snippet below? Basically after i run the program, i want to see in the file equation_1.csv, the results for all the data sets for each file. however i see only the results for the last file. since i'm using the out...
- Thu Aug 30, 2012 1:04 am
- Forum: Programming
- Topic: Excel File Output Question
- Replies: 5
- Views: 3850
Re: Excel File Output Question
I have a similar question: I am running a 25 different regressions on 50 products. The 50 products data are stored in 50 different xls files. I want to know if i can open an xls file and append results to that file using the output command. As per the documentation the output(v) command should appen...
