Calling a Procedure

In a program, through the DO Command, you can access a procedure just as if it were an independent program.

To call a procedure

  • Use the DO command followed by the procedure name.

    DO cMyUDF
    

See Also

DO Command | User-Defined Functions | Data Manipulation | Procedures and User-defined Functions