Get List Entries (QGYGTLE)

From MidrangeWiki
Revision as of 18:11, 6 December 2018 by DaveLClarkI (talk | contribs) (Created page with "Category:API Category:RPG_Prototypes == Summary == The following is an RPG/LE fully free-form prototype for the IBM QGYGTLE API to get entries from an open list. ==...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Summary

The following is an RPG/LE fully free-form prototype for the IBM QGYGTLE API to get entries from an open list.

Prototype for the QGYGTLE API

//******************************************************************************
// IBM API to Retrieve a Pointer to a User Space
// https://www.ibm.com/support/knowledgecenter/en/ssw_ibm_i_72/apis/qusptrus.htm
//******************************************************************************
dcl-pr IBMAPI_RtvPtrUsrSpace      extpgm('QUSPTRUS');
  UsrSpcName            char(20)  const;
  UsrSpcPtr             pointer;
// optional parm group
  UsrSpcErrC            likeds(ApiErrC)     options(*nopass:*varsize);
end-pr;

References