REORG SEGMENT segment-name-123 USING subschema-name AREA area-name-1, area-name-3...
UT003027 Dependent Unload Area not bound - area-name-2
The Dependent AREA named in the UT003027 message is not in the segment name specified in the REORG syntax.
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
USINGsubschema-name
AREA area-name-1,
area-name-3
...