DB2 graphic  QMF Version 8

Exporting QMF objects into TSO

To export a QMF object from temporary storage to a TSO data set, enter:

EXPORT objecttype TO dataset

For example, to export a query from temporary storage to a data set that is named REPORTX, enter:

EXPORT QUERY TO REPORTX

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

EXPORT objecttype objectname TO dataset

For example, to export a query that is named MYREP4Q in the database to a data set that is named RPT4Q, enter:

EXPORT QUERY MYREP4Q TO RPT4Q

You can use either a fully qualified or partially qualified name in TSO.

For more information on using TSO data set names with the EXPORT command, see the 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