CALL

Provides a list of all the called subprograms.

Syntax:


Syntax for Restricting the List of Subprograms

Examples:

CALL

All called subprograms.

CALL DATA

All calls to data items. These are less efficient than other calls and should be avoided if possible.

If no words follow CALL, the list includes subprograms of every type.