I have a small problem with the pagecopy command. I am opening a sequence of .wk1 files using the wfopen command, then copying their contents to a workfile called comparison_1. However, all series are jumping forward one period once I apply the copy command. I have checked the series in each of the wk1 files after they had been wfopen-ed, and the lag problem does not exist at that stage--it is entirely induced when I apply the copy command.
I am using Eviews 7.1 Entrerprise, with the latest patch installed.
All the best,
Jim
Code: Select all
wfcreate comparison_1 q 1959:3 2010:4
for %for 5206A10D 5206B10D 5206C10D 5206hist 5302A10D 5302B10D 5302hist 6354A10D 562510D cap_curr cap_hst1 cap_hst2 chain MDB1210 MONEY10D nfc WCID10D
%forwk1 = %for + ".wk1"
wfopen %forwk1
copy * "comparison_1"::
%forwf1 = %for + ".wf1"
close %forwf1
next