Using QMF

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 the QMF Reference, SC26-4716-05.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]