The OIC MVS Library Analysis Program scans any number of user defined
libraries and will report on the member names and data contents of those libraries.
Program names can occur as a member (or alias) name in a Load library or as
a PGM= field in a JCL library.
Our product can locate any reference to a program name across multiple libraries (Load and JCL). You can locate multiple copies of a program and/or multiple JCL references to a program all in one report.
Not only can you find one program this way, you can search for multiple program names using "wildcard" search arguments to find all references to an entire group or family of program names. An example would be to search for all program names with an "ABC" prefix where the search would use the wildcard argument of "ABC*". The positional wildcard "?" is also supported.
In addition to finding program names using wildcard arguments, you can also expand or limit the Data Set Names to be included in your search using the same wildcard approach.
Do
you need to find a sub-component within a program ? Take a look at the
Find Subroutines section.