Rational Developer for System z
PL/I for Windows, Version 8.0, Programming Guide

TEST

The TEST option specifies the level of testing capability generated as part of the object code. It allows you to control the location of test hooks and to control whether or not the symbol table is generated.

Read syntax diagramSkip visual syntax diagram   .-NOTEST-.
>>-+-TEST---+--------------------------------------------------><
 

The TEST option implies GONUMBER. Because the TEST option can increase the size of the object code and can affect performance, you might want to limit the number and placement of hooks.

NOTEST
Suppresses the generation of all testing information.
TEST
Specifies that testing information should be included in the object code.
Rational Developer for System z
PL/I for Windows, Version 8.0, Programming Guide