Tailoring your CICS startup job

To enable CICS® IA to run in your CICS region, do the following when setting up your CICS startup job:

About this task

  1. 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.
  2. 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.
  3. 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)

    Start of change 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. End of change

  4. Add the following DD statement for the CINT transient data message log:
    //CIULOG  DD  SYSOUT=*

Task Task

Feedback


Timestamp icon Last updated: Friday, 22 November 2013


http://pic.dhe.ibm.com/infocenter/cicsts/v5r1/topic///ciuug03.html