GIM03206E message appeared when RO96846 was applied to PAN/SQL R2.4C.
search cancel

GIM03206E message appeared when RO96846 was applied to PAN/SQL R2.4C.

book

Article ID: 220034

calendar_today

Updated On:

Products

PAN/SQL

Issue/Introduction

When the RO96846 was tried to apply to the PAN/SQL R2.4C, but the APPLY processing failed with the following messages.

GIM30206E ** APPLY PROCESSING FAILED FOR SYSMOD RO96846. HOLD REASON IDS WERE NOT RESOLVED.
GIM35965I    SYSTEM HOLD ACTION ORIGINATED BY SYSMOD RO96846 WAS NOT RESOLVED.

GIM24801S ** NO SYSMODS SATISFIED THE OPERANDS SPECIFIED ON THE APPLY COMMAND.
GIM20501I    APPLY PROCESSING IS COMPLETE. THE HIGHEST RETURN CODE WAS 12.

How should this problem be solved?

Environment

Pan/SQL, release 0203

Resolution

The hold action exists in the RO96846 as follows.  (From the APPLY joblog..)

++APAR     (RO96846)                                                       
  DESC     (RUNNING PAN/SQL FROM WITHIN LNKLST CAUSES ABEND)               

~ ~ Omitted  .....

  -------------------------------------------------------------------*/.   
++VER      (Z038)     FMID(CB2A240)                                        
  SUP      (T446003,RO93367,T6BQ004).                                      
++HOLD  (RO96846)                                                          
  FMID(CB2A240)                                                            
SYSTEM                                                                     
REASON(ACTION)                                                             
DATE(17144)                                                                
COMMENT( *******************************************************           
   *                        NOTE                                           
   *************************************************************           
   *                                                           *           
   * PLEASE RUN IJ3STGE1 AND CB2ACMDL TO RELINK ALL MODULES.   *           
   * IF OMSMCMD2 OBJECT HAS BEEN SAVED, ONLY JOB CB2ACMDL NEEDS*           
   *    TO BE RUN.                                             *           
   * IF MULTIPLE LIBRARIES HAVE BEEN CREATED, THEN THE SQLINST3*           
   *    JOB MUST ALSO BE RUN TO UPDATE EACH ONE.               *           
   *                                                           *           
   ************************************************************* ).        
++MOD (XPROCOPT) DISTLIB(CB2ALLD) .              

~ ~ Omitted  .....                          

The above hold action should be done after applying the RO96846. And, the APPLY statement can be updated with the following BYPASS clause.

BYPASS(HOLDSYSTEM,HOLDERROR,HOLDUSER) .

<Example>

If the current APPLY statement is as follows.

APPLY    SELECT (RO96846) REDO.

The above statement can be updated as follows by the BYPASS clause.

APPLY SELECT (RO96846) REDO BYPASS(HOLDSYSTEM,HOLDERROR,HOLDUSER) .