Get the first row and display the contents of the first column.
  call send(datid, '_getRow', dsdvec, 1);
  call send(dsdvec, '_getText', 1, name );
  put name= ;