Procedures Overview v11

Procedures are standalone SPL programs that are invoked or called as an individual SPL program statement. When called, procedures may optionally receive values from the caller in the form of input parameters and optionally return values to the caller in the form of output parameters.

creating_a_procedure calling_a_procedure deleting_a_procedure