On Thu, 13 Mar 2014 05:47:53 -0500, John McKown <[email protected]> wrote:
>I am not aware of a standard "utility" from IBM which can add a type 4 SVC >"on the fly". Basically what you need to do is load the module into common >storage, such as with a LOAD GLOBAL=YES. Then use the SVCUPDTE macro to >modify the SVC table on the fly. I think that some "add on" products can do >this for you. But we don't have any such here. > >http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/IEA2A3A0/3.1.7 >http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/IEA2A4A0/14.0 If you are going to write a program to do this, use CSVDYLPA to load the SVC into dynamic LPA. http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/IEA2A1B1/37.0?SHELF=iea2bkb5&DT=20120814081112 -- Tom Marchant > > > >On Thu, Mar 13, 2014 at 4:51 AM, Jim McAlpine <[email protected]>wrote: > >> It's a long, long time since I had to do the above and I presume things >> have changed some since then. So the question is, can I dynamically add a >> type 4 SVC to a z/OS 1.13 system or is an IPL still needed ? >> >> Jim McAlpine >> >> ---------------------------------------------------------------------- >> For IBM-MAIN subscribe / signoff / archive access instructions, >> send email to [email protected] with the message: INFO IBM-MAIN >> > > > >-- >Wasn't there something about a PASCAL programmer knowing the value of >everything and the Wirth of nothing? > >Maranatha! <>< >John McKown > >---------------------------------------------------------------------- >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
