Is there a way with a Top Secret (TSO or CICS) command or without a command to display the version/release of Top Secret that is currently running?
Release:
Component: AWAGNT
TSS MODIFY(VERSION) will show the release of Top Secret that is running. In order to issue this in CICS, the CSD entries for the transaction 'TSS' and associated programs must be defined to CICS. Member TSSCSD in the Top Secret SAMPJCL library contains the JCL for the CSD entries for the TSS transactions and programs.
The ACID issuing the TSS MODIFY(VERSION) command needs the CONSOLE attribute on it or USE access to entity TSSCMD.ADMIN.MODIFY in the CASECAUT resource class.
TSS ADD(acid) CONSOLE
or
TSS PERMIT(acid) CASECAUT(TSSCMD.ADMIN.MODIFY) ACCESS(USE)
Another option (non command) is look for the TSS9000I message in the syslog when Top Secret started:
TSS9000I Top Secret rr.r rrr000KO00 ACTIVE
The 'rr.r' is the release running.