Re: Migrating DB2 from z/OS to Linux on z that is written in Assembler

2015-10-21 Thread Ed Long
dward Long On Wed, 10/21/15, Jeff VanMinde wrote: Subject: Migrating DB2 from z/OS to Linux on z that is written in Assembler To: LINUX-390@VM.MARIST.EDU Date: Wednesday, October 21, 2015, 12:27 PM Has anyone migrated a DB2 database from z/OS to

Re: Migrating DB2 from z/OS to Linux on z that is written in Assembler

2015-10-21 Thread Thomas David Rivers
Hi Jeff, You can use the Dignus assembler to assemble things in HLASM format and directly create a z/Linux ELF object ... and even be able to debug it (at the ASM source level) with gdb, etc... The Dignus tools write out extra debugging information for that. You would, of couse, need to cha

Migrating DB2 from z/OS to Linux on z that is written in Assembler

2015-10-21 Thread Jeff VanMinde
Has anyone migrated a DB2 database from z/OS to Linux on z where the application code was written in assembler? I am wondering if it is possible to use the z/OS precompiler output with the DB2 database set up on Linux on z? If this is not possible, what other alternatives have you looked at?