I don´t know with those debuggers, but with Extermin8 we need to compile the program interactively, not in batch, as a temporary source file will be created in qtemp.
Try it like that an see if there is any difference, and also go and have a look at the manuals to see if you can find any help (you should have the IBM manuals available to you on CD, and they do offer search capabilities).
Thank you for the tip with the QTEMP library.
So the debuggable SQLCBL program can be created in 2 steps (it concerns OPM COBOL not ILE):
1. SQL-precompilation without COBOL compilation, which creates the COBOL program in library QTEMP and file QSQLTEMP
2. COBOL-compilation of the source in QTEMP/QSQLTEMP with the debugging option *SRCDBG.
In the practice, when I need to compile an SQLCBL program myprog (which resides in mylib/mysrcfile) to the library mylib I do this with the following 2 commands:
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.