As far as I know deferred load in program objects is only for PSECTs which are read/write areas for RENT csects to use and addressed by r-type adcon in asm. It is also used by DLL's and that is an LE function described in the LE Programming Guide. I have always presumed this was managed entirely by LE supplied code, but there may be some hidden API you could use from the Binder or even Fetch -- I have never investigated it as for ASM code there are better solutions than deferred load if you control the program object.
On Thu, Jan 10, 2019 at 9:14 AM Binyamin Dissen <[email protected]> wrote: > It isn't obvious to me how one loads a deferred class (or which macro > instructions provide the support). Is it possible that the high-level > languages use the binder APIs to do it and there aren't any native zOS > services? > > -- > Binyamin Dissen <[email protected]> > http://www.dissensoftware.com > > Director, Dissen Software, Bar & Grill - Israel > > > Should you use the mailblocks package and expect a response from me, > you should preauthorize the dissensoftware.com domain. > > I very rarely bother responding to challenge/response systems, > especially those from irresponsible companies. > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to [email protected] with the message: INFO IBM-MAIN > ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
