About this task
Note: This task is required if your Eclipse IDE users want to use
IMS Application with isolation debug configurations. The IMS transaction isolation extension is
only available in IBM® Developer for z/OS® Enterprise Edition.
You must create a configuration file for the IMS transaction isolation extensions for the ADFz Common Components server, and then
specify the location of the configuration file to the server.
Procedure
To configure the IMS transaction isolation
extension for the ADFz Common Components server, complete the following steps:
- Create a sequential MVS™ data
set (
FB, LRECL 80) that contains the following records:
- Replace the z/OS Debugger
data set names, SEQAMOD, SEQAEXEC, and SEQATLIB with the installed z/OS Debugger data set names.
- Replace the ISPF data set name SISPLOAD with the installed
ISPF data set name.
- Replace the IMS data
set name SDFSRESL with the installed IMS data
set name.
Note: Do not change other statements.
* IMS transaction isolation view
CONFIG=II
SPAWN_PROGRAM=EQAIIINT
SPAWN_STEPLIB=EQAW.SEQAMOD:
CEE.SCEERUN:
ISP.SISPLOAD:
IMS.SDFSRESL
SPAWN_PARMS_SECTION
SPAWN_DD=EQATIPSB=EQAW.SEQAMOD:
IMS.SDFSRESL:
CEE.SCEERUN
SPAWN_DD=SYSLIB=SYS1.MACLIB
SPAWN_DD=SYSPROC=EQAW.SEQAEXEC
SPAWN_DD=JCLLIB=EQAW.SEQATLIB(EQAZPROC)
- Modify the ADFz Common Components server started proc
IPVSRV1.
- Add the configuration data set to the
CONFIG DD statement
concatenation.
- Set the region size parameter to 200M or 0M. For example,
//RUN EXEC
PGM=IPVSRV,REGION=200M.
- Stop and restart the ADFz Common Components server.
- Ensure the user ID (ownerID)
that owns and starts the proc IPVSRV1 has the following capabilities:
- Inform your users of remote IMS Application with Isolation launch configuration
of the following information:
- They need to choose the same encoding scheme as the character
encoding scheme of your host system when they add a host connection
to IMS transaction isolation
extension.