> -----Original Message----- > From: IBM Mainframe Discussion List > [mailto:[EMAIL PROTECTED] On Behalf Of Support, DUNNIT > SYSTEMS LTD. > Sent: Thursday, February 07, 2008 1:50 PM > To: [email protected] > Subject: Re: WLM for toddlers > > > It's me, the guy who started this thread. I'm not actually > sure I got an aswer > to my original question. Maybe this will help. > > We have a customer who says they have a: > > "compiled/linked COBOL load module invoked from a DB2 sp that > runs in the > WLM address space." > > That's what I need to understand. Does the COBOL module > actually run within > the WLM address space? Or does it run in a separate started > task and such > started tasks are what the SPs run within? Or can it be both > and, if so, what > determines where the COBOL module runs? > > TIA, > Jerry
AH! What happens is that the DB2 stored procedure will run in a separate address space which is managed by WLM. That is, the address space will be dynamically started and stopped as needed. Somewhat like WLM managed JES2 initiators. Or maybe the UNIX BPXAS address spaces which are started by the UNIX fork() function. -- John McKown Senior Systems Programmer HealthMarkets Keeping the Promise of Affordable Coverage Administrative Services Group Information Technology The information contained in this e-mail message may be privileged and/or confidential. It is for intended addressee(s) only. If you are not the intended recipient, you are hereby notified that any disclosure, reproduction, distribution or other use of this communication is strictly prohibited and could, in certain circumstances, be a criminal offense. If you have received this e-mail in error, please notify the sender by reply and delete this message without copying or disclosing it. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

