VMS Help  —  COBOL  Qualifiers  /INCLUDE
  /INCLUDE=(pathname[,...])
  /NOINCLUDE (D)

      Provides an additional level of search  for non-dictionary COPY
      files whose names do not include a directory component.

      Each  pathname argument can be either a logical name or a legal
      directory specification.  The compiler first searches for  copy
      files in the  current  default  directory.  If  the file is not
      found, each  "pathname"  location  is  searched in the order of
      specification on the command line.  The first file located that
      satisfies the COPY statement is used and the search terminates.

      /NOINCLUDE, which is the default, means to only search for files
      in the current default directory.

      This option applies to .LIB files or .TLB files depending on the
      type of COPY statement used.
Close Help