DB2 graphic QMF Version 8

Using English commands

For most QMF commands, you must change the presiding language variable before you can run the command in English. However, in order to display a prompt panel or message in a presiding language, some English commands must run in an NLF even when the presiding language variable is not set to English.

For example, if you have an interactive application that you want to write in English and run in an NLF, you must use the MESSAGE command to send the user customized messages. In addition, you need the INTERACT command to display the message, as in the following example, which can be run in a French NLF session:

proceed_text = 'Continue...'
"RUN WEEKLY_Q"                    /* Use the English RUN command  */
"SET GLOBAL (DSQEC_NLFCMD_LANG=0" /* switch back to French        */
"MESSAGE (TEXT='"proceed_text"'"  /* message in French            */
"INTERACT"                        /* show the report with message */

The following commands work in any NLF:


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