Rocket® Visual COBOL® (formerly a product of Micro Focus or formerly a product of Open Text) documentation, created before Rocket Software acquired certain products from OpenText, may include outdated references to "Micro Focus" or "OpenText", both of which are trademarks of OpenText or its affiliates. Rocket Software is not affiliated with Micro Focus or OpenText and has since rebranded these products as Rocket® products. You may also encounter outdated links in this documentation. If you do, please contact Rocket Support (support@rocketsoftware.com) for assistance.
Called Subprograms
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. |