I am using the lab define command to establish labels for nearly 600 values. To make my do file easier to read I was using something like
lab define parl_const
001 " Angus " ///
002 " Ayr " ///
003 " Banff and Buchan " ///
004 " Carrick Cumnock and Doon Valley " ///
005 " Central Fife " ///
006 " Clydebank and Milngavie " ///
I copy pasted from Excel, so I wouldn't have to do all by hand. But I get the same error over and over again: is not a valid command name
r(199);
What am I doing wrong?
Thanks!!!
lab define parl_const
001 " Angus " ///
002 " Ayr " ///
003 " Banff and Buchan " ///
004 " Carrick Cumnock and Doon Valley " ///
005 " Central Fife " ///
006 " Clydebank and Milngavie " ///
I copy pasted from Excel, so I wouldn't have to do all by hand. But I get the same error over and over again: is not a valid command name
r(199);
What am I doing wrong?
Thanks!!!
Comment