When trying to access the IIR Historical Reporting tool, through the ISPF Interface, the following ISPF dialog error is issued:
ISPF Dialog Error
Command ===>
ISPF Dialog Error Command ===> ****************************************************************************** * ISPD014 * * * * Data set not cataloged * * 'CAI.SHLQ' was not found in catalog. * * * * * * * * * * * * * * Current dialog statement: * * LIBDEF ISPLLIB DATASET ID('PTIPROD.RI15GA1.CIMTLOAD','CAI.SHLQ','CAI.HLQ') * * * * Enter HELP command for further information regarding this error. * * Press ENTER key to terminate the dialog. * * * * * ******************************************************************************
The user is then returned to the ISPF Primary Option Menu.
This error implies that the IIR Historical Reporting Application is being invoked by executing the IIREMAIN clist rather than through the normal process of executing the $ITK clist.
More specifically for this error, the IIREMAIN clist has not been customized.
To execute this clist, three variables ITKHLQ, CAILIB and CUSLIB need to be updated.
/* TOOLKIT HIGH LEVEL QUAILIFIER */ ITKHLQ = 'CAI.IMS.TOOLKIT' /* <=== CHANGE */ /* DATACOM LIBRARIES */ /* CAILIB - DATACOM/AD TARGET LIBRARY HLQ */ /* CUSLIB - DATACOM/AD CUSTOM TARGET HLQ */ CAILIB = 'CAI.HLQ' /* <=== CHANGE */ CUSLIB = 'CAI.SHLQ' /* <=== CHANGE */