Copy command alternates between working and not working.
Posted: Tue Jul 23, 2013 12:37 pm
Not really sure what's going on here: I have a program which uses the copy command to import and rename a bunch of series from a CEIC database in my registry. The first two lines of code:
This program worked fine yesterday, worked fine this morning, but when I went out to get a cup of coffee and came back to run it again:
Creating a series as equal to ceic::SR819309 works, as does the fetch command. In fact it seems like if I put all three in a program...
...they all execute. But if I comment out the 'fetch' and 'series' lines in that program, the error reappears.
I''m on EViews 7.2.
What is happening!!?? Thanks.
Code: Select all
wfcreate(wf=ceic,page=annual) a 12/01/1950 12/01/2013
copy(c=nu) ceic::SR819309 gdpSame thing when I try the copy command from the command line.SR819309 is not defined in "COPY(C=NU) CEIC::SR819309 GDP"
Creating a series as equal to ceic::SR819309 works, as does the fetch command. In fact it seems like if I put all three in a program...
Code: Select all
wfcreate(wf=ceic,page=annual) a 12/01/1950 12/01/2013
fetch(c=nu,d=ceic) SR819309
series gdp1 = ceic::SR819309
copy(c=nu) ceic::SR819309 gdpI''m on EViews 7.2.
What is happening!!?? Thanks.