If the column is numeric, get the value.
      if (type='N') then do;
        call send (vecid, '_getValue',
                   column, value);
        put value=;
      end;