|
>Hello, everybody! > >I would like to know how to change variables &1, &2, etc. in the message QRX1905 (End of Report) before actually running a query. The idea is to >print some selection parameters using this message, since I don't know of >any way to print that in the heading page of the query. My idea is to create <snip> >Humberto Almodóvar Humberto you can do this several ways, one that springs to mind is to use something like OVRPRTF FILE(QPQUPRFIL) PRTTXT('Select parms here') before you run the query. Havn't tried this so cannot vouch if it works ok.. Alternatively, you can as suggested change the message text ID. Best way to do this is not to change the actual system message but use an override instead: CRTMSGF MSGF(QTEMP/QQRYMSG ) ADDMSGD MSGID(QRX1905) MSGF(QTEMP/QQRYMSG) MSG('Select parms here') OVRMSGF MSGF(QQRYMSG ) TOMSGF(QTEMP/QQRYMSG ) now run query again, havn't tried this so cannot vouch if it works ok.. HTH Mike ########################################### This message has been scanned by F-Secure Anti-Virus for Microsoft Exchange. For more information, connect to http://www.F-Secure.com/ This communication and the information it contains: - (a) Is intended for the person(s) or organisation(s) named above and for no other person(s) or organisation(s). Access to this mail by anyone else is unauthorised. (b) Is confidential, and may be legally privileged or otherwise protected in law. Unauthorised use, circulation, copying or disclosure of any part of this communication may be unlawful. (c) May be susceptible to interference, and should not be assumed that it has come in its original form and/or from the stated sender or PinkRoccade UK accepts no responsibility for information, errors or omissions in this e-mail or use or misuse thereof or any act done or omitted to be done in connection with this communication. If you are not the intended recipient, please inform postmaster@xxxxxxxxxxxxxxxxx immediately and delete it and all copies from your system.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.