Re: the BEAR (was: New z16 Instructions)

2022-04-17 Thread Gibney, Dave
e original? > > > I wait for the POP to describe them in more detail > > > Martin > > Am 16.04.22 um 23:47 schrieb Gibney, Dave: > > It seems problematic to do a STBEAR, but I can see the utility of LBEAR. > Assuming the BEAR is the one I am thinking of. > > > > RDP probably not the Remote Desktop Protocol... > >

Re: the BEAR (was: New z16 Instructions)

2022-04-17 Thread Gibney, Dave
A.EDU > Subject: the BEAR (was: New z16 Instructions) > > Dave, > > > what would LBEAR do other than a LG Rn,X'110' ? > > > and what is STBEAR good for? to falsify the original? > > > I wait for the POP to describe them in more detail > > > Martin

Re: New z16 Instructions

2022-04-16 Thread Gibney, Dave
It seems problematic to do a STBEAR, but I can see the utility of LBEAR. Assuming the BEAR is the one I am thinking of. RDP probably not the Remote Desktop Protocol... > -Original Message- > From: IBM Mainframe Assembler List l...@listserv.uga.edu> On Behalf Of Ed Jaffe > Sent:

Re: Next instruction needed

2022-04-15 Thread Gibney, Dave
Actually, and I haven't looked, I suspect that there is room in the actual (new proposed FILLI) machine instruction for both an immediate value and a zero to 256 length > -Original Message- > From: IBM Mainframe Assembler List l...@listserv.uga.edu> On Behalf Of Tom Harper > Sent:

Re: How can I order the HLASM for Linux on Z?

2021-08-01 Thread Gibney, Dave
linux-...@vm.marist.edu > -Original Message- > From: IBM Mainframe Assembler List l...@listserv.uga.edu> On Behalf Of Farley, Peter x23353 > Sent: Sunday, August 01, 2021 11:53 AM > To: ASSEMBLER-LIST@LISTSERV.UGA.EDU > Subject: Re: How can I order the HLASM for Linux on Z? > > Gil, >

Re: Metal C CATTR Assembly error

2021-01-03 Thread Gibney, Dave
In the general case (amiglib perhaps an exception) to expect a DLIB (HLQ.Axx) to provide valid executables. > -Original Message- > From: IBM Mainframe Assembler List l...@listserv.uga.edu> On Behalf Of Joe Reichman > Sent: Sunday, January 03, 2021 11:32 AM > To:

Re: SDUMPs

2020-10-30 Thread Gibney, Dave
The PSW and registers should be in the short display in the job log > -Original Message- > From: IBM Mainframe Assembler List l...@listserv.uga.edu> On Behalf Of Tony Thigpen > Sent: Friday, October 30, 2020 7:14 AM > To: ASSEMBLER-LIST@LISTSERV.UGA.EDU > Subject: Re: SDUMPs > > Peter,

Re: Getting the Last Condition code

2018-12-06 Thread Gibney, Dave
Branch (or Jump) on condition :) > -Original Message- > From: IBM Mainframe Assembler List [mailto:ASSEMBLER- > l...@listserv.uga.edu] On Behalf Of esst...@juno.com > Sent: Thursday, December 06, 2018 2:15 PM > To: ASSEMBLER-LIST@LISTSERV.UGA.EDU > Subject: Getting the Last Condition code

Re: Fair comparison C vs HLASM

2018-01-29 Thread Gibney, Dave
I first encountered Adabas in 1980, but I am sure it existed before 1979 > -Original Message- > From: IBM Mainframe Assembler List [mailto:ASSEMBLER- > l...@listserv.uga.edu] On Behalf Of Paul Rogers > Sent: Monday, January 29, 2018 12:56 PM > To: ASSEMBLER-LIST@LISTSERV.UGA.EDU >

Re: Posting

2017-12-14 Thread Gibney, Dave
Honestly, I have no recollection... > -Original Message- > From: IBM Mainframe Assembler List [mailto:ASSEMBLER- > l...@listserv.uga.edu] On Behalf Of MELVYN MALTZ > Sent: Thursday, December 14, 2017 12:34 PM > To: ASSEMBLER-LIST@LISTSERV.UGA.EDU > Subject: Re: Posting > > Thanks to Ed

Re: Posting

2017-12-14 Thread Gibney, Dave
Every Spam filter is not only unique, it's reaction to any given email can vary from moment to moment. > -Original Message- > From: IBM Mainframe Assembler List [mailto:ASSEMBLER- > l...@listserv.uga.edu] On Behalf Of Ed Jaffe > Sent: Thursday, December 14, 2017 12:06 PM > To:

Re: Any real need for sequence numbers in 73-80 any more?

2017-12-11 Thread Gibney, Dave
I find them far more irritating than useful. > -Original Message- > From: IBM Mainframe Assembler List [mailto:ASSEMBLER- > l...@listserv.uga.edu] On Behalf Of John McKown > Sent: Monday, December 11, 2017 5:53 AM > To: ASSEMBLER-LIST@LISTSERV.UGA.EDU > Subject: Any real need for sequence

Re: The Pointlessness of handwriting "efficient" code (was One Byte MVC Versus IC/STC)

2017-10-16 Thread Gibney, Dave
Verging philosophical, sometimes we settle for "works now" > -Original Message- > From: IBM Mainframe Assembler List [mailto:ASSEMBLER- > l...@listserv.uga.edu] On Behalf Of Richard Rogers > Sent: Monday, October 16, 2017 4:18 PM > To: ASSEMBLER-LIST@LISTSERV.UGA.EDU > Subject: Re: The

Re: random quest

2017-05-16 Thread Gibney, Dave
Sort the set by the 2nd or 3rd digit :) 99,999 5 digit numbers is, after all, all of the set. > -Original Message- > From: IBM Mainframe Assembler List [mailto:ASSEMBLER- > l...@listserv.uga.edu] On Behalf Of Richard Kuebbing > Sent: Tuesday, May 16, 2017 1:28 PM > To:

Re: Quick error termination of an assembler routine (Was: Performance of Decimal Floating Point Instruction)

2017-05-11 Thread Gibney, Dave
In days of limited storage, sure. But, today, why not DC X'' DC C'I blew up here because the moon is blue' > -Original Message- > From: IBM Mainframe Assembler List [mailto:ASSEMBLER- > l...@listserv.uga.edu] On Behalf Of Tony Thigpen > Sent: Thursday, May 11, 2017 11:28 AM > To:

Re: SIIS "issue" after upgrade to z13 machine.

2016-11-12 Thread Gibney, Dave
Just what are you running now? This was an issue when we moved from Multiprise to z800. > -Original Message- > From: IBM Mainframe Assembler List [mailto:ASSEMBLER- > l...@listserv.uga.edu] On Behalf Of Philippe Cloarec > Sent: Saturday, November 12, 2016 4:17 AM > To:

Re: SPM Construct

2014-12-16 Thread Gibney, Dave
Why not do it as nested Ifs? I would dislike such a complex IF as you are describing in any language. -Original Message- From: IBM Mainframe Assembler List [mailto:ASSEMBLER- l...@listserv.uga.edu] On Behalf Of Cali zMan Sent: Tuesday, December 16, 2014 11:58 AM To:

Re: ADRDSSU VTOC -- also IEBCOPY

2014-06-03 Thread Gibney, Dave
Try NEW on the SYSUT2. Then it should go down the copy DCB, etc. path. With OLD, it understandably tries to verify compatibility. OLD and an output NULLFILE isn't all that logical. -Original Message- From: IBM Mainframe Assembler List [mailto:ASSEMBLER- l...@listserv.uga.edu] On

Re: Carmine Cannatello's book

2014-01-15 Thread Gibney, Dave
I came via applications development also. Cobol, Natural, PL/I, etc. But, I found Cobol remarkably easy to learn on internship because I had just finished a semester of 370 assembler. -Original Message- From: IBM Mainframe Assembler List [mailto:ASSEMBLER- l...@listserv.uga.edu] On

Re: TRTE, etc.

2013-04-18 Thread Gibney, Dave
Our loss. -Original Message- From: IBM Mainframe Assembler List [mailto:ASSEMBLER- l...@listserv.uga.edu] On Behalf Of John Gilmore Sent: Thursday, April 18, 2013 6:45 AM To: ASSEMBLER-LIST@LISTSERV.UGA.EDU Subject: TRTE, etc. After discussions with Jean Snow, the list owner, I

Millicode Instructions

2013-04-16 Thread Gibney, Dave
-Original Message- From: IBM Mainframe Assembler List [mailto:ASSEMBLER- l...@listserv.uga.edu] On Behalf Of John Gilmore Sent: Tuesday, April 16, 2013 12:29 PM To: ASSEMBLER-LIST@LISTSERV.UGA.EDU Subject: Re: TRTE and new instructions Peter Farley's points are interesting ones.

Instruction Lists/Counts.

2013-02-15 Thread Gibney, Dave
I am doing a high (very high) level presentation for my managers who have no MF experience. I want a simple slide. Something like: IBM architecture is not RISC, there are nnn instructions. nnn Privileged nnn General nnn Decimal nnn Cryptographic etc. I've Googled and looked at some of the

Re: Model 2827 New Instructions

2012-09-18 Thread Gibney, Dave
I had a similar logon problem several years ago. The counter intuitive solution was to remove the url from my trusted sites. Dave Gibney Information Technology Services Washington State University -Original Message- From: IBM Mainframe Assembler List [mailto:ASSEMBLER-

Re: Difference between ASMA90 and IEV90

2012-08-14 Thread Gibney, Dave
In the ICHRDSNT thread, it wasn't IEV90 vs. ASMA90. It wasn't even the different versions of the Linkage Editor/Binder. It was the different control statements to the link-edit step. -Original Message- From: IBM Mainframe Assembler List [mailto:ASSEMBLER- l...@listserv.uga.edu] On

Re: Difference between ASMA90 and IEV90

2012-08-14 Thread Gibney, Dave
I thought I would find IEV90 as an alias of ASMA90. But, on my z/OS 1.11 system, there is no sign of an IEV90 loadmodule at all. (At least in a linklisted library). The OP's original problem actually involved PROCs, which probably added to his confusion due to inexperience. Dave Gibney

Messages - Was MVC with 2nd operand length

2012-05-22 Thread Gibney, Dave
I really like mixed case, but I find the variable length nature of Unix (well probably C/C++) output adds to the difficulty of quickly determining the useful information in the useful message often buried in a massive amount of fluffiness. Probably just me :) Dave Gibney Information

Re: Assembler info needed

2012-03-16 Thread Gibney, Dave
Look at existing code at cbttape.org Realize that without some help/mentor/training, it is a long uphill battle, just to the top of the next ridge, rinse repeat Dave Gibney Information Technology Services Washington State University -Original Message- From: IBM Mainframe

Re: Program FLIH

2012-02-23 Thread Gibney, Dave
To: ASSEMBLER-LIST@LISTSERV.UGA.EDU Subject: Re: Program FLIH I'd say it's highly likely you'd find it.. -Original Message- From: IBM Mainframe Assembler List [mailto:ASSEMBLER-LIST@LISTSERV.UGA.EDU] On Behalf Of Gibney, Dave Sent: Thursday, February 23, 2012 7:38 PM To: ASSEMBLER

Re: IEAMSCHD

2011-05-20 Thread Gibney, Dave
The delete button works pretty damn well also. I still find a few gems on rare occasion in some of the likely kill file suspects. Dave Gibney Information Technology Services Washington State University -Original Message- From: IBM Mainframe Assembler List [mailto:ASSEMBLER-