Is it possible to disable the Thread Terminator "K-Terminate thread in the MVS" option?
Release : 20.0
Component : Thread Terminator
Users will be able to terminate a thread via the "Thread Terminator Terminate Threads" display no users have "Terminate Threads" authority,
which is an execute authority on PTT's third plan if you're using DB2 plan-based security for PTT.
So to selectively disable the K option while leaving the D option enabled, implementing input field verification within the ISPF panel definition may be the only option. Y
Add a single VER statement to the )PROC section within the ISPF panel definition.
If you add the VER statement shown below to the )PROC section in member PTTZ0030 within your CDBAPNL0 dataset, the K
option will be rejected because it’s not in the specified list but the D option will still be accepted because it is in the specified list:
)PROC
VER (&PTTZTTYP LIST D, MSG=TT847)