Hi all,
Does anyone know if it's possible to get PL/1 stored procedures working in DB2 Community edition?
We have a mainframe z/OS DB2 database with a large number of external PL/1 stored procedures. We're trying to get these into our independent test environments which are using the Docker version of DB2 Community (linux). We've created the tables and data with no issues, it's just the stored procs that are the problem.
From a bit of reading online it looks like Micro Focus Enterprise Developer might be able to do this but I'm working on a MacBook at the moment and it doens't look like that's a supported platform. Next step is to get my hands on a Windows machine and give it a go.
From what I understand, if I can get the .pli files compiled and stick the built .obj files into my sqllib/function folder in the docker image, I should be able to create a stored procedure that references them. Sadly I have zero experience with compiling PL/1.
Docs:
https://www.microfocus.com/documentation/enterprise-developer/ed22/ESWin/GUID-DCAA304C-9303-4F1D-B65A-96C9B8B38233.htmlIf anyone could point me in the right direction or give any advice that'd be very much appreciated!
Thanks
------------------------------
James Graham
------------------------------
#Db2