IDMS

 View Only
  • 1.  MAPC compiling getting IDMS error 1122

    Posted Feb 26, 2019 05:49 AM

    Hello,

     

    Can you please anyone help me out to fix the below IDMS Error 1122. When doing the ADSO migration of MAPC compile to generate LOAD MODULE step RHDCLOD it's getting failed with RC=16.

     

    How to fix the below problem. Please advise me.

     

    MAP=xxxxxxxM,VERSION=0001
    379030 F DATA BASE ERROR: FIND/OBTAIN OF LOADHDR - ERROR-STATUS 1122
    ::::1 FATAL ERRORS

     

    PREVIOUS TASK ABENDED WITH ABEND CODE D002 AND MESSAGE CODE 365209
    IDMS DC365209 V2 *** FATAL DATABASE ERROR ***
    MODULE - OLMPDACC
    ERRSTAT - 1122
    RECNAME - LOADHDR-156
    AREANAME- DDLDCLOD
    ERRORSET- LOOAK-LOADHDR
    ERRORREC- LOADHDR-156
    ERRAREA - DDLDCLOD

     

    Thanks,

    Sushil Joseph D.



  • 2.  Re: MAPC compiling getting IDMS error 1122
    Best Answer

    Broadcom Employee
    Posted Feb 26, 2019 06:22 AM

    This is a kind of logical corruption in the dictionary.
    The 1122 error-status means it is trying to disconnect a LOADHDR-156 from the LOOAK-LOADHDR set but it is already disconnected.
    All LOADHDR-156 records should be connected to the LOOAK-LOADHDR set.

    You could fix this by writing a small program or ADS dialog against the dictionary to OBTAIN the offending LOADHDR-156 and CONNECT it to the set.
    Or you could use DML/O if you have it.