Procedures overview v14

Procedures are standalone SPL programs that you invoke or call as an individual SPL program statement. When called, procedures can optionally receive values from the caller in the form of input parameters. They can optionally return values to the caller in the form of output parameters.

creating_a_procedure calling_a_procedure deleting_a_procedure