TEST

Use TEST to produce object code that contains symbol and statement information that enables the debugger to perform symbolic source-level debugging.

Read syntax diagramSkip visual syntax diagram
TEST option syntax

   .-NOTEST-.   
>>-+--------+--------------------------------------------------><
   '-TEST---'   

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 have limited debugging support.

If you use the WITH DEBUGGING MODE clause, the TEST option is turned off. TEST will appear in the list of options, but a diagnostic message is issued to advise you that because of the conflict, TEST was not in effect.

related tasks  
Using the debugger

related references  
Conflicting compiler options