Using QMF

Accessing a VM editor from QMF

In QMF, this example creates and inserts a report into a document with XEDIT.

  1. On the QMF command line, issue the CMS XEDIT fn ft fm command, where fn ft fm is the CMS file name of the target document.
  2. Position your document to insert the report after the current line.
  3. On the command line, enter the GETQMF macro:
    GETQMF DCF USEQMF MYPROC1
    

    The GETQMF macro runs the MYPROC1 routine in QMF. MYPROC1 creates and prints the report. The report is inserted into your document.

  4. Save the document and return to QMF.

    Your QMF session ends if you use a procedure that issues an EXIT command.


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