Get the values for the NAME and WEIGHT column and use the values in a PUT statement.
      call send( datid, '_getColumnText',
                'NAME', name );
      call send( datid, '_getColumnValue',
                'height', height );
      put name= height=;