DB2 graphic QMF Version 8

Invoking a program from a QMF procedure with logic under ISPF

If you are running QMF under ISPF, you must use the ISPF SELECT service to call your callable interface program or REXX programs from a procedure with logic. You must use the PGM keyword to tell ISPF that you are running your callable interface program as an ISPF dialog function. The syntax for this command is as follows:

ADDRESS ISPEXEC "SELECT PGM(programname)"

For REXX programs, use the CMD keyword to tell ISPF that you are running your program as an ISPF dialog function. The syntax for this command is:

ADDRESS ISPEXEC "SELECT CMD(cmdname)"

or

ADDRESS ISPEXEC "SELECT CMD(cmdname parameters)"

cmdname is the name of your callable interface or REXX program.


Go to the previous page Go to the next page

Downloads | Library | Support | Support Policy | Terms of use | Feedback
Copyright IBM Corporation 1982,2004 Copyright IBM Corporation 1982, 2004
timestamp Last updated: March, 2004