Display RAI v20.1 PC routine initialized via Common Services CAIRIM component.
search cancel

Display RAI v20.1 PC routine initialized via Common Services CAIRIM component.

book

Article ID: 247858

calendar_today

Updated On:

Products

Smart Restart Smart RRSAF

Issue/Introduction

In Smart Jobstream release v20.1, Common Components and Services (CCS) 
replaces the RAI Server.  It is required to add the RAI PC (program call)
routine reference to the PARMLIB data set that is used by CAIRIM.

Is there a method to display products that have been initialized via Common Services?

Resolution

Execute the following Batch JCL:

//*
//* THIS JOB WILL DISPLAY THE CURRENT LOADED CACS PC ROUTINES 
//*
//DISPLAY  EXEC PGM=CAIRIMU  CAIRIM PRODUCT STATUS DISPLAY    
//SYSPRINT DD SYSOUT=*  
                                                      

Review the DISPLAY output for the following within the JESMSGLG for:

+CAS9006I    The following products have been initialized:    
+CAS9002I   
+CAS9007I    Product                        Vers   Init                Date/Time                
+CAS9008I    RAIPRODUCTS          7P20  RAIPCDEF  22.223 13:16               
+CAS9009I                         Initialized from hlq.CRAILOAD   

 

An alternate Online option is to execute:
TSO CAIRIMU

Additional Information