I'm using Eviews 7 for modeling purposes and I've come across a problem I need some help with. I have an alpha object populated with a few million records of the form ( variable_geography_scenario ). What i'm trying to do is delimit each record into 3 separate strings. I've tried the @wdelimit command but get an error stating wdelim is not a genr or series expression function.
Code: Select all
for !x = 1 to 11619612
alpha msa_series = @wdelim(mnemonic(!x), "_", " ")
nextI'd like to delimit the existing alpha object, named "mnemonic", creating a new alpha series "msa_series" with the delimited string. Then I'd like to use the @word function to populate 3 new alpha series.
I'm clearly missing something fundamental to the behavior of alpha objects.
All of this just to unstack some data :)
I appreciate any help.
Thank you.
