1.INSTALL> ADD/OPEN/SHARED WRKD$:[MAIN]STATSHR
      The command in this example installs the image file STATSHR as
      a permanently open, shared known image.
    2.INSTALL> ADD/OPEN/PRIVILEGED=(GROUP,GRPNAM) GRPCOMM
      The command in this example installs the image file GRPCOMM as
      a permanently open, known image with the privileges GROUP and
      GRPNAM.
      Any process running GRPCOMM receives the GROUP and GRPNAM
      privileges for the duration of the execution of GRPCOMM. The
      full name of GRPCOMM is assumed to be SYS$SYSTEM:GRPCOMM.EXE.
    3.INSTALL> ADD/LOG GRPCOMM
      The command in this example installs the image file GRPCOMM
      as a known image and then displays the newly added known file
      entry.
    4.INSTALL> ADD/SHARED=ADDRESS_DATA WRKD$:[MAIN]INFOSHR
      The command in this example installs the INFOSHR file as a
      shared known image and creates shared global sections for
      code sections and read-only data sections. Because the command
      includes the ADDRESS_DATA keyword, address data is also created
      as a shared global section.