Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!usc!brutus.cs.uiuc.edu!tut.cis.ohio-state.edu!ucbvax!MAINE.BITNET!WTS From: WTS@MAINE.BITNET (Wayne Smith) Newsgroups: comp.lang.asm370 Subject: Re: Calling DVMUSI from an Assembly program Message-ID: <8909102012.AA09047@jade.berkeley.edu> Date: 10 Sep 89 20:01:58 GMT Sender: daemon@ucbvax.BERKELEY.EDU Reply-To: IBM 370 Assembly Programming Discussion List Distribution: inet Organization: The Internet Lines: 5 Your program and DVMUSI are probably fighting for the same area of storage. The DVMUSI on our system is a non-relocatable user area module. Depending on you release of CMS, you want to make your program reside elsewhere (make it relocatable or nucxloadable & nucxload it).