Try OpenEdge Now
skip to main content
ABL Essentials
Introducing ABL : Saving your test procedure
 

Saving your test procedure

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 File > Save As. Call the procedure h-CustSample.p and save the file to your working directory, or some other directory you've created.
Now you are ready to extend your procedure in various ways.