Object Reference : Object View and Procedure Reference : Sym
  
 
setcollabels
Set the column labels in a sym object.
Syntax
sym_name.setcollabels label1 label2 label3....
Follow the setcollabels command with a space delimited list of column labels. Note that each column label should not contain spaces unless it is enclosed in quotes. If you provide fewer labels than there are columns, EViews will keep the corresponding default column names (“C11”, “C12”, etc...).
Examples
sym1.setcollabels USA UK FRANCE
sets the column label for the first column in symmetric matrix SYM1 to USA, the second to UK, and the third to FRANCE.
Cross-references
See also Sym::setrowlabels.