- To display a prompt panel for the QMF IMPORT command:
IMPORT ?
- To copy a CMS file called REPORT7 QUERY A into the database and give it
the name FIRSTQ:
IMPORT QUERY FIRSTQ FROM REPORT7
- 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 JEAN.STATSTAB FROM YOURFILE
- If your current location is a DB2 for OS/390 server, and you wish to copy
a file (STATS TABLE G) 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 STATS TABLE G
- QMF Administrator (QMFADM) importing a form for another user (JEAN):
SAVE FORM JEAN.REPORT12 (COMMENT=(12 MONTH FORMAT)
[