Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!ucbvax!FRFUPL11.BITNET!RPARBS From: RPARBS@FRFUPL11.BITNET (Regis BOSSUT) Newsgroups: comp.lang.asm370 Subject: Re: Return to CMS after PER breakpoint Message-ID: <8906241952.AA01928@jade.berkeley.edu> Date: 23 Jun 89 19:42:24 GMT References: Sender: daemon@ucbvax.BERKELEY.EDU Reply-To: IBM 370 Assembly Programming Discussion List Distribution: inet Organization: The Internet Lines: 19 >Is there another more elegant possibility in that situation to stop the >program and come back to CMS than a gigantic IPL CMS ? > >Jens The trick I usually use is (under CMS VM/SP) : #CP D 688 (This is the address of ACMSRET in NUCON) #CP B xxxxxx where xxxxxx is the result of the preceeding command. I'm sure this is not very good, because some memory is not returned to the system, so I load a dummy module by : LOAD TOTO (CLEAR NOMAP (The system respond by : "The following names are undefined : TOTO") and this seems to clean up the memory pointers. /Regis