IKJ56228I DATA SET CAI.PRTLIB NOT IN CATALOG
search cancel

IKJ56228I DATA SET CAI.PRTLIB NOT IN CATALOG

book

Article ID: 125503

calendar_today

Updated On:

Products

SymDump for CICS SymDump Batch

Issue/Introduction

Encounter the following errors when running CARXDEMO:
...
IKJ56228I DATA SET CAI.PRTLIB NOT IN CATALOG OR CATALOG CAN NOT BE ACCESSED
+ CAPC077E ERROR ADDING FILE TO THE CAIPRINT REPOSITORY.
+ CAPC077E Unable to allocate repository

Environment

Release:
Component: SYMDUM

Resolution

Please check whether there is a default CAOETABL module on your *.CAVHLOAD library.
If that is the case, and if the *.CAVHLOAD library is at STEPLIB DD, CAOETABL will be read from this library.
If you rename the module on the *.CAVHLOAD, the customized CAOETABL from your CAVHAUTH library should be used.

Additional Information

Using the following sequence of commands: 
... 
TSO ISRDDN 
LP 
M CAOETABL 
YES 

... 
on this LPAR, could be helpful to find out which module is being used.
If you see a message like
"Module CAOETABL was found to be already loaded. ..."
issuing
MODIFY LLA,REFRESH
could be helpful.