VMS Help
System Services, $REM IDENT

 *Conan The Librarian

    Removes the specified identifier record and all its holder
    records (if any) from the rights database.

    Format

      SYS$REM_IDENT  id

    C Prototype

      int sys$rem_ident  (unsigned int id);

  1 - Argument

 id

    OpenVMS usage:rights_id
    type:         longword (unsigned)
    access:       read only
    mechanism:    by value
    Binary value of identifier deleted from rights database when
    $REM_IDENT completes execution. The id argument is a longword
    containing the identifier value.
  Close     Help