UT003027 Dependent Unload Area not bound - area-name-2
search cancel

UT003027 Dependent Unload Area not bound - area-name-2

book

Article ID: 439233

calendar_today

Updated On:

Products

IDMS

Issue/Introduction

 REORG
   SEGMENT              segment-name-123
     USING              subschema-name
     AREA               area-name-1,
                        area-name-3
...

  UT003027 Dependent Unload Area not bound - area-name-2

Cause

The Dependent AREA named in the UT003027 message is not in the segment name specified in the REORG syntax. 



Resolution

In the REORG syntax instead of using SEGMENT, use DBNAME and specify a  DBNAME that contains all the segments for the areas to be unloaded and
dependent areas.

For example: 

DBNAME AREA123  contains a segment for all three areas. 
        SEGMENT  area-name-1  
        SEGMENT  area-name-2  
        SEGMENT  area-name-3  

REORG
 DBNAME            AREA123
 USING             subschema-name
   AREA               area-name-1,
  area-name-3
...

 

Additional Information

IDMS 19.0 - Using - IDMS/DB Reorg