You must remove any resource definitions for previous CICS® IA versions from CICS when you migrate to a later version.
To remove resource definitions from previous CICS IA versions:
- Edit the CIUDELGR job in hlq.SCIUSMP1.OUT and set the
lines as shown in Table 1.
Table 1. Editing the CIUDELGR job to remove old CICS IA definitions from CICS TSCICS IA
version from which you are migrating |
Lines to be edited |
CICS IA
Version 1.1 |
DELETE GROUP(INxxGRP)
REMOVE GROUP(INxxGRP)
|
CICS IA
Version 1.2 |
DELETE GROUP(CIUxxGRP)
REMOVE GROUP(CIUxxGRP)
|
CICS IA
Version 1.3 |
DELETE GROUP(CIUxxG13)
REMOVE GROUP(CIUxxG13)
|
CICS IA
Version 2.1 |
DELETE GROUP(CIUxxG21)
REMOVE GROUP(CIUxxG21)
|
CICS IA
Version 2.2 |
DELETE GROUP(CIUxxG22)
REMOVE GROUP(CIUxxG22)
|
- Run hlq.SCIUSMP1.OUT(CIUDELGR).
- Remove the previous CICS IA
Version SCIULOAD library from the CICS startup
JCL.