The /recursion
qualifier informs KAP that subroutines
and functions in the source program can be called recursively, that
is, it calls itself, or it calls another routine which calls it.
The /recursion
qualifier affects storage allocation
decisions and the interpretation of the /save
qualifier.
The /recursion
qualifier must be in force in each
recursive routine that KAP processes, or unsafe transformations
could result.