Save your test procedure
- Last Updated: January 16, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Before you move on to extend your first procedure to
learn some of the other ABL basics, you should save it out to the
operating system. To do this, give your code a procedure name. This
follows the same rules as other names, and by convention has a filename
extension of .p (for procedure).
To save your procedure in the Procedure Editor, select . Call the procedure h-CustSample.p and save the file to your working directory, or some other directory you created.
Now you are ready to extend your procedure in various ways.