Using QMF

Exporting QMF objects into CICS

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

EXPORT objecttype TO queuename (queuetype=TS/TD

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

EXPORT QUERY TO REPORTX

To export a QMF object in the database to a data queue, enter:

EXPORT objecttype objectname TO dataqueue (queuetype=TS/TD

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

EXPORT QUERY MYREP4Q TO RPT4Q


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