Kbase P73447: What does the LISTING option of the COMPILE statement do?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  20/01/2005 |
|
Status: Unverified
GOAL:
What does the LISTING option of the COMPILE statement do?
FIX:
The LISTING option of the COMPILE statement produces a compilation listing that includes:
· The name of the file containing the procedure you compile
· The date and time at the start of the compilation
· The number of each line in the procedure
· The block number where each statement belongs
·
The complete text of all include files (except encrypted include files)
and the names of any subprocedures and user-defined functions
The
listfile or VALUE ( expression ) identifies the name of the file in
which you want to store the Compiler listing. If expression evaluates
to the unknown value (?), then Progress ignores the LISTING option.