procore file
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
A procore file is a text file that contains:
- A list of recent ABL (Advanced Business Language) messages, by message number
- An ABL procedure stack trace that includes line numbers from the debug listing file within each procedure
OpenEdge writes the procore file to a
temporary directory, if you specify the Temporary Directory (-T)
startup parameter; otherwise, OpenEdge writes the procore file
to the current working directory. Refer to Procedures and triggers.
Sample procore file
|
This resulted from running a program in the Procedure Editor that contains an infinite loop. Line numbers appear at the beginning of a line, followed by a colon.