Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!UAFMUSA.BITNET!$DPM From: $DPM@UAFMUSA.BITNET ("Daniel P. Martin") Newsgroups: comp.lang.asm370 Subject: Another clever use for OPSYN Message-ID: <8906082055.AA14181@jade.berkeley.edu> Date: 8 Jun 89 14:12:00 GMT Sender: daemon@ucbvax.BERKELEY.EDU Reply-To: IBM 370 Assembly Programming Discussion List Distribution: inet Organization: The Internet Lines: 13 Another clever use for OPSYN (This from the TAPEMAP program found in the CBT MVS mods tape file 299)... XYZZY OPSYN PRINT CUSTOMIZED PRINT CONTROL 06/84 DBC PRINT OPSYN ANOP SUPPRESS STD PRINT CONTROL 06/84 DBC This suppresses the effect of 'PRINT OFF' in some of the IBM macros included by the program. (Ever notice all the PUSH PRINT / PRINT OFF / POP PRINT stuff that's typically included in such code?) Regards, Dan (Ooohhhh...ick. I just admitted doing something with MVS) Martin