VMS Help  —  System Services, $CREATE RDB
    Initializes a rights database.

    Format

      SYS$CREATE_RDB  [sysid]

    C Prototype

      int sys$create_rdb  (struct _generic_64 *sysid);

1  –  Argument

 sysid

    OpenVMS usage:system_access_id
    type:         quadword (unsigned)
    access:       read only
    mechanism:    by reference
    System identification value associated with the rights database
    when $CREATE_RDB completes execution. The sysid argument is the
    address of a quadword containing the system identification value.
    If you omit sysid, the current system time in 64-bit format is
    used.
Close Help