Copyright Digital Equipment Corp. All rights reserved.

FILE_SPEC

   FILE_SPEC is an attribute selection that specifies the name of the
   file. You identify a source file by its OpenVMS file specification.
   You should enclose the file specification in quotation marks
   because it normally contains a period (.)

   The format for the FILE_SPEC attribute is as follows:

   FILE_SPEC="filename.filetype"

   An example using the FILE_SPEC attribute follows:

     FIND FILE_SPEC="MYPROG.FOR"

   This query finds all occurrences in the file MYPROG.FOR.