Rational Developer for System z
COBOL for Windows, Version 7.5, Programming Guide


TEST

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
Read syntax diagramSkip visual syntax diagram   .-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 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


Terms of use | Feedback

Copyright IBM Corporation 1996, 2008.
This information center is powered by Eclipse technology. (http://www.eclipse.org)