Examples

  1. To display a prompt panel for the QMF IMPORT command:
      IMPORT ?
  2. If your TSO prefix is JULIA, and you want copy a member of your partitioned data set 'JULIA.LOREN.QUERY(GAMMA)' into the database, and give it the name FIRSTQ:
      IMPORT QUERY FIRSTQ FROM LOREN (MEMBER=GAMMA
  3. To add data (NEW.ROWS) to a table (MYTABLE):
      IMPORT TABLE MYTABLE FROM NEW.ROWS A (ACTION=APPEND
  4. To import a table to a remote database server (VENICE), first connect to that location:
      CONNECT TO VENICE
    then import the table:
      IMPORT TABLE LARA.STATSTAB FROM YOURDATA
  5. If your current location is a DB2 for OS/390 server, and you wish to copy the data set ('G7.STATS.TABLE') from the system where QMF is executing to an existing table (OKAMOTO.STATUS) at a remote database location (TOKYO):
      IMPORT TABLE TOKYO.OKAMOTO.STATUS FROM 'G7.STATS.TABLE'
  6. QMF Administrator (QMFADM) importing a form for another user (JEAN):
      SAVE FORM JEAN.REPORT12 (COMMENT=(12 MONTH FORMAT)
[ Previous Page | Next Page | Contents | Index ]