You pass to the binder at link time options that specify WHERE and HOW the program should be loaded and reused. These are stored in the PDS(E) directory. When the program is first requested, the loader program looks at the directory entry and reads it into the specified location and executes it. When exiting, it looks at other options to determine if it should be removed or allowed to remain in memory.
http://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.1.0/com.ibm.zos.v2r1.ieab100/pmbopts.htm On Wed, Aug 24, 2016 at 11:54 AM, Joseph Reichman <[email protected]> wrote: > Didn't know the binder loads the module into memory > > > When you say delete when the dialog with the > Binder ends ? > >> On Aug 24, 2016, at 11:48 AM, Wayne Driscoll <[email protected]> wrote: >> >> If the module isn't in memory, then use the the INTYPE=NAME, >> DDNAME=,MEMBER= options which will load the module into memory and delete >> it when complete. >> ============================================== >> Wayne Driscoll >> OMEGAMON DB2 L3 Support/Development >> wdrisco(at)us(dot)ibm(dot)com >> All opinions are mine, and do not represent >> IBM Corporation. >> ============================================== >> >> IBM Mainframe Discussion List <[email protected]> wrote on >> 08/24/2016 10:36:26 AM: >> >>> From: Joseph Reichman <[email protected]> >>> To: [email protected] >>> Date: 08/24/2016 10:36 AM >>> Subject: Re: [IBM-MAIN] ESD info using ENTRY name >>> Sent by: IBM Mainframe Discussion List <[email protected]> >>> >>> The only caveat the module has to be in memory >>> >>> Thanks >>> >>> >>> >>>> On Aug 24, 2016, at 11:02 AM, Wayne Driscoll <[email protected]> >> wrote: >>>> >>>> You need to get the EPTOKEN for the load module via the CSVQUERY >> service >>>> and then use that on the IEWBIND FUNC-NCLUDE,INTYPE=TOKEN call. This is >>>> required because IEWBIND has to read the pieces of the load module that >>>> aren't required for execution. >>>> ============================================== >>>> Wayne Driscoll >>>> OMEGAMON DB2 L3 Support/Development >>>> wdrisco(at)us(dot)ibm(dot)com >>>> All opinions are mine, and do not represent >>>> IBM Corporation. >>>> ============================================== >>>> >>>> IBM Mainframe Discussion List <[email protected]> wrote on >>>> 08/24/2016 07:18:28 AM: >>>> >>>>> From: Joseph Reichman <[email protected]> >>>>> To: [email protected] >>>>> Date: 08/24/2016 07:18 AM >>>>> Subject: [IBM-MAIN] ESD info using ENTRY name >>>>> Sent by: IBM Mainframe Discussion List <[email protected]> >>>>> >>>>> Hi >>>>> >>>>> Would anyone know if it's possible to get >>>>> ESD info for a CSECT using an entry point label >>>>> Either with IEWBIND getd or gete >>>>> >>>>> >>>>> Thanks >>>>> >>>>> ---------------------------------------------------------------------- >>>>> 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 >>> >>> ---------------------------------------------------------------------- >>> 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 > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to [email protected] with the message: INFO IBM-MAIN -- Mike A Schwab, Springfield IL USA Where do Forest Rangers go to get away from it all? ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
