Use TEST to produce object code that contains symbol and statement information that enables the debugger to perform symbolic source-level debugging.
| TEST option syntax |
|---|
|
Default is: NOTEST
Abbreviations are: None
Use NOTEST if you do not want to generate object code that has debugging information.
Programs compiled with NOTEST run with the debugger, but there is limited debugging support.
If you use the WITH DEBUGGING MODE clause, the TEST option will be turned off. TEST will appear in the list of options, but a diagnostic message will be issued to advise you that because of the conflict, TEST was not in effect.
related references
Conflicting compiler options