Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!apple!agate!ucbvax!ALASKA.BITNET!SXRGS From: SXRGS@ALASKA.BITNET (Gordon Schumacher) Newsgroups: comp.lang.asm370 Subject: RE: abend macro Message-ID: <8910141733.AA18282@brazos.rice.edu> Date: 14 Oct 89 17:53:49 GMT Sender: daemon@ucbvax.BERKELEY.EDU Reply-To: IBM 370 Assembly Programming Discussion List Distribution: inet Organization: The Internet Lines: 8 The #abend macro (at least the version I'm looking at) can take a register or DC field as input for the code. I would suggest you either move the passed code to defined field or just pass whatever register you have pointing to it after you pick up your parm addresses... i.e... #abend abcode=(r9) where r9 points to the passed code. I;ve never used the IDMS version but would imagine this work do it....