|
Be aware the "*ENTRY" you see in an OPM RPG symbol table entry is for the operand-list named *ENTRY, not for the program's external entry-point. An OPM RPG program that begins: C *ENTRY PLIST C PARM STUFF will generate this MI code: DCL OL *ENTRY (STUFF.P) PARM EXT MIN(0); ENTRY .whatever (*ENTRY) EXT; If you obtain the ODT number of an operand-list named "*ENTY" by finding " *ENTRY" in an OPM RPG symbol table, unfortunately there still is no way to find the ODT number of a corresponding entry-point that uses this *ENTRY operand-list, other than searching the entire ODT array for entry-point entries and comparing the operand-list ODT number inside the body of each entry-point entry for a match with your *ENTRY number.
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.