CA InterTest

 View Only

TECH TIP: The CA InterTest for CICS Release 9.1 increment two fixes are available. 

Jul 31, 2015 06:04 PM

Clients who participated in the CA InterTest for CICS Release 9.1 increment program should migrate to the increment two fix level as soon as possible. The incremental two fixes are listed below along with the corresponding FMID.

 

FMID (CCSA910)    RO81912 INCREMENTAL PTF #2    InterTest CICS DEBUG…
FMID (CABA910)    RO81911 INCREMENTAL PTF #2    InterTest - SymDump - shared FMID
FMID (CAVH910)    RO82152 INCREMENTAL PTF #2    Symbolic Common Component PROTSYM
FMID (CAVH911)    RO81926 INCREMENTAL PTF #2    InterTest Common user interface  (CUI)


Before you receive fix RO82152 you will have to increase the space for DDDEF(SYSUT1) as listed on the HOLD action below. You also need to increase the allocation for the SMPPTS dataset  to 400 cylinders with a secondary of 20.
RO82152 is a very large fix.

 

 

HOLD ACTION

//DDDEFUPD EXEC PGM=GIMSMP,REGION=0M
//SMPCSI DD DISP=SHR,DSN=globalhlq.CSI < modify as needed >
//SMPCNTL DD *
SET BOUNDARY(GLOBAL).
UCLIN.
REP DDDEF(SYSUT1)
CYL SPACE(100,30) UNIT(SYSDA) NEW DELETE .
ENDUCL.
SET BOUNDARY(CAIT0).
UCLIN.
REP DDDEF(SYSUT1)
CYL SPACE(100,30) UNIT(SYSDA) NEW DELETE
.
ENDUCL.
SET BOUNDARY(CAID0).
UCLIN.
REP DDDEF(SYSUT1)
CYL SPACE(100,30) UNIT(SYSDA) NEW DELETE
.
ENDUCL.
/*

Statistics
0 Favorited
0 Views
0 Files
0 Shares
0 Downloads

Related Entries and Links

No Related Resource entered.