(Contents)(Previous)(Next)

COBOL Precompiler Input/Output Files

<fn>.pcl: Precompiler source and error listing.

sqlerror.pcl: ADABAS error file. This file is output when errors occur before the file '<fn>.pcl' has been opened.

<fn>.o: Object module. Linked to an executable module with other object modules and the runtime system.

<fn>.lst: Compiler source and error listing.

<fn>.pct: Trace file. It contains the performed SQL statements.

<fn>.cob: The precompiled application program.

<fn>.pass1: Precompiler work file.

<fn>.w1: Precompiler work file.

<fn>.w2: Precompiler work file.

<fn>.w3: Precompiler work file.

<fn>.lp1: Precompiler work file.

<fn>.ln1: Precompiler work file.

<file_spec>: Trace list file.


(Contents)(Previous)(Next)