Using QMF
In QMF, this example creates and inserts a report into a document with
XEDIT.
- 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.
- Position your document to insert the report after the current line.
- 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.
- 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 ]