Difference between revisions of "List ILE Module Information (QBNLMODI)"
From MidrangeWiki
DaveLClarkI (talk | contribs) m (DaveLClarkI moved page QBNLMODI — List ILE Module Information to List ILE Module Information (QBNLMODI): Better Indexing) |
DaveLClarkI (talk | contribs) |
||
Line 1: | Line 1: | ||
[[Category:API]] | [[Category:API]] | ||
[[Category:RPG_Prototypes]] | [[Category:RPG_Prototypes]] | ||
+ | [[Category:User_Spaces]] | ||
== Summary == | == Summary == | ||
Revision as of 21:34, 6 December 2018
Summary
The following is an RPG/LE fully free-form prototype for the IBM QBNLMODI API to list ILE module information into a user space.
Prototype for the QBNLMODI API
//****************************************************************************** // IBM API to List ILE Module Information into a User Space // https://www.ibm.com/support/knowledgecenter/en/ssw_ibm_i_72/apis/qbnlmodi.htm //****************************************************************************** dcl-pr IBMAPI_ListIleModuleInfo extpgm('QBNLMODI'); IleModSpcN char(20) const; IleModIFmt char(8) const; IleModName char(20) const; IleModErrC likeds(ApiErrC) options(*varsize); end-pr;