|
I have experimented with calling the bindable API CEEMOUT, which, according to the notes section of the API documentation does the following ..."A CPF9898 message of type *INFO is used to log the message being dispatched. It is sent to the message queue of the caller of CEEMOUT. Message CPF9898 appends a period to the displayed text." I understand this to mean it should generate an entry in the job log. The following program (compiled to activation group QILE) fails to do this when called interactively. Is it coded wrong or am I misunderstanding the purpose of the API ? D QmsgString S 256 VARYING INZ('Test CEEMOUT') D QdestCode S 10I 0 INZ(2) D Qfeedback S 12 INZ(' ') C CallB 'CEEMOUT' C Parm QmsgString C Parm QdestCode C Parm Qfeedback C EVAL *INLR = *ON C RETURN ----- Original Message ----- From: Peter Connell <peterc@baycorp.co.nz> To: <RPG400-L@midrange.com> Sent: Monday, June 26, 2000 3:25 PM Subject: RE: How to best log msg from RPG/IV to job log ? > David, > In a CLP you use SNDPGMMSG. > In RPG call the equivalent API below. Look up the parameter values in > InfoSeeker under Message Handling APIs. > C Call 'QMHSNDPM' > C Parm Qmsgid > C Parm Qmsgf > C Parm Qmsgdta > C Parm Qmsgln > C Parm Qmsgtp > C Parm Qmsgq > C Parm Qmsgqn > C Parm Qmsgky > C Parm *loval Qmsger > > Cheers, Peter > > > -----Original Message----- > From: David Keck [mailto:dkeck@idt.net] > Sent: Tuesday, June 27, 2000 12:09 PM > To: RPG400-L@midrange.com > Subject: How to best log msg from RPG/IV to job log ? > > > What is the best method to get information into the job log from RPG/IV ? > > > **************************************************************************** ****************************** > Privileged / Confidential Information may be contained in this message. If you are not the addressee indicated in this message (or responsible for delivery of the message to such person), you may not copy or deliver this message to anyone. In such case, you should destroy this message, and please notify us immediately. > > Please advise immediately if you or your employer does not consent to Internet e-mail for messages of this kind. Opinions and other information expressed in this message are not given or endorsed by my firm or employer unless otherwise indicated by an authorised representative independent of this message. > +--- > | 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 > +--- > +--- | 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.