[next] [previous] [contents]

  C.1.2 Compiling from within LSE
  To compile a completed BASIC program, enter the following
  command at the LSE prompt:
  LSE> COMPILE

  To compile a BASIC program that contains placeholders
  and design comments, include the following qualifiers to the
  previous command:
  LSE> COMPILE $/ANALYSIS_DATA/DESIGN=(PLACEHOLDERS, COMMENTS)

  The /ANALYSIS_DATA qualifier causes the compiler to gen-
  erate an analysis data file containing source code analysis
  information. This information is provided to the SCA library.

  The /DESIGN qualifier instructs the BASIC compiler to
  recognize placeholders and design comments as valid pro-
  gram elements. If the /ANALYSIS_DATA qualifier has also
  been specified, the BASIC compiler includes information on
  placeholders and design comments in the analysis data file.