Using QMF

Accessing an OS/390 editor from QMF

When you are using QMF, you can create a report and insert it into a document with PS/TSO. To run this example, use the ISPF command to bridge to ISPF-PDF and define the data set where your target document is located.

From your PS/TSO session:

  1. Prepare your document to insert the new report at the correct location in the document. (ISPF-PDF discusses this procedure.).
  2. Enter the GETQMF macro:
    GETQMF ASIS USEQMF MYPROC4
    

    The GETQMF macro runs the MYPROC4 routine in QMF, and the report is inserted into your document.

  3. Save your document.

    You return to QMF at the point where you issued the ISPF BRIDGE command.

    You lose your QMF session if you use a procedure that issues an EXIT command.


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