IKJ56247I Messages during ARZOS startup
search cancel

IKJ56247I Messages during ARZOS startup

book

Article ID: 55153

calendar_today

Updated On:

Products

Repository

Issue/Introduction

If you are running CA Repository for z/OS 7.2, you may notice the following messages when launching ARZOS.

*
IKJ56247I FILE DBXPARM NOT FREED, IS NOT ALLOCATED
IKJ56247I FILE ISPFILE NOT FREED, IS NOT ALLOCATED
IKJ56247I FILE DBXTEXT NOT FREED, IS NOT ALLOCATED
IKJ56247I FILE DBXISPF1 NOT FREED, IS NOT ALLOCATED
IKJ56247I FILE DBXISPF2 NOT FREED, IS NOT ALLOCATED
IKJ56247I FILE DBXDDL NOT FREED, IS NOT ALLOCATED
IKJ56247I FILE DBXTEMP NOT FREED, IS NOT ALLOCATED
IKJ56247I FILE DBXRPT NOT FREED, IS NOT ALLOCATED
*

 

Environment

Release:
Component: XTR

Resolution

In R7, the ARZOS member was changed from a clist to a REXX exec. To remove these messages during the startup of the Repository, you can follow the steps below

  1. Access the custom clist Repository dataset.
     
  2. Edit the member ARZOS
     
  3. The top of the REXX exec contains the following
    - /* REXX */ PARSE UPPER ARG I "ISPEXEC VGET (ZUSER)"   RC = 0 - 
  4. Adding the following REXX command CALL MSG "OFF"
    - /* REXX */ CALL MSG "OFF" <-------- PARSE UPPER ARG I  "ISPEXEC VGET (ZUSER)" RC = 0-
  5. Exit the ARZOS member and CLIST library
     
  6. Access the Repository
     
  7. You will no longer receive the IKJ56247I messages seen above.