Hello,
when using embedded SQL in JVM-Cobol I do have the problem that most of the existing Cobolsources (> 8000) do not have the "FullQualified" Tablename in the FROM Clause of their SQL-Statements.
With "native" Cobol it takes the username as the default Schema Qualifier. And if this is not sufficent it is possible to set QUALIFIER (as an SQL-Compiler Option).
This is not working with managed Cobol anymore.
I do want to avoid the need to change all SQL-Statements to fully qualify the tablename.
Does anybody have the same problem and if yes .... maybe a solution ?
Kind regards
Michael