SCA$MENU.HLB  —  ANALYZE
  Syntax:  ANALYZE [-OUTPUT file_name] file_spec_list

  Creates analysis data files that describe the indicated source files.

  This command produces analysis data files that contain a minimal
  description of the source file.  The analysis data files describe the
  source file primarily as a set of references to unbound names.

  The ANALYZE command understands the language-specific rules for
  forming names (identifiers), comments, quoted strings, and
  placeholders.  It assumes that tokens are reserved words and does not
  include them in the analysis data file.

  The ANALYZE command uses the LSE environment files to determine the
  appropriate language based on the file type.  It uses the same
  logical names (LSE$ENVIRONMENT and LSE$SYSTEM_ENVIRONMENT) to access
  the environment files.

  You must have a language defined in an environment file to use the
  ANALYZE command with that language.  It analyzes the specified source
  file based on the description of the language in that file.  With the
  ANALYZE command, you can use SCA with languages not directly
  supported by SCA.  Do not use this command with languages that
  support SCA.
Close Help