What is the CICS System Definitions (CSD) for CA Date Simulator?
From https://ftp.broadcom.com/user/downloads/pub/DateSimulator/2.0/Patches/TF1D276.TXT -->
...
//* 1) Support to allow DTSM to use TASKDATAKEY(CICS) *
//* and WARPCIC2 to use EXECKEY(CICS). *
//* This is required if using the WARPCSEC *
//* user replaceable security exit. *
...
//* 13) If using the optional CICS Security exit = WARPCSEC *
//* change the RDO entries for DTSM and WARPCIC2 to *
//* use TASKDATEKEY(CICS) and EXECKEY(CICS). *
...
That means the following is correct when using WARPCSEC:
...
TIMECICS PROGRAM - EXECKey : Cics
WARPCICS PROGRAM - EXECKey : User
WARPCIC2 PROGRAM - EXECKey : Cics
WARPCTIM PROGRAM - EXECKey : User
DTSM TRANSACTION - TASKDATAKey : Cics
TIME TRANSACTION - TASKDATAKey : User
...
Otherwise USER can be used for all definitions;