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)
If you are configuring a CICS environment running at CICS TS V3.2 and above, at CICS configuration time you can select to use
the CICS LIBRARY resource definitions
to define the load libraries rather than adding them to the DFHRPL
concatenation. If you selected this option during configuration job
CIUJCINT automatically defines the LIBRARY resource definitions to
you CSD group.
- Add the following DD statement for the CINT transient data message
log:
//CIULOG DD SYSOUT=*