Check the syntax of a procedure
- Last Updated: December 19, 2023
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
If you try to run the procedure directly by pressing F2, you get the error message shown.
This error message appears because the procedure expects parameters and you are not passing it any when you just run it from the editor. However, you can check whether your syntax is valid by pressing SHIFT+F2 or selecting from the menu. The information box shown appears.
After you verify that the syntax is correct, continue on to write the code that calls the procedure.