How do I fix a CAS9140E error in CAIRIM intialization processing when executing CAS9?
search cancel

How do I fix a CAS9140E error in CAIRIM intialization processing when executing CAS9?

book

Article ID: 45234

calendar_today

Updated On:

Products

COMMON SERVICES FOR Z/OS Common Services

Issue/Introduction

During the execution of CAS9 (CAIRIM) processing, the job fails with the following messages:

CAS9140E - INIT ERROR: CCSRIM  14.00.00XDCC VER  ,INITIALIZATION ABEND
*CAS9173E - ERRORS DETECTED DURING CAIRIM INITIALIZATION

Environment

Release: 14.1 , 15.0
Component: CAIRIM - Resource Initialization Manager

Cause

Generally, this error is caused by an older Common Services library being picked up from the linklist.  Either there is an older CCS library in front of the current CAW0LINK or CAW0LINK is not linklisted.

Resolution

In order to discover the problem, it is suggested that you execute an ISRFIND from ISPF to check the libraries included in linklst and search for member CAS9GLVL.

  • ISRFIND can be entered from any ISPF display.  
    • From ISPF option 6, enter ISRFIND
    • From other ISPF displays, enter TSO ISRFIND 
  • On the next display enter CAS9GLVL in the Member Name field and Y in the LOADMOD field
    • These two fields will expand the search to include LPA, LPAlist, and Linklist 
  • Scroll through the displays until you see CAS9GLVL in the MEMBER field
    • Ensure that the CAS9GLVL member is from the cai.CAW0LINK load library listed to the left of the member

 Take the appropriate action if CAS9GLVL is not found in CAW0LINK.  Either move it in front of the existing library or add it to linklist if necessary.

Additional Information

Refer to the CA Common Services Documentation describing the proper  APF/LINKLIST settings for the Common Services Target Libraries