Skip to content

Run Compiles

APIs to run Progress ABL code compiles. Database has to be connected to PASOE instance.

Go To Lab

  • Click on Overview top menu option.
  • To access actions on databases connected to PAS instances in selected environment click on Databases tab:

Screenshot

  • Click on Go To Lab menu option.

Run Compiles

  • Click on Compile tab to view compile files form: Screenshot

Select file to compile

  • Click on Choose Files button to select file(s) to compile.

Run compile

  • Click on Compile button to run compile of selected file(s).

View compile results

  • View each compile details in a grid: Screenshot
  • View & examine each procedure compile results:
    • Duration of compile run
    • Total records read
    • Contents of Xref .xrf file for index usage & sorting
    • Contents of ABL procedure listing .lis file for transactions, records & buffers scope
    • Compile error messages
    • Compile warning messages

View XREF file

  • Click on file with .xrf extension: Screenshot

View listing file

  • Click on file with .lis extension: Screenshot

View comppiler warning messages

  • Click on link in Warnings column.

View comppiler errors messages

  • Click on link in Errors column.

View source ABL code

  • Click on file with .p extension: