Copyright Digital Equipment Corp. All rights reserved.

Qualifiers

/DECLARATION_CLASS
      /DECLARATION_CLASS=declaration-class

   Indicates the class of the module to be copied. The following
   declaration classes are supported:

      PRIMARY-Module implementation
      ASSOCIATED-Module specification

   If you do not specify a declaration class, SCA extracts both
   classes, if they exist.

/LIBRARY
      /LIBRARY=library-spec

   Specifies the SCA static library from which to extract the module.
   This library must be one of the current SCA libraries (established
   by a SET LIBRARY command). If you do not specify this qualifier,
   then SCA tries to extract the module from the primary library (the
   first of the current SCA libraries).

/LOG
      /LOG
      /NOLOG (D)

   Indicates whether SCA reports the extraction of a module.

/OUTPUT
      /OUTPUT=file-spec

   Specifies the file into which all modules of source analysis data
   will be written. The default is /OUTPUT=module-name.ANA, where the
   module name is the name of the file the compiler created.