Hi,
i have a Cobol program that will call a Pli program.
The problem that is have is that the pli compiler produces lowercase Entry Points and Cobol only likes UPPERCASE.
Any sugestions?
ok, we managed it.
We need under cobol the compiler option PGMNAME(MIXED) and then the PROGRAM-ID under "" quotes.
With Pli it is just the OPTIONS(COBOL) and it has to be an executable.
greetings.