DB2 graphic  QMF Version 8

Importing QMF objects from CICS

To import a QMF object in a CICS data queue to temporary storage, enter:

IMPORT objecttype FROM queuename (queuetype=TS/TD

For example, to import a query in a data queue that is named REPORTX, with a queue type of TS, to temporary storage, enter:

IMPORT QUERY FROM REPORTX

To import a QMF object from a data queue to the database, enter:

IMPORT objecttype objectname FROM dataqueue (queuetype=TS/TD

For example, to import a query that is named MYREP4Q from a data queue that is named RPT4Q, and a queue type of TS, to the database, enter:

IMPORT QUERY MYREP4Q FROM RPT4Q

For more information on the EXPORT command and the IMPORT command, see DB2 QMF Reference.


Go to the previous page Go to the next page

Downloads | Library | Support | Support Policy | Terms of use | Feedback
Copyright IBM Corporation 1982,2004 Copyright IBM Corporation 1982, 2004
timestamp Last updated: March, 2004