2 Thoughts to consider:

- ABO only runs on z/OS 2.1 and above
- ABO creates a new load module that (IMHO) needs as much Q/A testing as
compiling in the newest compiler.
        IIRC, back in the day, going to Enterprise COBOL, there was less
than 8% of COBOL source that needed
        to be remediated.  That is, certain COBOL verbs needed to be updated
to new ones.  Things like INSPECT
        may have been flagged.  

A good Life Cycle Management tool (did I say Endevor?) could help with an
easy migration to a new compiler.
You could try a minor application and see how difficult in may be...

zN

-----Original Message-----
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On
Behalf Of Charles Mills
Sent: Wednesday, October 12, 2016 8:48 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: ABO Automatic Binary Optimizer

Nope. Agree 100% with what @Tom says. The ABO is not a source code migration
tool, it is a compiler. Really -- a very weird compiler. Most compilers take
source code in and produce object code out. The ABO is a compiler that takes
object code in and produces object code out. What good is that? It takes
System 370 object code in and produces z13 object code out.

Why is that useful? Because the speed gains in the last several generations
of mainframe are not in clock/cycle speed. System 370 object code does not
run any faster on a z13 than on a z10. The gains are in new instructions.
The same functionality as that S/370 object code expressed in z13 object
code runs a lot faster.

(Please, no quibbles. Many shortcuts and generalizations in the above. If I
had been perfectly precise it would have read like a legal document. The
general points are correct.)

Charles

-----Original Message-----
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On
Behalf Of Lopez, Sharon
Sent: Wednesday, October 12, 2016 7:51 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: ABO Automatic Binary Optimizer

Does anyone know if this product, Automatic Binary Optimizer, will actually
migrate Cobol V4 to V6 for you?  Our IBM reps are telling us that it will
actually do the migration for you.  Based on what I've read, it is a
performance product and I didn't see that capability.

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions, send email
to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to