PROCEDURE install_menu_ve (
  status)

  VAR
    local_status: status
    rav$subproduct_information: (XREF) rat$subproduct_information
  VAREND

  IF rav$subproduct_information.subproduct_type = release THEN
    $system.put_line ' Completing conversion of MENU/VE from an APPLICATION to VE.' o=$job_log
    $system.include_command '$system.osf$builtin_library.convert_menu_ve' ..
      status=local_status
  IFEND

  EXIT procedure WITH local_status WHEN NOT local_status.normal

PROCEND install_menu_ve
