Difference between revisions of "UIM Close Application (QUICLOA)"
From MidrangeWiki
DaveLClarkI (talk | contribs) m (DaveLClarkI moved page QUICLOA — Close Application to UIM Close Application (QUICLOA): Better Indexing (too many Q's)) |
DaveLClarkI (talk | contribs) (→References) |
||
Line 19: | Line 19: | ||
== References == | == References == | ||
− | * [[ | + | * [[API Error Code Structure (ApiErrC)]] |
Revision as of 22:58, 13 December 2018
Summary
The following is an RPG/LE fully free-form prototype for the IBM QUICLOA API to use the UIM to close an open application.
Prototype for the QUICLOA API
//****************************************************************************** // IBM Open Application API // https://www.ibm.com/support/knowledgecenter/en/ssw_ibm_i_72/apis/quicloa.htm //****************************************************************************** dcl-pr IBMUIM_CloseApplication extpgm('QUICLOA'); CaHandle char(8) const; CaOption char(1) const; CaErrCode likeds(ApiErrC) options(*varsize); end-pr;