Page 1 of 1

Fetching from FAME database without path reference

Posted: Thu Oct 12, 2017 2:01 pm
by mhughes
I am attempting to fetch from a FAME database object, in doing so, all variables are being renamed with the path of the database
example code:

dbopen "C:\path.....\database.db"

fetch namelist

the series in the namelist are named a1234 b3579 c6895 etc... Eviews fetches the series in the namelist as a group, which is what I want, but renames all the series to C:\path...\database::a1234, C:\path...\database::b3579, C:\path...\database::c6895. This behavior does not occur on co-workers computers when running the same code. How can I get just the series names?

Re: Fetching from FAME database without path reference

Posted: Thu Oct 12, 2017 2:58 pm
by EViews Jason
I am not sure on what you mean by it renames the series to c:\path\...\database::a1234. Where does the series appear as c:\path\..\database::a1234?

Re: Fetching from FAME database without path reference

Posted: Mon Oct 16, 2017 12:57 pm
by mhughes
it fetches namelist a group object, containing all the series. Within that group, the series are prepended with the path reference. Later I need to fetch the series as individual series objects, and also other series that have the same naming convention via a loop, (eg. for a series abc_123, i would need to get abc_123_weight and abc_123_tax_adjusted) the path suffix prevents this, as the fetch command is now looking for c:\path\...\database::abc_123_weight.

Is that clearer?

Re: Fetching from FAME database without path reference

Posted: Tue Oct 17, 2017 2:34 pm
by EViews Jason
Yes that does make sense. Can you send an example FAME database file containing the namelist object to support@eviews.com?

Re: Fetching from FAME database without path reference

Posted: Mon Oct 23, 2017 6:36 am
by mhughes
Have you had a chance to look at the files I sent?

Re: Fetching from FAME database without path reference

Posted: Mon Oct 23, 2017 10:01 am
by EViews Jason
Sorry but the email was never received. Please send again but also cc jason@eviews.com