Get the column attributes for SEX.
   gattr=makelist();
   gattr=setnitemc(gattr,'sex','name');
   call send(tabid,'_getColumnAttributes',
             gattr);
   call putlist(gattr,'All attributes for SEX=',0);