Copyright Digital Equipment Corp. All rights reserved.

/TERMINAL[=(option[,...])] D=/NOTERMINAL

 /NOTERMINAL

 Specifies a list of items to be displayed on  the  terminal.   A
 single   identifier   or  a  list  of  identifiers  enclosed  in
 parentheses may follow /TERMINAL.  These identifiers are options
 that  inform  the compiler which type of information to display.
 The options are as follows:

    ALL                 
      Displays all options.

    NONE                
      Disables all /TERMINAL options.

    [NO]FILE_NAME       
      Displays file names on Pascal command line as they are being
      processed.

    [NO]ROUTINE_NAME    
      Displays routine names as code is generated (OpenVMS VAX).

    [NO]STATISTICS      
      Displays compiler statistics.


 By default, /NOTERMINAL is  enabled.   The  /TERMINAL  qualifier
 without  options  is  equivalent to /TERMINAL=ALL.  The negation
 /NOTERMINAL is equivalent to /TERMINAL=NONE.