Re: Hints for coding JES2 exit routines (z/OS JES2 Documentation)

2021-12-13 Thread Charles Mills
trap for others, or even for yourself. Charles -Original Message- From: IBM Mainframe Assembler List [mailto:ASSEMBLER-LIST@LISTSERV.UGA.EDU] On Behalf Of Janko Kalinic Sent: Monday, December 13, 2021 10:24 AM To: ASSEMBLER-LIST@LISTSERV.UGA.EDU Subject: Hints for coding JES2 exit routines

Re: Hints for coding JES2 exit routines (z/OS JES2 Documentation)

2021-12-13 Thread Gary Weinhold
rom your mail system. From: IBM Mainframe Assembler List [ASSEMBLER-LIST@LISTSERV.UGA.EDU] on behalf of Janko Kalinic [the.pds.comm...@gmail.com] Sent: Monday, December 13, 2021 1:24 PM To:ASSEMBLER-LIST@LISTSERV.UGA.EDU Subject: Hints for coding JES2 exit routines (z/OS JES2 Documentation

Re: Hints for coding JES2 exit routines (z/OS JES2 Documentation)

2021-12-13 Thread Seymour J Metz
tz3 From: IBM Mainframe Assembler List [ASSEMBLER-LIST@LISTSERV.UGA.EDU] on behalf of Janko Kalinic [the.pds.comm...@gmail.com] Sent: Monday, December 13, 2021 1:24 PM To: ASSEMBLER-LIST@LISTSERV.UGA.EDU Subject: Hints for coding JES2 exit routines (z/OS JES2 Documentation) Assembler instructi

Re: Hints for coding JES2 exit routines (z/OS JES2 Documentation)

2021-12-13 Thread Steve Smith
That's nonsense, so I doubt many would agree. sas On Mon, Dec 13, 2021 at 1:24 PM Janko Kalinic wrote: > Assembler instructions > >- All TM (test-under-mask) instructions should use >BO/BOR/BNO/BNOR/BM/BMR branch instructions rather than BZ/BZR/BNZ/BNZR >branch instructions. If

Hints for coding JES2 exit routines (z/OS JES2 Documentation)

2021-12-13 Thread Janko Kalinic
Assembler instructions - All TM (test-under-mask) instructions should use BO/BOR/BNO/BNOR/BM/BMR branch instructions rather than BZ/BZR/BNZ/BNZR branch instructions. If this technique is used, the logic of the branch instruction does not have to be modified when adding or deleting