Suboptions and NOTEST
Some suboptions are disabled with NOTEST
, but
are still allowed. This means you can start your program using the NOTEST
option
and specify suboptions you might want to take effect later in your
debug session. The program begins to run without z/OS® Debugger taking
control.
To enable the suboptions you specified with NOTEST
,
start z/OS Debugger during
your program's run time by using a library service call such as CEETEST
, PLITEST
,
or the __ctest()
function.