Using QMF

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


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