CALLERS

Displays information for each generation in the program caller hierarchy.

Read syntax diagramSkip visual syntax diagramCALlerswindow*;generation
  • The information includes:
    • Location as:
      • (mod.sect)stmt#nnnnn+offset
      • program_block_name+offset (if known)
    • Save Area header
    • Save Area register values
  • Caller generations are numbered:
    0
    current program
    1
    parent (caller)
    2
    grand parent (caller of caller)
    and so on
  • If particular caller generations are specified, only the corresponding information is shown.
  • The default is "*", to show all caller generations.

Also see the SAREGS and SALIMIT commands.