DB2 graphic  QMF Version 8

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


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