To enable CICS® IA to
run in your CICS region, do
the following when setting up your CICS startup
job:
About this task
- Set the ICVR system initialization parameter to at least 10 seconds;
that is, ICVR=10000 or a larger value. If you do not do this, the Collector or
one of your own transactions might end prematurely with an abend code
of AICA.
- If you use VSAM RLS to share the dependency data file and control
record file across multiple regions, specify the system initialization
parameter RLS=YES.
- Add the following load libraries to the DFHRPL concatenation in
the startup job JCL:
- hlq.SCIULOAD
- hlq.SCIULODE (the
default, English, national language: this is always required)
- Optionally, add hlq.SCIULODJ (if
you require Japanese national language support)
Instead of adding the load libraries to DFHRPL, you can edit
the CIUJCINT job to define LIBRARY resources for the SCIULOAD and
SCIULODE/K data sets, and they will be loaded dynamically during the
startup job execution.Note: Available for CICS IA V3.2 or above.
- Add the following DD statement for the CINT transient data message
log:
//CINTLOG DD SYSOUT=*
- On any region where you intend to collect DB2® data, ensure that the user ID, under which CICS IA runs, has GRANT permission
to the batch plan created in the sample job SCIUSMP2(CIUDBNT). This
will enable the background transaction CINB to access the SYSIBM.SYSPACKSTMT
and SYSIBM.SYSSTMT DB2 tables.