Search found 11 matches

by geyer
Tue Apr 28, 2015 6:04 am
Forum: Programming
Topic: rename workfile
Replies: 1
Views: 2414

rename workfile

Hi, I'd like to rename a workfile while running a programming, but I could not find a command to do so. as a work around I "wfsave" the current workfile using a new (i.e. another) name. depending on the size of the workfile this may be time consuming; but even for other reasons a simple &q...
by geyer
Tue Dec 16, 2014 4:02 am
Forum: Estimation
Topic: equation does not have estimates
Replies: 2
Views: 3078

equation does not have estimates

Hi! in case an equation does not have estimates (e.g. because a nonlinear model failed to converge), what are the "values" in eqn.@coef() ? a blank string or zero or na? I'm not interested in ways to overcome the non-convergence which lead to the non-existing estimates. I would just like t...
by geyer
Thu Nov 13, 2014 3:49 am
Forum: Programming
Topic: write coefficients/vector to specific xlsx row-column
Replies: 1
Views: 2354

write coefficients/vector to specific xlsx row-column

Hello, I'm using "pagesave" to save one or several series to a specific range (rows-columns) in Excel files. trying to use the same command to save a vector of coefficients or the coefficients directly does not work because EViews says the object I'm trying to save "is not a series&qu...
by geyer
Thu Oct 23, 2014 7:49 am
Forum: Any Other Business
Topic: windows task scheduler
Replies: 4
Views: 24383

Re: windows task scheduler

Steve: problem finally solved. it was due to a (special) permission problem with a drive EViews tried to access (no task scheduler or EViews problem). thanks again for your help, and sorry for bothering you and the community!

~~Alois
by geyer
Tue Oct 21, 2014 8:48 am
Forum: Any Other Business
Topic: windows task scheduler
Replies: 4
Views: 24383

Re: windows task scheduler

Steve:

thanks a lot for your comprehensive answer and sorry for the delay in my reply.
we've done what you suggested but the problem is not yet solved. I had planned to wait so that I could state "problem solved". however, that's not (yet) the case. I'll keep you posted.

~~Alois
by geyer
Wed Oct 15, 2014 4:01 am
Forum: Any Other Business
Topic: windows task scheduler
Replies: 4
Views: 24383

windows task scheduler

Hi! I have a simple batch file which contains the following lines: @echo off cd "C:\Eviews User Objects\Eviews Work" "C:\Program Files\EViews 8\EViews8_x64" executetask.prg exit double-click starts EViews and does the job properly. however, starting the batch file with the window...
by geyer
Tue Apr 22, 2014 11:31 am
Forum: Data Manipulation
Topic: ODBC Error HYT00
Replies: 1
Views: 2732

ODBC Error HYT00

Hello, I use the command WFOPEN(type=odbc) "CalcProd" "select * from Calc.Angebot group by whg, wug, artid having count(*) >= 300 order by artid, whg, wug" and receive the ODBC Error HYT00 (see attachment). the database is quite large (~600000 records). The error occurs only /occ...
by geyer
Sat Apr 05, 2014 3:25 am
Forum: Installation and Registration
Topic: procedure entry point RegDeleteTreeA could not be located
Replies: 2
Views: 6023

procedure entry point RegDeleteTreeA could not be located

Hello! my EViews8 installation has been updated a couple minutes ago. When starting EViews again I receive the following error message (see attached): The procedure entry point RegDeleteTreeA could not be located in the dynamic link library ADVAPI32.dll I'm running WinXP (SP3; I'll upgrade soon to a...
by geyer
Wed Mar 19, 2014 7:20 am
Forum: Programming
Topic: trap quasi-complete separation
Replies: 2
Views: 4170

Re: trap quasi-complete separation

Use @lasterrstr to get the text of the error. thanks a lot! just in case anyone is interested, here's my code (though there may be more efficient ways to get the job done): EQUATION eqHIT.LOGIT {varlist} STRING les=@LASTERRSTR IF les<>"" THEN STRING hs=@WDROP(les,"Quasi-complete sepa...
by geyer
Sun Mar 16, 2014 4:24 am
Forum: Programming
Topic: trap quasi-complete separation
Replies: 2
Views: 4170

trap quasi-complete separation

Hi! I wonder whether it is possible to trap the quasi-complete separation problem in a program which includes estimating a binary response model. In other words, before the program stops and shows the error message "Quasi-complete separation ...", I'd rather be informed about that case and...

Go to advanced search