Develop ABL source
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
The first step in developing this example is to write the ABL procedure
GetCustName.p. The procedure requires an
INTEGER parameter as input and a CHARACTER parameter as
output. The code is as follows:
|
Save the .p file.