I am getting an error message when I type the following into the command line:
Code: Select all
alpha country
country = "AU" if crossid = 1
Code: Select all
if crossid = 1I am using eViews 11 University Edition.
- any thoughts
- thanks, Shannon
Moderators: EViews Gareth, EViews Moderator
Code: Select all
alpha country
country = "AU" if crossid = 1
Code: Select all
if crossid = 1Code: Select all
@recode country = "9" if crossid = 1Code: Select all
COUNTRY=@recode(CROSSID=1,"bbb",COUNTRY)Return to “General Information and Tips and Tricks”
Users browsing this forum: No registered users and 2 guests