The import/export facility lets you:
The purpose of many applications is to use the data produced by a QMF query. Use the QMF EXPORT command to get data out of the database and into your application.
You can create an object outside of the QMF environment using the appropriate format for the object. When you import the file, data set, or CICS data queue containing the object into QMF, a new QMF object is created.
You cannot import reports and charts into QMF.
When you import an object as a procedure or query object, QMF brings it into the QMF environment as is; it does not insert additional records or fields into the imported file. You can import any program or file that has a record length of 79 bytes or less.
You can use the CONVERT QUERY command to convert a prompted query or QBE query to an SQL query that you can export and use in other products. For more information on the CONVERT command, see QMF Reference.
You can transfer QMF objects:
For example, in the middle of a program, you can export your data so that an external program can manipulate it.
You can create a QMF form in your presiding language, and translate it to English using the LANGUAGE= option on the EXPORT command. You can also use the LANGUAGE= option on the IMPORT and EXPORT commands to translate an English form to your presiding language.