DB2 graphic  QMF Version 8

Importing QMF objects from TSO

To import a TSO data set into QMF temporary storage, enter:

IMPORT objecttype FROM dataset

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

IMPORT QUERY FROM REPORTX

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

IMPORT objecttype objectname FROM dataset

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

IMPORT QUERY MYREP4Q FROM 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 IMPORT 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