To install the CICS® Transaction Server (TS) Agent,
download the files from IBM® DevOps Test Virtualization Control Panel (Test Virtualization Control Panel)
system to the z/OS® system and then configure the
files for the exit.
The CICS Transaction Server (TS) Agent is supported on CICS TS versions 4.1, 4.2, 5.1, and 5.2. One set of XMIT files
are provided. The XMIT files that support CICS 4.1 and above
are prefixed RIT.CICS.
The function of the CICS Transaction Server Agent has not changed in this release. If you are
currently using the 10.0.0 or later version, you do not need to upgrade to the 10.0.2 or later
version.
- Download and extract the CICS Transaction Server
Exits package, IBMCICSTransactionServer.zip, that is provided with Test Virtualization Control Panel into a
temporary folder.
- Use FTP to transfer the CICS
XMIT files in the temporary folder to MVS™
on the z/OS system.
- Using the command line on the system where you extracted the files, go to the
temporary folder.
- Enter the following command:
- Enter your MVS TSO user ID and password.
- Enter the following commands:
bin
quote site CYL PRI=2 SEC=2 recfm=fb lrecl=80
blksize=3200
put RIT.CICS.PROC.XMIT
'userid.RIT.CICS.PROC.XMIT'
put RIT.CICS.LOAD.XMIT 'userid.RIT.CICS.LOAD.XMIT'
put RIT.CICS.LOADLIB.XMIT 'userid.RIT.CICS.LOADLIB.XMIT'
where
userid is your TSO user ID.
- Unpack the data set.
- Under ispf (option 6), open the TSO command window. Then, enter
the following command:
receive indsn(RIT.CICS.PROC.XMIT)
- When you are prompted for the restore parameters, enter the following text:
- Enter the following command:
receive indsn(RIT.CICS.LOAD.XMIT)
- When you are prompted for the restore parameters, enter the following text:
- Enter the following command:
receive indsn(RIT.CICS.LOADLIB.XMIT)
- When you are prompted for the restore parameters, enter the following text:
Three data sets are created with names in the following format:
- userid.RIT.CICS.PROC
- userid.RIT.CICS.LOAD
- userid.RIT.CICS.LOADLIB
-
Configure the CICS TS Agent by following the
instructions that are supplied in the README file.
To complete the CICS exit installation, define
resources in CICS as described in Defining resources and starting the CICS Transaction Server Agent.