To query a subprogram, enter its name in the Quick Browse dialog box. Querying a subprogram returns the following information in the Output window's COBOL Source Information tab:
Name /number | Name of the subprogram. |
Type | Call-by-name, call-by-number (to a library routine), or to a data item. The program-name corresponding to a data item can be determined only at run time. |
Executed from | The procedures which CALL/CHAIN this subprogram, and highlights the source lines containing the relevant statements. |