I'm in trouble. I've created a new UDF for my client and I used a test-server which was already upgraded to v9.7.2. to develop & test this thing. In the coming period production will continue to run on v9.5.5.
Being a former mainframe-cobol programmer I was very happy with the "
select into" syntax and I used that a lot. DB2 allows you to use this syntax when you code a "
begin" instead of a "
begin atomic". Fair enough, no problem.
Now I need to roll-out my new UDF to the first V9.5 test server and it fails

The 9.5 server does not accept a "begin" without the
atomic keyword and when you code atomic the "
select into" syntax is not accepted.
I know that the v9.7 compilers were changed due to the oracle-compatibility, but I use the "good-old" IBM-syntax.
Did I miss something?
Is this change announced?
Can this be solved without code changes?