Even though it is still shown as an example in the Using section of the Top Secret documentation, command REMOVE(acid) SUSPEND does not work after SO12318 ptf applied.
The process gets TSS0230E AT LEAST 1 RESOURCE OR FACILITY KEYWORD REQUIRED
Release : 16.0
Component : CA Top Secret for z/OS
The actual command issued was:
TSS REMOVE(acid) SUS
Another keyword is is causing a conflict with the processing of the word "SUS".
The complete word SUSPEND is needed in the command:
TSS REMOVE(acid) SUSPEND
The above command works as it should and removes the SUSPEND from the acid.
The error message originally received is correct in this instance and fix SO12318 has nothing to do with receiving the error.