www.mvcsys.de

$SYSTEM.SYSDICT2
Definition OUF-V0

Object data

Definition

*
* This file contains one record for each relationship between two objects.
*
DEF OUF-V0.
*
*    Each Relationship is represented as a pair of object numbers.
*
  02 IDENTIFIER.                        !Offset 0, size 64
    03 OBJECT-USED                      TYPE OBJECT-IDENTIFIER
                                        HEADING "Object/Used".
                                        !Offset 0, size 32
    03 CONSUMER                         TYPE OBJECT-IDENTIFIER
                                        HEADING "Consumer/Object".
                                        !Offset 32, size 32
*
*    DDL does not allow an object to be deleted or altered if it is used
*    by another object; however, other subsystems (Harmony, for example)
*    may chose to allow replacement or even deletion of an object that
*    is used by another object.  For all DDL created USE records, the
*    value of this field will be "N".
*
  02 REPLACEMENT-ALLOWED                TYPE CHARACTER 1.
                                        !Offset 64, size 1
    88 REPLACEMENT-IS-ALLOWED           VALUE "Y".
    88 REPLACEMENT-NOT-ALLOWED          VALUE "N".
END.

Dependencies

Records

  1. OUF