Recursive CALLs

A program may directly or indirectly call itself. A CALL statement that calls the active program (itself) is a recursive call. For more information, see RECURSION. For information on sharing data in recursively called programs (such as in the HP e3000 environment), see the RECURSION_DATA_GLOBAL configuration variable.