Get the type of the SEX column.
   call send(datid, '_getColumnAttribute',
            'sex', 'type', cvalue);
   put 'The type of the SEX column=' cvalue;