Sub Procedures

A “procedure” is how you separate the code into smaller groups. There are two types of procedures; the function, which can return a result in an assignment statement, and the subroutine, which cannot.

The Sub procedure is a series of statements that begin with a “Sub” and end with an “End Sub”. This procedure can be “called,” meaning there is a Call statement that tells the script when to run the statements in the Sub procedure:

Image

Get Oracle Hyperion Financial Management Tips And Techniques now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.