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