- To display a prompt panel for the QMF IMPORT command:
IMPORT ?
- 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
- To add data (NEW.ROWS) to a table (MYTABLE):
IMPORT TABLE MYTABLE FROM NEW.ROWS A (ACTION=APPEND
- 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
- 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'
- QMF Administrator (QMFADM) importing a form for another user (JEAN):
SAVE FORM JEAN.REPORT12 (COMMENT=(12 MONTH FORMAT)
[