www.mvcsys.de

$SYSTEM.SYSDICT2
Definition ODF-V2

Object data

Definition

*
* Version 2 of Object Definition File
*
DEF ODF-V2.
*    System assigned unique number which is used throughout
*    Dictionary to identify this object.
*
  02 OBJECT                             TYPE OBJECT-NUMBER
                                        DISPLAY "[BZ]I10"
                                        HEADING "Object/Number".
                                        !Offset 0, size 4
*
*    Unique identifier (name) of object.
*
  02 IDENTIFIER                         TYPE OBJECT-IDENTIFIER
                                        HEADING "Object Identifier".
                                        !Offset 4, size 32
*
*    Current version number - incremented every time object
*    is updated.
*
  02 VERSION                            TYPE BINARY 16 UNSIGNED
                                        DISPLAY "I3"
                                        HEADING "Cur/Ver".
                                        !Offset 36, size 2
*
*    Timestamp taken when this object was first compiled.
*
  02 DATE-CREATED                       TYPE INTERNAL-TIMESTAMP
                                        HEADING "Date-Time/Created".
                                        !Offset 38, size 6
*
*    User ID of person who created this object.
*
  02 CREATOR-USERID                     TYPE USERID-NAME
                                        HEADING "Created By".
                                        !Offset 44, size 16
*
*    Timestamp taken the last time this object was last recompiled.
*
  02 DATE-MODIFIED                      TYPE INTERNAL-TIMESTAMP
                                        HEADING "Date-Time/Last Modified".
                                        !Offset 60, size 6
*
*    User ID of person who last modified this object.
*
  02 MODIFIER-USERID                    TYPE USERID-NAME
                                        HEADING "Modified By".
                                        !Offset 66, size 16
*
*    If there are any comments associated with this object, the
*    comments will be stored in the OTF under this Text-Id, with the
*    exception of DEFINITION, whose comments will be stored in the OTF
*    under the Comment-Text in OBL.  For non-DDL PATHMAKER objects,
*    this is where the three lines of description is stored
*
  02 COMMENT-TEXT                       TYPE TEXT-ID
                                        DISPLAY "[BZ]I10"
                                        HEADING "Comments/Text Id".
                                        !Offset 82, size 4
END.

Dependencies

Records

  1. ODF