Copyright Digital Equipment Corp. All rights reserved.

/ANALYSIS_DATA[=file] D=/NOANALYSIS_DATA

 /[NO]ANALYSIS_DATA

 Produces an analysis data file that contains cross-reference and
 static-analysis information about the source code being compiled.

 Analysis data files are reserved for use by HP products such
 as, but not limited to, the Source Code Analyzer (SCA).

 If you omit the file specification, the analysis file name has the
 name of the primary source file and a file type of ANA
 (filename.ANA).

 The compiler produces one analysis file for each source file that
 it compiles.  If you are compiling multiple files and you specify 
 a particular name as the name of the analysis file, each analysis
 file is given that name (with an incremental version number).

 The default is /NOANALYSIS_DATA.