|
Here is an ILE way to get another job's stack on level 40. Place the target job under service using STRSRVJOB, then call 'matServicedJobsStack' procedure in Q5BSTACK service program. Pass one parameter, a pointer by value to a standard MI receiver structure. The receiver structure will get a MATINVS of the target job. Then you can walk that stack, etc. Looks like Q5BSTACK is an API in user domain with public *USE authority, and runs under adopted authority of QSYS profile, which has *JOBCTL special authority. Here's an RPGLE example. * CRTRPGMOD MODULE(____) * CRTPGM PGM(____) MODULE(____) BNDSRVPGM(QSYS/Q5BSTACK) D MATINVS PR extproc( 'matServicedJobsStack' ) D * value D Receiver DS 8192 D 10I 0 inz( %size( Receiver )) C callp MATINVS( %addr( Receiver )) +--- | This is the MI Programmers Mailing List! | To submit a new message, send your mail to MI400@midrange.com. | To subscribe to this list send email to MI400-SUB@midrange.com. | To unsubscribe from this list send email to MI400-UNSUB@midrange.com. | Questions should be directed to the list owner/operator: dr2@cssas400.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.