If the column is character, get the text.
      if (type='C') then do;
         call send (vecid, '_getText',
                     column, text);
         put text=;
      end;
   end;