Difference between revisions of "Delete User Space (QUSDLTUS)"
From MidrangeWiki
DaveLClarkI (talk | contribs) m (DaveLClarkI moved page QUSDLTUS — Delete User Space to Delete User Space (QUSDLTUS): Better Indexing (too many Q's)) |
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 20:41, 6 December 2018
Summary
The following is an RPG/LE fully free-form prototype for the IBM QUSDLTUS API to delete a user space.
Prototype for the QUSDLTUS API
//****************************************************************************** // IBM API to Delete a User Space // https://www.ibm.com/support/knowledgecenter/en/ssw_ibm_i_72/apis/qusdltus.htm //****************************************************************************** dcl-pr IBMAPI_DeleteUserSpace extpgm('QUSDLTUS'); UsrSpcName char(20) const; UsrSpcErrC likeds(ApiErrC) options(*varsize); end-pr;