I have downloaded the TED database "All data flat file - Adjusted version" from https://www.conference-board.org/data/e ... m?id=27762.
But when opening this file
Code: Select all
wfopen "..\TED\TED_adjusted.txt" when trying to structure the workfile using the command
Code: Select all
pagestruct(bal=m) indicator_short country @date(year)
how do I change the name of the country in the alpha series so that the name is valid?Series specified for unstacking does not have valid values for forming series names in "PAGEUNSTACK SUPERID YEAR @ VALUE".
i tried something like
but then i get the error message:country=@replace(country,"C“te d'Ivoire","C_te_d_Ivoire")
I believe the problem arises because C“te d'Ivoire has “ in the nameUnmatched quotes in "GENR COUNTRY=@REPLACE(COUNTRY,"C“TE D"...
Thomas
