procob 10.2.0.4 includes new variable SQL-TMPITR, for what purpose?
we are in the process of upgrading from 10.2.0.3 to 10.2.0.4 and try to determine the differences regarding our MicroFocus *.gnt-binaries, that is if we HAVE to recompile every source or can use them for both versions (at least for a while).
A recompile of 375 *COB gave differences in the code of 20 Programs after procob parsed those befor they go into the cob-Compiler of MF.
In all these cases a single line
01 SQL-TMPITR PIC S9(9) COMP-5.
was included in the working storage, but the variable is never used later (by the code generated by procob that far).
We use the standard rts64[_t] orivided by MicroFocus combined with the oracle-libraries in a *.so loaded with INITCALL by our *gnt-Binaries.