|
"Laskosky, Matt" wrote: > Hi All, > > I am using SQL to populate a file interactively and I would like to suppress > the message that appears as the SQL statement is executed so the user will > not be aware that the SQL is executing. The reason I desire to suppress > this message is that I believe that its display is causing some problems for > earlier versions of EPClient and I need to circumvent this problem. I am > aware that the user will experience a few moments where the system is > inhibited and that the SQL message my give some comfort to them in seeing > that a process is in progress but I am willing to forego this indulgence in > order to accomplish my goal. > > The interactive message displayed is formatted as: "Query running. 1480 > records selected, 425527 processed." > > The statement used to execute the SQL statement is: STRQMQRY > QMQRY(KIP115Q) SETVAR((FRDATE &FRDATE) (TODATE &TODATE)) > > The SQL statement is: INSERT INTO QTEMP/HSF001W SELECT * FROM HSF001N2 WHERE > HSDATE > &FRDATE AND HSDATE < &TODATE > > Any help is greatly appreciated. > > Thanks. > Matt Laskosky > Dynamic Information Services Corporation > DynamicISC@Hotmail.com <mailto:DynamicISC@Hotmail.com> > Matt, To avoid those status messages you must change the job. there is a paramtere that will control status messages (don't know which). Command is CHGJOB. the original value of that parameter can be retrieved with RTVJOBA. Regards, Carel Teijgeler. +--- | This is the RPG/400 Mailing List! | To submit a new message, send your mail to RPG400-L@midrange.com. | To subscribe to this list send email to RPG400-L-SUB@midrange.com. | To unsubscribe from this list send email to RPG400-L-UNSUB@midrange.com. | Questions should be directed to the list owner/operator: david@midrange.com +---
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.