Library /sys$common/syshlp/CDO$HELP.HLB  —  System-properties
    System-specified properties are properties that CDO automatically
    creates for every CDO element you define. System-specified
    properties include the following:

    o  access control list

    o  created time

    o  modified time

    o  owner

    In the following example, the CDO SHOW FIELD/ALL command displays
    both user-specified and system-specified properties for FIELD_
    B. Only the datatype property was specified by the user. (User-
    properties are explained under the user-properties help topic.)

    CDO> SHOW FIELD FIELD_B/ALL
    Definition of field FIELD_B
    |   acl                      (IDENTIFIER=[VCD,MCGUIRE],ACCESS=READ+
    |   WRITE+MODIFY+ERASE+SHOW+DEFINE+CHANGE+DELETE+CONTROL+OPERATOR+ADMINIS
    TRATOR)
    |                            (IDENTIFIER=[*,*],ACCESS=READ+WRITE+MODIFY+E
    RASE+SHOW+OPERATOR+ADMINISTRATOR)
    |   Created time             2-FEB-1988 12:25:00.83
    |   Modified time            2-FEB-1988 12:25:00.83
    |   Owner                    MCGUIRE
    |   Datatype                 signed longword
    |   |   History entered by MCGUIRE ([VCD,MCGUIRE])
    |   |           using CDO V5.0
    |   |           to CREATE definition on  2-FEB-1988 12:24:59.71
    CDO>
Close Help