1
votes

Whenever I try "THIS-PROCEDURE:FILE-NAME" to display the current .p file I am working with , the result I always get is a .ped file. I would like to know what a .ped file is and the ways to display the filename that is, the name of the .p file in my program.

1

1 Answers

5
votes

When you run a program directly from the Procedure Editor, it might even be an unsaved version of the program, Progress creates a temporary file (.ped) with the content of the editor to be able to compile and run your program. If you want to receive the proper file name, just run the procedure using RUN prog.p instead of running it directly from the Procedure editor.