Description:
I modified the CAS9 procedure to load the Datacom SVC. I added the Datacom CAILIB to the DBLIB DD statement but it still fails with a S806 abend code and message:
CSV003I REQUESTED MODULE DBRIMPR NOT FOUND
Solution:
The Datacom CAILIB must be concatenated to the STEPLIB in the CAIRIM job. CAIRIM will only look in the STEPLIB for the DBRIMPR load module. The DBLIB DD statement is only used by DBRIMPR once it is loaded and executed to load the Datacom SVC module. Also note that the Datacom CAILIB needs to be APF authorized.