New ABL Procedure wizard
- Last Updated: April 17, 2021
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
The New ABL Procedure wizard helps you create a procedure file.
This wizard appears when you select .
The following controls are available:
| Container | Specifies a currently open project or a folder within the project where the procedure file is to be created. Click Browse if you want to select a project other than the current one (the default value). |
| File name | (Required) Specifies the name of the procedure file. The .p extension is appended automatically. |
| Description | Lets you optionally enter a description for the file. This text will appear in the file header. |
| Purpose | Lets you optionally enter an explanation of the purpose of the file. This text will appear in the file header. |
| Author | Lets you optionally enter the author's name. This text will appear in the file header. |
| Error-handling statement | Adds one of the following error-handling statements to the
generated ABL code:
|