What are the CICS System Defintions (CSD) for CA Date Simulator?
search cancel

What are the CICS System Defintions (CSD) for CA Date Simulator?

book

Article ID: 45260

calendar_today

Updated On:

Products

Date Simulator

Issue/Introduction

What is the CICS System Definitions (CSD) for CA Date Simulator?

 

 

Environment

Release: TCDASM00200-2-Date Simulator
Component:

Resolution

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;