|
You can write a program to get information on the modules contained in a program using the List ILE Program Information (QBNLPGMI) API, or on a specific module using the Retrieve Module Information (QBNRMODI) API. I have the utilities that you're looking for and have provided them for you below.
LSTMODREF utility: create the objects from the source
LstModRef : List modules referenced by programs
WICLMOD: List modules referenced by programs
WIRLMOD: List modules referenced by programs
WIPLMOD: Print module information
WPGMMOD: Modules by program
|