RUN ?
RUN QUERY ( FORM=MARIA.REPORT3
RUN QUERY SALESQ ( &YR=1999If the same command were placed in a QMF linear procedure it would be written as:
RUN QUERY SALESQ ( &&YR=1999
SELECT * FROM JOHNSON.STATUSthe command:
RUN QUERY STATSCHK (FORM=FORMCHKretrieves the query, form, and data from the current location.
However, if the query is as follows:
SELECT * FROM BILLINGS.JOHNSON.STATUS
the command:
RUN QUERY STATSCHK (FORM=FORMCHK
retrieves the data from the BILLINGS location and the query and form from the current location.