# File lib/rongo.rb, line 104
  def data (x)
    if File.exist?(x)
      @@datafilename = x
      print "data file name set to ", @@datafilename, "\n"
    else
      senerror "data command requested non-existing file #{x}"
    end
  end