THREADTERMCOND

You can indicate that z/OS® Debugger should not prompt the user when a FINISH, CEE066, or CEE067 thread termination condition is raised by Language Environment®, regardless of the suboptions used in the TEST runtime option. These conditions are raised by statements like STOP RUN, GOBACK, or EXEC CICS® RETURN, which can occur frequently in an application program. Suppressing the display of these prompts can reduce the number of times your users are interrupted by this prompt during a debugging session.

The following diagram describes the syntax of the THREADTERMCOND command:

Read syntax diagramSkip visual syntax diagramEQAXOPTTHREADTERMCOND, NOPROMPTPROMPT
NOPROMPT
Suppress the display of termination prompts.
PROMPT
Prompts the user at termination. If you do nto specify the THREADTERMCOND command, the default PROMPT is used.

Example

EQAXOPT THREADTERMCOND,NOPROMPT