|
Dimitri, The following works for me, I believe it was in News/400 some time ago. Tom Westdorp AS/400 Senior Programmer/Analyst IBM Certified Specialist - RPG IV Programmer IBM Certified Specialist - RPG IV Developer Certified Master RPG IV Programmer Voice: (702) 221-6859 Fax: (702) 221-6881 tom.westdorp@stationcasinos.com <mailto:tom.westdorp@stationcasinos.com> ==> The trouble with hitting the jackpot on a slot machine is that it takes so long to put the money back. ---------------------------------------------------------------------------- --------------- * System API error code D Qusec DS D QusBPrv 1 4B 0 D QusBAvl 5 8B 0 D Qusei 9 15 D Quserved 16 16 * Type definition for the RCVM0200 format D RCVM0200 DS 120 D Program 111 120 *Program message parameters D Pm_MsgId S 7 Inz(*Blanks) D Pm_MsgF S 20 Inz(*Blanks) D Pm_MsgDta S 12 Inz('Who are you') D Pm_Length S 9B 0 D Pm_MType S 10 Inz('*INFO') D Pm_MKey S 4 Inz(*Blanks) D Pm_CSEntry S 10 Inz('*') D Pm_Counter S 9B 0 Inz(4) D Pm_Format S 8 Inz('RCVM0200') D Pm_Wait S 9B 0 Inz(0) D Pm_Action S 10 Inz('*REMOVE') C *Entry Plist C Parm Caller 10 * Set error code structure not to use exceptions C Z-add 16 QusBPrv * Set length of message data C Z-add 12 Pm_Length * Send program message C Call 'QMHSNDPM' C Parm Pm_MsgId C Parm Pm_MsgF C Parm Pm_MsgDta C Parm Pm_Length C Parm Pm_MType C Parm Pm_CSEntry C Parm Pm_Counter C Parm Pm_MKey C Parm Qusec * Check for errors C If QusBAvl > 0 C ExSR *PSSR C EndIF * Clear return data astructure C Clear RCVM0200 * Set Length of message information C Z-add 120 Pm_Length * Recieve program message C Call 'QMHRCVPM' C Parm RCVM0200 C Parm Pm_Length C Parm Pm_Format C Parm Pm_CSEntry C Parm Pm_Counter C Parm Pm_MType C Parm Pm_MKey C Parm Pm_Wait C Parm Pm_Action C Parm Qusec * Check for errors C If QusBAvl > 0 C ExSR *PSSR C EndIF C Move Program Caller C Return C *PSSR BegSR C Return C EndSR ---------------------------------------------------------------------------- --------------- -----Original Message----- From: Dimitri Efimov [mailto:defimov@wiese.com.pe] Sent: Tuesday, May 29, 2001 8:17 AM To: MIDRANGE-L@midrange.com Subject: Name of the caller in RPG400 Is possible to get the name of the caller PGM in RPGLE program? Anybody can provide with example? Dmitri Efimov Banco Wiese Sudameris +--- | This is the Midrange System Mailing List! | To submit a new message, send your mail to MIDRANGE-L@midrange.com. | To subscribe to this list send email to MIDRANGE-L-SUB@midrange.com. | To unsubscribe from this list send email to MIDRANGE-L-UNSUB@midrange.com. | Questions should be directed to the list owner/operator: david@midrange.com +--- +--- | This is the Midrange System Mailing List! | To submit a new message, send your mail to MIDRANGE-L@midrange.com. | To subscribe to this list send email to MIDRANGE-L-SUB@midrange.com. | To unsubscribe from this list send email to MIDRANGE-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.