Get the length of the AGE column.
   call send(datid, '_getColumnAttribute',
             'age', 'length', nvalue);
   put 'The length of the AGE column=' nvalue;
return;