Chuck Arney wrote >Did your dynamic LPA replace a module that was already established as the >PC >routine? The book says you can't do that, as the PC linkage tables are >not >updated by the dynamic LPA service. If you are replacing a module >defined as >a PC you would have to remove the PC and redefine it with the >new module >address.
I was not replacing an existing PC Routine. I dynamically added a new module to LPA Then I dynamically deleted It (to be sure I could remove it) And then dynamically Added it Again to LPA After that I started My Address Space, and it issues a CSVQUERY to obtain the Address Of this Dynamicly Added LPA Module. I used the address as input to the ETDEF SET macro. ---------- Original Message ---------- From: Chuck Arney <[email protected]> To: [email protected] Subject: Re: Dynamic LPA Services Date: Sun, 7 Jul 2013 15:31:23 -0500 Did your dynamic LPA replace a module that was already established as the PC routine? The book says you can't do that, as the PC linkage tables are not updated by the dynamic LPA service. If you are replacing a module defined as a PC you would have to remove the PC and redefine it with the new module address. Chuck Arney Arney Computer Systems -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of [email protected] Sent: Sunday, July 07, 2013 3:08 PM To: [email protected] Subject: Re: Dynamic LPA Services Chuck Areny "It should work just fine Paul" Well I tend to agree, I seem to get the old 0D6-22 Abend when I try To PC to the routine. I first thought PC number was incorrect however I listed my PC Numbers and respective PC number is correct. Thats why I posted this question. Thanks For the Response, I will recheck the code. Paul D'Angelo ---------- Original Message ---------- From: Chuck Arney <[email protected]> To: [email protected] Subject: Re: Dynamic LPA Services Date: Sun, 7 Jul 2013 14:12:34 -0500 It should work just fine Paul. Chuck Arney Arney Computer Systems -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of [email protected] Sent: Sunday, July 07, 2013 12:31 PM To: [email protected] Subject: Dynamic LPA Services i have been woking with the Dynamic LPA services of z/OS (CSVDYLPA). Im abel to add, delete, and invoke modules that were dynamically added to "LPA" using CSYDYLPA and CSVQUERY. However after re-reading the description of CSVDYLPA, its not really LPA, its more Common storage. So my question is - Should I be able to invoke a Dynamically Added Module as a Non Space Switching PC Routine. ---------------------------------------------------------------------- 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
