Hi,
Small but important (for me) question. How would you upload a series from eViews into a database with a period in it?
Say I have these in eViews:
FHPICLXTAM_IAUS_MGME
FHPICLXTAM_IAUS_MGPE
FHPICLXTAM_IAUS_MGSY
is there any possibility to convert it to
FHPICLXTAM.IAUS_MGME
FHPICLXTAM.IAUS_MGPE
FHPICLXTAM.IAUS_MGSY
as it is uploaded into a fame database?
upload series with period
Moderators: EViews Gareth, EViews Moderator, EViews Jason, EViews Matt
-
EViews Jason
- EViews Developer
- Posts: 870
- Joined: Tue Sep 16, 2008 3:50 pm
Re: upload series with period
You can with the use of object aliasing in the database. It is a bit cumbersome if you have a lot of series but doable.
Open your FAME database
In the Fame database window, select view->object aliases. Add lines similiar to
For example,
Now if you drag your EViews series from the workfile to the Fame window or if you use the store command (see example below), the series will get renamed.
Open your FAME database
Code: Select all
dbopen(t=fame) myfamedatabaseCode: Select all
myeviewsseries = myfameseries.myfameextCode: Select all
FHPICLXTAM_IAUS_MGME=FHPICLXTAM.IAUS_MGME
FHPICLXTAM_IAUS_MGPE=FHPICLXTAM.IAUS_MGPECode: Select all
store myeviewsseriesWho is online
Users browsing this forum: No registered users and 2 guests
