Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!mips!apple!agate!ucbvax!DBSTU1.BITNET!I1120218 From: I1120218@DBSTU1.BITNET (Martin Ahlborn) Newsgroups: comp.lang.asm370 Subject: Interrupts Message-ID: <9105011348.AA24882@ucbvax.Berkeley.EDU> Date: 1 May 91 13:49:00 GMT Sender: daemon@ucbvax.BERKELEY.EDU Reply-To: IBM 370 Assembly Programming Discussion List Distribution: inet Organization: The Internet Lines: 11 X-Unparsable-Date: Wed, 1 May 91 15:35:05 MEZ I have written a module 'DA' that shows where users are logged in. But since it uses IUCVTRAP MODULE to get incoming messages (from PVM), it doesn't work together with the famous program CHAT because CHAT also traps messages himself. When I call DA in the CHAT-environment, simply nothing happens as if the program were waiting for something. No CPU time passes. What must my module switch off or so to be compatible with CHAT? I think it has to do with HNDINT or CMSIUCV. Perhaps it is not very difficult to trap messages myself without IUCVTRAP MODULE ?