www.mvcsys.de

$SYSTEM.SYSDICT
Definition OUF-V0

Objektdaten

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, Länge 64
    03 OBJECT-USED                      TYPE OBJECT-IDENTIFIER
                                        HEADING "Object/Used".
                                        !Offset 0, Länge 32
    03 CONSUMER                         TYPE OBJECT-IDENTIFIER
                                        HEADING "Consumer/Object".
                                        !Offset 32, Länge 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, Länge 1
    88 REPLACEMENT-IS-ALLOWED           VALUE "Y".
    88 REPLACEMENT-NOT-ALLOWED          VALUE "N".
END.

Abhängigkeiten

Records

  1. OUF