Page 1 of 1

Datastream (again)

Posted: Tue Aug 23, 2016 12:31 am
by Redwing153
Hi,
I'm using 9.5 Apr 5 2016 build.

This link between eviews and datastream I am finding particularly irksome.

Please could you tell me what I am doing wrong here?:

Code: Select all

fetch ds::ftse100(ri)
where ds is the datastream database, works just fine.

Code: Select all

frml a=ds::ftse100
also works fine, however

Code: Select all

frml a=ds::ftse100(ri)
does not..

Moreover - who can I contact about these things? should it be eviews or datastream? and who in particular - the folks at datastream deny all knowledge.

thanks.
R

Re: Datastream (again)

Posted: Tue Aug 23, 2016 6:25 am
by EViews Gareth
You'll have to use a database link rather than a formula.

This is an EViews issue

Re: Datastream (again)

Posted: Tue Aug 23, 2016 8:58 am
by Redwing153
Thanks Gareth,

could I set that up in a program or would I have to manually set the link in a pre-existing series?
(I'm trying to create a new series containing the data from that link)

thanks.

Re: Datastream (again)

Posted: Tue Aug 23, 2016 9:54 am
by EViews Gareth
Easiest way is probably:

Code: Select all

copy(link) ds::ftsel100(ri) a

Re: Datastream (again)

Posted: Wed Aug 24, 2016 12:19 am
by Redwing153
Thanks Gareth.
That's extremely useful.

R.