Search found 8 matches
- Fri May 22, 2015 12:46 pm
- Forum: Programming
- Topic: Change values for certain dates of series in a group
- Replies: 3
- Views: 6289
Re: Change values for certain dates of series in a group
Many things, it looks like this did the trick.
- Thu May 21, 2015 3:28 pm
- Forum: Programming
- Topic: Change values for certain dates of series in a group
- Replies: 3
- Views: 6289
Change values for certain dates of series in a group
Hello I am using Eviews 8.1. I have several groups, each of which contains about 20 time series per country. The last date for which these series have values varies (let's assume that the most recent data for any of the series in the first group is 2015m04). For series that do not have values for th...
- Fri Aug 22, 2014 8:39 am
- Forum: Programming
- Topic: Setting the smpl in pagesave command
- Replies: 2
- Views: 2220
Re: Setting the smpl in pagesave command
Thanks - -this worked.
%end = @datestr(@now)
%a = "output"+@datestr(@now, "yyyymmdd")+".csv"
%start = @datestr(@dateadd(@dateval(%end),-24,"mm"))
pagesave %a @keep *real_avg @smpl %start %end
%end = @datestr(@now)
%a = "output"+@datestr(@now, "yyyymmdd")+".csv"
%start = @datestr(@dateadd(@dateval(%end),-24,"mm"))
pagesave %a @keep *real_avg @smpl %start %end
- Thu Aug 21, 2014 3:55 pm
- Forum: Programming
- Topic: Setting the smpl in pagesave command
- Replies: 2
- Views: 2220
Setting the smpl in pagesave command
Hello I am trying to use the command pagesave to save output for a selected range of a workfile. I also need to assign the name of the output file dynamically. The below seems to work in terms of naming the output file, but it does not seem to work if I use %end in the smpl statement (it does work i...
- Tue Aug 19, 2014 11:00 am
- Forum: Programming
- Topic: Change certain characters of a series name within a loop
- Replies: 2
- Views: 2533
Re: Change certain characters of a series name within a loop
lurched through it but got it, thanks.
- Tue Aug 19, 2014 6:18 am
- Forum: Programming
- Topic: Change certain characters of a series name within a loop
- Replies: 2
- Views: 2533
Change certain characters of a series name within a loop
Hello I have a set of tickers that are constructed from a country code, a category identifier, and several "markers" that indicate various operations that should be performed on the ticker (seasonally adjust, frequency conversion, etc.). A typical ticker is thus aud_emp_0_1_0_0 Here I perf...
- Fri Aug 15, 2014 6:43 am
- Forum: Programming
- Topic: Testing for the existence of series in a loop
- Replies: 1
- Views: 2106
Testing for the existence of series in a loop
Hello I have another simple question that will hopefully shed more light on Eviews programming... I have a list of countries with many time series variables, and I would like to make a new time series by taking the ratio of two of these series. The underlying two series do not exist for some countri...
- Wed Aug 13, 2014 9:12 am
- Forum: Programming
- Topic: Import lists of tickers from excel as strings
- Replies: 1
- Views: 1995
Import lists of tickers from excel as strings
Hello I am relatively new to Eviews (using Eviews 8) and had a really basic question about importing data. I have an excel spreadsheet (x5.xlsx) in which I have several hundred Haver tickers, plus several fields that contain additional information on the Haver data (one field is the Haver database f...
