Use of the invocation procedure

In the current release, if you start QMF with a value for the DSQSRUN program parameter, the specified invocation procedure is run at the initial location (the first server). If you change locations during the QMF session, the invocation procedure is not rerun. Instead, the following QMF session, the invocation procedure is not rerun. Instead, the following message is displayed on the Home Panel:

"Your invocation procedure was not rerun due to location differences "

This remains until:

Q.VPROFILE

In previous releases, Q.VPROFILE was created when you installed QMF into a database. This view is no longer created during QMF installation. If you are |migrating to QMF Version 7.2 from an existing release of QMF that is already installed into that database, the Q.VPROFILE view remains intact; that is, QMF does not drop it during the migration process. If you have any applications that depend on Q.VPROFILE, and you are installing QMF Version 7.2 into a new database, you must create Q.VPROFILE or use your own view in the application. If you need to use Q.VPROFILE, use the following statement to create it:

CREATE VIEW Q.VPROFILE AS SELECT *FROM Q.PROFILES WHERE CREATOR = 'SYSTEM'

[ Previous Page | Next Page | Contents | Index ]