Search found 8 matches

by patrice
Wed Jan 13, 2021 8:36 am
Forum: Programming
Topic: Using R - unexpected end of input in
Replies: 2
Views: 4668

Re: Using R - unexpected end of input in

Thanks a lot for your quick reply
by patrice
Mon Jan 11, 2021 8:40 am
Forum: Programming
Topic: Using R - unexpected end of input in
Replies: 2
Views: 4668

Using R - unexpected end of input in

Hello, I have an error using this R code from Eviews 11. If I put all the if code under one line, there is no issue (the code below also works in R Studio of course). There is also this kind of error using for loop in multiple lines. xopen(type=r) xon a<-10 if (a==10) { cat('\nYes') } else { cat('\n...
by patrice
Wed Nov 04, 2015 8:41 am
Forum: Programming
Topic: Get Link property with command line
Replies: 1
Views: 2499

Get Link property with command line

Hello, Using EViews 8.1, I have a Annual page with links to Quarterly page. These links are define as: link {%series}.linkto(c=last) QPAGE\{%series} or link {%series}.linkto(c=mean) QPAGE\{%series} Now I would like to identify in command line series that are link using mean method. My code is this f...
by patrice
Wed Mar 07, 2012 3:10 am
Forum: Programming
Topic: Illegal panel structure is nested within the previous dim...
Replies: 1
Views: 7289

Illegal panel structure is nested within the previous dim...

I have this file dimple file: data_id value dim_2101 dim_2102 dim_2103 dim_2104 4 3 1972 512 78430 78439 5 4 1973 512 78430 78439 6 5 1974 512 78430 78439 7 6 1975 512 78430 78439 8 7 1976 512 78430 78439 When I execute this command: wfopen(type=text) "c:\Src.txt" delim=space @id dim_2101 ...
by patrice
Tue Feb 28, 2012 6:46 am
Forum: Programming
Topic: Get max observations of pages and create a new one
Replies: 1
Views: 2413

Get max observations of pages and create a new one

I want to create a new page with the number of observations = max(number of observations) of 2 other pages. In this exemple, I want to create a new page with number of observations = 20 (max of 10 and 20) wfcreate(page=R) u 1 pagecreate(page=P0) u 10 series a=rnd pagecreate(page=P1) u 20 series a=rn...
by patrice
Fri Nov 19, 2010 8:05 am
Forum: Programming
Topic: EViews 7.1 COM/DCOM and windows service
Replies: 1
Views: 2635

EViews 7.1 COM/DCOM and windows service

Hello, I have try to make a windows service which use Eviews to make calculation. My code works very well, but if I launch many client at the same time (using this windows service), I have this message: ‘EViews is not licensed to allow more than one instance to run as a windows service. Please conta...
by patrice
Wed Oct 13, 2010 12:44 am
Forum: Programming
Topic: EViews 7 Automation API
Replies: 3
Views: 6118

Re: EViews 7 Automation API

Thanks for these informations. This is what I want to do: - I don't want to install EViews on each machine, juste on 1 windows server. (I can have 1 dll on each machine, it's not a problem) - my program will be deploy with ClickOnce - Each machine can use my program at the same time and use EViews f...
by patrice
Tue Oct 12, 2010 2:27 am
Forum: Programming
Topic: EViews 7 Automation API
Replies: 3
Views: 6118

EViews 7 Automation API

Hi, I have installed EViews 7 on a server (with a license manager), and we have some users who use it from PC. My question is: is-it possible to create a .net application on a PC who can use EViews features with COM using the server version ? (without install EViews on PC) I want to create an applic...

Go to advanced search